Student[ODEs][Solve]
CauchyEuler
Solve a Cauchy-Euler equation
Calling Sequence
Parameters
Description
Examples
Compatibility
CauchyEuler(ODE, y(x))
ODE
-
a Cauchy-Euler equation
y
name; the dependent variable
x
name; the independent variable
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:
ODE≔an⁢xn⁢yn+an−1⁢xn−1⁢yn−1+...+a0⁢y=0
with⁡StudentODEsSolve:
ode1≔x3⁢diff⁡y⁡x,x,x,x+3⁢x2⁢diff⁡y⁡x,x,x−6⁢x⁢diff⁡y⁡x,x−6⁢y⁡x=0
ode1≔x3⁢ⅆ3ⅆx3y⁡x+3⁢x2⁢ⅆ2ⅆx2y⁡x−6⁢x⁢ⅆⅆxy⁡x−6⁢y⁡x=0
CauchyEuler⁡ode1,y⁡x
y⁡x=3⁢_C1⁢x3−_C2x−2⁢_C3x2
ode2≔x2⁢diff⁡y⁡x,x,x−4⁢x⁢diff⁡y⁡x,x+2⁢y⁡x=0
ode2≔x2⁢ⅆ2ⅆx2y⁡x−4⁢x⁢ⅆⅆxy⁡x+2⁢y⁡x=0
CauchyEuler⁡ode2,y⁡x
y⁡x=_C1⁢ⅇ−−5+17⁢Typesetting:-_Hold⁡%ln⁡x2+_C2⁢ⅇ5+17⁢Typesetting:-_Hold⁡%ln⁡x2
ode3≔−x2⁢diff⁡y⁡x,x,x−x⁢diff⁡y⁡x,x+9⁢y⁡x=0
ode3≔−x2⁢ⅆ2ⅆx2y⁡x−x⁢ⅆⅆxy⁡x+9⁢y⁡x=0
CauchyEuler⁡ode3,y⁡x
y⁡x=_C1x3+_C2⁢x3
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]
Download Help Document
What kind of issue would you like to report? (Optional)