Legendre's Diff Eq using Frobenius

  • Thread starter Thread starter brew_guru
  • Start date Start date
  • Tags Tags
    Diff eq Frobenius
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
2 replies · 3K views
brew_guru
Messages
2
Reaction score
0

Homework Statement



Show, by direct examination of the Frobenius series solution to Legendre's differential equation that;
[tex]P_n(x) = \sum_{k=0}^{N} \frac{(-1)^k(2n-k)!} {2^n k! (n-k)! (n-2k)!}x^{n-2k} ;\ N=\frac{n}{2}\ \mathrm{n\ even,}\ <br /> N=\frac{n-1}{2}\ \mathrm{n\ odd}[/tex]

Write down the first five Legendre polynomials due to this formula. Show also that [tex]P_n(1)=1[/tex] and [tex]P_n(-1)=(-1)^n[/tex]

Homework Equations


The Frobenius/Puiseux/Fuchs series solution is: [tex]y= \sum_{n=0}^{\infty} a_{n}x^{k+n}[/tex]
Legendre's Diff Eq is: [tex](1-x^{2})y''-2xy'+l(l+1)=0[/tex]

The Attempt at a Solution


[tex]y= \sum_{n=0}^{\infty} a_{n}x^{k+n}<br /> y'= \sum_{n=0}^{\infty} (k+n)a_{n}x^{k+n-1}<br /> y''= \sum_{n=0}^{\infty} (k+n)(k+n-1)a_{n}x^{k+n-2}[/tex]
Setting the [tex]x^k[/tex] power to zero yields:
[tex]a_2 = \frac{k(k+1)-l(l+1)}{(k+2)(k+1)} a_0[/tex]
Setting the [tex]x^{k+1}[/tex] power to zero yields:
[tex]a_3 = \frac{(k+1)(k+2)+l(l+1)}{(k+3)(k+2)}a_1[/tex]
I believe setting the [tex]x^{k-2}\ \mathrm{and}\ x^{k-1}[/tex] powers yield:
[tex]k(k-1)a_0 = 0<br /> k(k+1)a_1 = 0[/tex]
although this would seem to imply my first two constants are zero, which would make all higher order constants zero as well since each constant can be written in terms of an earlier constant. This is the first part I am stuck on, and the second is getting an answer in terms of [tex]P_n(x)[/tex] instead of [tex]y(x)[/tex]. Thank you for any direct help or links to reading material!
 
Last edited:
Physics news on Phys.org
brew_guru said:

Homework Statement



Show, by direct examination of the Frobenius series solution to Legendre's differential equation that;
[tex]P_n(x) = \sum_{k=0}^{N} \frac{(-1)^k(2n-k)!} {2^n k! (n-k)! (n-2k)!}x^{n-2k} N=\frac{n}{2}\ \mathrm{n\ even}<br /> N=\frac{n-1}{2}\ \mathrm{n\ odd}[/tex]

Write down the first five Legendre polynomials due to this formula. Show also that [tex]P_n(1)=1[/tex] and [tex]P_n(-1)=(-1)^n[/tex]

Homework Equations


The Frobenius/Puiseux/Fuchs series solution is: [tex]y= \sum_{n=0}^{\inf} a_{n}x^{k+n}[/tex]
Legendre's Diff Eq is: [tex](1-x^{2})y''-2xy'+l(l+1)=0[/tex]

The Attempt at a Solution


[tex]y= \sum_{n=0}^{\inf} a_{n}x^{k+n}<br /> y'= \sum_{n=0}^{\inf} (k+n)a_{n}x^{k+n-1}<br /> y''= \sum_{n=0}^{\inf} (k+n)(k+n-1)a_{n}x^{k+n-2}[/tex]
Setting the [tex]x^k[/tex] power to zero yields:
[tex]a_2 = \frac{k(k+1)-l(l+1)}{(k+2)(k+1)} a_0[/tex]
Setting the [tex]x^{k+1}[/tex] power to zero yields:
[tex]a_3 = \frac{(k+1)(k+2)+l(l+1)}{(k+3)(k+2)}a_1[/tex]
I believe setting the [tex]x^{k-2}\ \mathrm{and}\ x^{k-1}[/tex] powers yield:
[tex]k(k-1)a_0 = 0<br /> k(k+1)a_1 = 0[/tex]
although this would seem to imply my first two constants are zero, which would make all higher order constants zero as well since each constant can be written in terms of an earlier constant. This is the first part I am stuck on, and the second is getting an answer in terms of [tex]P_n(x)[/tex] instead of [tex]y(x)[/tex]. Thank you for any direct help or links to reading material!

Use the forward slash to close tex tags. You should also preview your posts to confirm they are displaying correctly. I fixed your tags so your post is readable. I don't have time right now to look at it but at least now someone might read it.
 
Last edited:
Since you're expanding about x0=0, which isn't a singular point of the differential equation, you can expand the solution as a plain old Taylor series:
$$y = \sum_{n=0}^\infty a_n x^n$$You don't need to mess with the k+n nonsense. When you do this, you get the same recursion relation as before.

Note if you set k=0 in your work above, the conditions
\begin{align*}
k(k-1)a_0 &= 0 \\
k(k+1)a_1 &= 0
\end{align*} are satisfied automatically. There are no restrictions on a0 and a1.
 
Last edited: