NanakiXIII
- 391
- 0
Homework Statement
Using binomial expansion, prove that
<br /> \frac{1}{\sqrt{1 - 2 x u + u^2}} = \sum_{k} P_k(x) u^k.<br />
Homework Equations
<br /> \frac{1}{\sqrt{1 + v}} = \sum_{k} (-1)^k \frac{(2k)!}{2^{2k} (k!)^2} v^k<br />
The Attempt at a Solution
I simply inserted v = u^2 - 2 x u, then expanded the v^k[/tex] to obtain the double sum<br /> <br /> <br /> \sum_{k} (-1)^k \frac{(2k)!}{2^{2k} (k!)^2} \sum_{n \leq k} \left( \begin{array}{c} k \\ n \end{array} \right) (-2 x)^n u^{2 k - n}.<br /><br /> <br /> Now I need to turn this into a single sum by collecting like powers of u, which is what I'm stuck at. I don't see how to go about that.