Overview - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.

Online Help

Student[ODEs]

  

ODESteps

  

Show a step-by-step solution process for ODEs, IVPs, or systems

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

ODESteps(ODE)

ODESteps(ODE, y(x))

ODESteps(sys)

Parameters

ODE

-

an ordinary differential equation

y

-

name ; the dependent variable

x

-

name ; the independent variable

sys

-

set ; an ODE system including initial values

Description

• 

The ODESteps() command solves an ordinary differential equation (ODE) or system of ODEs.

• 

The input may include a corresponding set of initial values, which would make it an initial value problem (IVP).

• 

The output shows a series of steps in the solving process.

• 

The following types of ODEs and ODE systems and/or solving methods are considered:

Cauchy-Euler Equations

First Order IVPs

First Order ODEs

Second Order IVPs

Second Order ODEs

Series Solutions

Special Function Solutions

Systems of ODEs

Systems of ODEs with IVP

 

 

 

Examples

A first order ODE:

(1)

(2)

A first order IVP:

(3)

(4)

A second order ODE:

(5)

(6)

A second order IVP:

(7)

(8)

An Cauchy-Euler equation:

(9)

(10)

Finding a series solution:

(11)

(12)

Solving an ODE with special function solution:

(13)

(14)

Solving a third order ODE by writing it as a system:

(15)

See Also

DEtools/odeadvisor

dsolve

Student

Student[ODEs]

 


Download Help Document