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

Online Help

All Products    Maple    MapleSim


Student[ODEs][Solve]

  

HighOrder

  

Solve a high order ODE

 

Calling Sequence

Parameters

Description

Examples

Compatibility

Calling Sequence

HighOrder(ODE, y(x))

Parameters

ODE

-

a high order ordinary differential equation

y

-

name; the dependent variable

x

-

name; the independent variable

Description

• 

The HighOrder(ODE, y(x)) command finds the solution of a high order ODE, i.e. where the order is greater than 2.

• 

Use the option output=steps to make this command return an annotated step-by-step solution.  Further control over the format and display of the step-by-step solution is available using the options described in Student:-Basics:-OutputStepsRecord.  The options supported by that command can be passed to this one.

Examples

withStudentODEsSolve:

ode1x3diffyx,x,x,x+3x2diffyx,x,x6xdiffyx,x6yx=0

ode1x3ⅆ3ⅆx3yx+3x2ⅆ2ⅆx2yx6xⅆⅆxyx6yx=0

(1)

ICevaldiffyx,x,x,x=1=1,evaldiffyx,x,x=1=1,y1=2

ICⅆ2ⅆx2yxx=1|ⅆ2ⅆx2yxx=1=−1,ⅆⅆxyxx=1|ⅆⅆxyxx=1=1,y1=2

(2)

HighOrderode1,yx

yx=4_C3x5+36_C2x+9_C136x2

(3)

HighOrderode1,yx,ICs=IC

yx=7x5+65x3220x2

(4)

ode2diffyx,x,x,x+3diffyx,x,x+4diffyx,x+2yx=0

ode2ⅆ3ⅆx3yx+3ⅆ2ⅆx2yx+4ⅆⅆxyx+2yx=0

(5)

HighOrderode2,yx

yx=ⅇx_C2sinx+_C3cosx2_C12

(6)

HighOrderode2,yx,ICs=IC

yx=3ⅇ1xcosxsinxcos1+cosxsin1+sinxsin153

(7)

Compatibility

• 

The Student[ODEs][Solve][HighOrder] command was introduced in Maple 2021.

• 

For more information on Maple 2021 changes, see Updates in Maple 2021.

• 

The Student[ODEs][Solve][HighOrder] command was updated in Maple 2022.

• 

The output option was introduced in Maple 2022.

• 

For more information on Maple 2022 changes, see Updates in Maple 2022.

See Also

dsolve

Student

Student[ODEs]

Student[ODEs][DifferentialOrder]

Student[ODEs][Solve]