SecondOrder - 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]

  

SecondOrder

  

Solve a second order ODE

 

Calling Sequence

Parameters

Description

Examples

Compatibility

Calling Sequence

SecondOrder(ODE, y(x))

Parameters

ODE

-

a second order ordinary differential equation

y

-

name; the dependent variable

x

-

name; the independent variable

Description

• 

The SecondOrder(ODE, y(x)) command finds the solution of a second order ODE.

• 

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:

ode12xdiffyx,x9x2+2diffyx,x+x2+1diffyx,x,x=0

ode12xⅆⅆxyx9x2+2ⅆⅆxyx+x2+1ⅆ2ⅆx2yx=0

(1)

SecondOrderode1,yx

yx=x2212x4+12x3+2x2+4c__1+12ⅆx+_C2,yx=x2212+x4+12x3+2x2+4c__1+12ⅆx+_C2

(2)

ode2diffyx,x,xdiffyx,xxexpx=0

ode2ⅆ2ⅆx2yxⅆⅆxyxxⅇx=0

(3)

SecondOrderode2,yx

yx=c__1+_C2ⅇx+ⅇx1x+12x2

(4)

ode3diffyx,x,x+5diffyx,x2yx=0

ode3ⅆ2ⅆx2yx+5ⅆⅆxyx2yx=0

(5)

SecondOrderode3,yx

yx=6ⅇc__1x+6_C216,yx=6ⅇc__1x+6_C216

(6)

ode4diffyx,x,xdiffyx,x6yx=0

ode4ⅆ2ⅆx2yxⅆⅆxyx6yx=0

(7)

SecondOrderode4,yx

yx=c__1ⅇ2x+_C2ⅇ3x

(8)

ode5diffyx,x,xdiffyx,x=x2+6yx

ode5ⅆ2ⅆx2yxⅆⅆxyx=x2+6yx

(9)

SecondOrderode5,yx

yx=c__1ⅇ2x+_C2ⅇ3xx26+x187108

(10)

ode6diffyx,x,x+4yx=4diffyx,x

ode6ⅆ2ⅆx2yx+4yx=4ⅆⅆxyx

(11)

SecondOrderode6,yx

yx=c__1ⅇ2x+_C2xⅇ2x

(12)

ode75diffyx,x,x+20yx+15sinx=20diffyx,x

ode75ⅆ2ⅆx2yx+20yx+15sinx=20ⅆⅆxyx

(13)

SecondOrderode7,yx

yx=c__1ⅇ2x+_C2xⅇ2x+12cosx259sinx25

(14)

ode8diffyx,x,x+2yx+2diffyx,x=0

ode8ⅆ2ⅆx2yx+2yx+2ⅆⅆxyx=0

(15)

SecondOrderode8,yx

yx=c__1ⅇxcosx+_C2ⅇxsinx

(16)

ode9diffyx,x,x+2yx2diffyx,x=expx

ode9ⅆ2ⅆx2yx+2yx2ⅆⅆxyx=ⅇx

(17)

SecondOrderode9,yx

yx=c__1ⅇxcosx+_C2ⅇxsinx+ⅇx

(18)

Compatibility

• 

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

• 

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

• 

The Student[ODEs][Solve][SecondOrder] 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]