Help with Solving a Cauchy-Euler Differential Equation

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
2 replies · 3K views
Jim4592
Messages
49
Reaction score
0

Homework Statement



x2 y'' + x y' + 4 y = 0


Homework Equations



y = xr
y' = r xr-1
y'' = (r2-r)xr-2

The Attempt at a Solution



x2{(r2-r)xr-1} + x{r xr-1} + 4xr

r2 - r + r + 4

r2 + 4 = 0

r = +- 2i

y = C1x2i + c2x-2i

My question is how can i remove the imaginary number with cos[] and sin[]
If you could be as descriptive as possible i'd really appreciate it!

Thanks in advanced!
 
Physics news on Phys.org
In fact, the substitution y= ln(x) will change any "Cauchy-Euler" equation into an equation with constant coefficients with the same characteristic equation. An equation with constant coefficients, with [itex]\pm 2[/itex] as characteristic roots, has general solution C cos(2y)+ D sin(2y).