What is the generating function proof for Legendre polynomials?

physicsjock
Messages
84
Reaction score
0
Hey

I've been trying to show that \frac{1}{\sqrt{1+u^2 -2xu}} is a generating function of the polynomials,

in other words that
\frac{1}{\sqrt{1+u^2 -2xu}}=\sum\limits_{n=0}^{\infty }{{{P}_{n}}(x){{u}^{n}}}

My class was told to do this by first finding the binomial series of
\frac{1}{\sqrt{1-s}}

And then insert s = -u2 + 2xu

Then to expand out sn and group together all the un terms,

this is what I've been doing for a while and i haven't been able to see the end,

\frac{1}{\sqrt{1-x}}=\sum\limits_{n=0}^{\infty }{\frac{\left( -\frac{1}{2} \right)\left( -\frac{3}{2} \right)...\left( \frac{1}{2}-n \right)}{n!}}{{(-x)}^{n?}}\,\,\,\,\,let\,\,x=2xu-{{u}^{2}}

<br /> (u(u-2x))^{n}=u^{n}\left[ {{u}^{n}}-2x\frac{n!}{(n-1)!}{{u}^{n-1}}+4{{x}^{2}}\frac{n!}{(n-2)!}{{u}^{n-2}}+...+\frac{n!}{r!(n-r)!}{{(-1)}^{r}}{{u}^{n-r}}{{(2x)}^{r}}+...+{{(-1)}^{n}}{{(2x)}^{n}} \right]<br />

but I'm getting stuck at this point,

every term here has a factor of un however there are still u's within the bracket so I can't simplify it to Pn(x),

Have i miss interpreted the instructions or is straight forward way to do this?

I have found online other methods of this proof but they don't follow the instruction we were given

any help is verryy appreciated,

thanks
 
Physics news on Phys.org
you are looking at the generating function of the Legendre polynomials
http://en.wikipedia.org/wiki/Legendre_polynomials
which does not assume a simply closed form, therefore, you don't expect the very tedious series to simplify. I'm not sure what your prof want to see though, but Pn(x) can only be given recursively or formally as the formal Taylor expansion of the generating function.
 
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