The following is a linear first-order ODE because both y[x] and y^ ′[x] occur in it with power 1 and y^′[x] is the highest derivative. Note that the solution contains the ...
The simplest type of linear second-order ODE is one with constant coefficients. This linear second-order ODE has constant coefficients. Notice that the general solution is a ...
If the given second-order ODE is inhomogeneous, DSolve applies the method of variation of parameters to return a solution for the problem. This solves an inhomogeneous linear ...
The ODEs that arise in practical applications often have non-rational coefficients. In such cases, DSolve attempts to convert the equation into one with rational coefficients ...
The hypergeometric functions play a unifying role in mathematical analysis since many important functions, such as the Bessel functions and Legendre functions, are special ...
DSolve can find solutions for most of the standard linear second-order ODEs that occur in applied mathematics. Here is the solution for Airy's equation. Here is a plot that ...
Many real-world applications require the solution of IVPs and BVPs for nonlinear ODEs. For example, consider the logistic equation, which occurs in population dynamics. This ...
The general first-order nonlinear PDE for an unknown function u(x,y) is given by Here F is a function of uu(x,y), p ( ∂u(x,y) ) / ( ∂x ) , and q ( ∂u(x,y) ) / ( ∂y ) . The ...
The general form of a nonlinear second-order ODE is For simplicity, assume that the equation can be solved for the highest-order derivative y^ ′′(x) to give There are a few ...
The differential equations that arise in modern applications often have discontinuous coefficients. DSolve can handle a wide variety of such ODEs with piecewise coefficients. ...