Close
Close window
SecondOrder - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Mozilla Firefox.
Maplesoft logo
Maplesoft logo

Online Help

All Products Maple MapleSim


[フレーム] [フレーム]

Student[ODEs][Solve]

SecondOrder

Solve a second order ODE

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+c__2,yx=x2212+x4+12x3+2x2+4c__1+12ⅆx+c__2

(2)
>

ode2diffyx,x,xdiffyx,xxexpx=0

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

(3)
>

SecondOrderode2,yx

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

(4)
>

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

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

(5)
>

SecondOrderode3,yx

yx=c__1x+c__216,yx=c__1x+c__216,yx=c__2c__1x+116

(6)
>

ode4diffyx,x,xdiffyx,x6yx=0

ode4ⅆ2ⅆx2yxⅆⅆxyx6yx=0

(7)
>

SecondOrderode4,yx

yx=c__1ⅇ2x+c__2ⅇ3x

(8)
>

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

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

(9)
>

SecondOrderode5,yx

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

(10)
>

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

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

(11)
>

SecondOrderode6,yx

yx=c__1ⅇ2x+c__2xⅇ2x

(12)
>

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

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

(13)
>

SecondOrderode7,yx

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

(14)
>

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

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

(15)
>

SecondOrderode8,yx

yx=c__1ⅇxcosx+c__2ⅇxsinx

(16)
>

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

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

(17)
>

SecondOrderode9,yx

yx=c__1ⅇxcosx+c__2ⅇ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 .


Download Help Document

AltStyle によって変換されたページ (->オリジナル) /