CauchyEuler - Maple Help

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

Examples

withStudentODEsSolve:

ode1x3diffyx,x,x,x+3x2diffyx,x,x6xdiffyx,x6yx=0

ode1x3ⅆ3ⅆx3yx+3x2ⅆ2ⅆx2yx6xⅆⅆxyx6yx=0

(1)

CauchyEulerode1,yx

yx=3_C1x3_C2x2_C3x2

(2)

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

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

(3)

CauchyEulerode2,yx

yx=_C1ⅇ5+17Typesetting:-_Hold%lnx2+_C2ⅇ5+17Typesetting:-_Hold%lnx2

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

See Also

dsolve

Student

Student[ODEs]

Student[ODEs][Solve]