Series expansion of function of two variables

JesseC
Messages
247
Reaction score
2
This was stated in a lecture:
"
For r < 1 we can make a series expansion of f(r,u) in terms of powers of r where:

f(r,u) = \frac{1}{\sqrt{1+r^2-2ru}} = \sum^{\infty}_{n=0}r^nP_n(u)
"

Where P_n(u) is a function of u (and is actually the Legendre polynomials). This was stated without real explanation. I don't understand how you can just 'see' this series expansion from the form of f(r,u). I'm probably just missing some prerequisite maths knowledge so if anyone could point me in the right direction, I'd appreciate it.
 
Physics news on Phys.org
You know why there is a general series expansion of the form \sum a_n t^n, right?

The relation you were given is just one possible definition of the Legendre polynomials. There are other definitions, and then the problem becomes to show that these definitions are equivalent. I think you can find most of the proofs for example in Arfken&Weber (although I don't have it near me right now, so I can't check).
 
clamtrox said:
You know why there is a general series expansion of the form \sum a_n t^n, right?.

Not really. I have an idea of when you can and can't use a series solution for a 2nd order DE (essential singular points). I don't know the mathematical reason 'why' there should be a series expansion of a particular function or solution. I've just learned how to apply it!

I found this website very helpful: http://www.serc.iisc.ernet.in/~amohanty/SE288/l.pdf and I think I'm a but clearer on this particular problem.
 
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