HighOrder - Maple Help

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.

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=3_C2x3_C1x2_C3x2

(3)

HighOrderode1,yx,ICs=IC

yx=7x320+134x85x2

(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_C2+_C3sinx+_C2_C3cosx+_C1

(6)

HighOrderode2,yx,ICs=IC

yx=ⅇx3sin1ⅇ−1cos12+sin123cos1ⅇ−1cos12+sin12sinx+3sin1ⅇ−1cos12+sin12+3cos1ⅇ−1cos12+sin12cosx5ⅇ−1

(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.

See Also

dsolve

Student

Student[ODEs]

Student[ODEs][DifferentialOrder]

Student[ODEs][Solve]