Second order differential equation

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

Homework Statement



find the general solution to the second order ode:
x4y''+2x3y'+y=0

Homework Equations



using Euler's method

The Attempt at a Solution



assume that the solution is y=xa
then y'=axa-1 and y''-a(a-1)xa-2
substituting these into the ode:
a(a-1)xa+2axa+xax-2=0
which gives
a2+a+x-2=0

and this is where i got stuck.
thank you
 
Physics news on Phys.org
I think i made a mistake. I thought when we use the assumption y=x^a that this is called Euler's method. but now i know it has nothing to do with it :)