Solving Laguerre DEby translating it into an Euler equation

  • Thread starter Thread starter Ratpigeon
  • Start date Start date
  • Tags Tags
    Euler Laguerre
Ratpigeon
Messages
52
Reaction score
0

Homework Statement



Find the indicial equation and all power series solutions around 0 of the form
xr Ʃan xn for:
x y'' -(4+x)y'+2y=0
- apparently one of these solutions is a laguerre pilynomial

Homework Equations


the indicial equation is the roots of
r(r-1) +p0r+q0
where p0=lim(x->0)( x(-4-x)/x)=-4
and q0=lim(x->0)( x^2 *2/x)=0
Hence the indicial equation is:
r^2-r - 4r =r(r-5)

The Attempt at a Solution


I have a solution for the root at r=5, but I'm not sure how to do it for r=0, which is the Laguerre one...?
 
Last edited:
Physics news on Phys.org
What is the difficulty here? Just plug your ansatz y = \sum_n a_n x^n into the equation, and solve like usual. By googling "laguerre polynomial" you will see that you expect to get a solution which contains only 2+1 = 3 terms; you will probably find something like a_{n+1} \propto (n-2) a_n, meaning that for all n>2, an = 0.
 
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