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

  

CauchyEuler

  

Solve a Cauchy-Euler equation

 

Calling Sequence

Parameters

Description

Examples

Compatibility

Calling Sequence

CauchyEuler(ODE, y(x))

Parameters

ODE

-

a Cauchy-Euler equation

y

-

name; the dependent variable

x

-

name; the independent variable

Description

• 

The CauchyEuler(ODE, y(x)) command finds the solution of a Cauchy-Euler equation, which is a linear homogeneous ordinary differential equation of the form:

ODEanxnyn+an1xn1yn1+...+a0y=0

• 

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)

CauchyEulerode1,yx

yx=4_C3x5+36_C2x+9_C136x2

(2)

ode2x2diffyx,x,x4xdiffyx,x+2yx=0

ode2x2ⅆ2ⅆx2yx4xⅆⅆxyx+2yx=0

(3)

CauchyEulerode2,yx

yx=x52x172_C1+x172_C2

(4)

ode3x2diffyx,x,xxdiffyx,x+9yx=0

ode3x2ⅆ2ⅆx2yxxⅆⅆxyx+9yx=0

(5)

CauchyEulerode3,yx

yx=_C1x3+_C2x3

(6)

Compatibility

• 

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

• 

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

• 

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