exact linear - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.
Our website is currently undergoing maintenance, which may result in occasional errors while browsing. We apologize for any inconvenience this may cause and are working swiftly to restore full functionality. Thank you for your patience.

Online Help

Solving Exact Linear ODEs

 

Description

Examples

Description

• 

The general form of the exact, linear ODE is given by the following:

exact_linear_ode := diff(linear_ODE(x),x) = 0;

(1)
  

where linearODE(x) is a linear ODE of any differential order; see Murphy, "Ordinary Differential Equations and their Solutions", p. 221. The order of these exact linear ODEs can be reduced since they are the total derivative of an ODE of one order lower. The reduced ODE is:

linear_ODE(x) + _C1;

(2)

Examples

The most general exact linear non-homogeneous ODE of second order; this case is solvable.

(3)

(4)

(5)

(6)

The general exact linear ODE of fourth order which can be reduced to an exact linear ODE of third order; this can be reduced to a second order ODE and the answer is expressed using DESol

(7)

(8)

(9)

The general exact linear ODE of fifth order which can be reduced to a first order linear ODE. This ODE can be solved to the end.

(10)

(11)

(12)

(13)

See Also

DEtools

odeadvisor

dsolve

quadrature

missing

reducible

linear_ODEs

exact_linear

exact_nonlinear

odeadvisor,types

 


Download Help Document