Student[ODEs][Solve]
HighOrder
Solve a high order ODE
Calling Sequence
Parameters
Description
Examples
Compatibility
HighOrder(ODE, y(x))
ODE
-
a high order ordinary differential equation
y
name; the dependent variable
x
name; the independent variable
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.
withStudentODEsSolve:
ode1≔x3diffyx,x,x,x+3x2diffyx,x,x−6xdiffyx,x−6yx=0
ode1≔x3ⅆ3ⅆx3yx+3x2ⅆ2ⅆx2yx−6xⅆⅆxyx−6yx=0
IC≔evaldiffyx,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
HighOrderode1,yx
yx=4_C3x5+36_C2x+9_C136x2
HighOrderode1,yx,ICs=IC
yx=7x5+65x−3220x2
ode2≔diffyx,x,x,x+3diffyx,x,x+4diffyx,x+2yx=0
ode2≔ⅆ3ⅆx3yx+3ⅆ2ⅆx2yx+4ⅆⅆxyx+2yx=0
HighOrderode2,yx
yx=−ⅇ−x_C2sinx+_C3cosx−2_C12
HighOrderode2,yx,ICs=IC
yx=−3ⅇ1−xcosx−sinxcos1+cosxsin1+sinxsin1−53
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]
Download Help Document