Second order differential equation

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
?? You say "use Euler's method". That is a numerical method of solving differential equations. What you are doing has nothing to do with Euler's method.
 
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 :)
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top