Solving Linear ODEs
|
Description
|
|
•
|
The general form of the linear ODE is given by:
|
|
where the coefficients can be functions of , see Differentialgleichungen, by E. Kamke, p. 69. Roughly speaking, there is no general method for solving the most general linear ODE of differential order greater than one. However, this is an active research area and there are many solving schemes which are applicable when the linear ODE satisfies certain conditions. In all the cases, if the method is applicable and the ODE is of second order, the ODE can be integrated to the end; otherwise, its order can be reduced by one or more, depending on the case. A summary of the methods implemented in dsolve for linear ODEs is as follows:
|
–
|
the coefficients are rational functions and the ODE has exponential solutions (see DEtools, expsols);
|
–
|
the ODE has special functions" solutions (see odeadvisor, classifications for second order ODEs).
|
|
|
Examples
|
|
The most general exact linear non-homogeneous ODE of second order; this case is solvable (see odeadvisor, exact_linear):
>
|
|
| (1) |
>
|
|
| (2) |
>
|
|
| (3) |
>
|
|
| (4) |
Exponential solutions for a third order linear ODE .
>
|
|
| (5) |
>
|
|
| (6) |
An example of an ODE with regular singular points
>
|
|
| (7) |
>
|
|
| (8) |
An example for which symmetries of the form can be found (see odeadvisor, sym_Fx)
>
|
|
| (9) |
>
|
|
| (10) |
>
|
|
| (11) |
Some ODEs with special function solutions (see odeadvisor, second order ODEs).
Bessel ODE.
>
|
|
| (12) |
>
|
|
| (13) |
>
|
|
| (14) |
Complete Elliptic Integral ODE.
>
|
|
| (15) |
>
|
|
| (16) |
>
|
|
| (17) |
Gegenbauer ODE.
>
|
|
| (18) |
>
|
|
| (19) |
>
|
|
| (20) |
|
|
Download Help Document
Was this information helpful?