Expanding potential in Legendre polynomials (or spherical harmonics)

Click For Summary
The discussion focuses on expanding the expression $$\frac{1}{\sqrt{(\boldsymbol{r-r'})^2+a}}$$ using Legendre polynomials or spherical harmonics. The challenge arises from incorporating the additional term "a," which complicates the extraction of factors like ##r## or ##r'## necessary for applying the generating function for Legendre polynomials. A suggested approach involves factoring out $$\sqrt{r^2+a}$$ to simplify the expression. This leads to a reformulation that allows for the use of the generating function, requiring the determination of suitable expressions for the variables ##t## and ##x##. The thread emphasizes the mathematical techniques for handling such expansions in potential theory.
rnielsen25
Messages
25
Reaction score
1
Homework Statement
Expand $$\frac{1}{\sqrt{ (\boldsymbol{r-r'})^2+a} }$$ in legendre polynomials.
Relevant Equations
$$ \sum_{n=0}^{\infty} P_{n}(x) t^{n}=\frac{1}{\sqrt{1-2 x t+t^{2}}} $$
Using the generating function for the legendre polynomial: $$ \sum_{n=0}^{\infty} P_{n}(x) t^{n}=\frac{1}{\sqrt{1-2 x t+t^{2}}} $$ It's possible to expand the coulomb potential in a basis of legendre polynomials (or even spherical harmonic ) like this: $$ \begin{aligned} &\frac{1}{\left.\mid \vec{r}-\vec{r}^{\prime}\right]}=\frac{1}{\sqrt{r^{2}+r^{\prime 2}-2 r r^{\prime}\left(\hat{r} \cdot \hat{r}^{\prime}\right)}}= \sum_{\ell=0}^{\infty} \frac{r_{<}^{\ell}}{r_{>}^{\ell+1}} P\left(\hat{r} \cdot \hat{r}^{\prime}\right) \\ &=\sum_{\ell=0}^{\infty} \frac{4 \pi}{2 \ell+1} \frac{r_{<}^{\ell}}{r_{>}^{\ell+1}} \sum_{m=-\ell}^{\ell} Y_{\ell m}^{\star}\left(\vartheta^{\prime}, \varphi^{\prime}\right) Y_{\ell m}(\vartheta, \varphi) \end{aligned} $$ Where ##r_{<}## and ##r_{>}## represent the smaller and larger of ##r## and ##r^{\prime}##.

But I need to expand
$$\frac{1}{\sqrt{ (\boldsymbol{r-r'})^2+a} }=\frac{1}{\sqrt{r^{2}+r^{\prime 2}-2 r r^{\prime}\left(\hat{r} \cdot \hat{r}^{\prime}\right)+a}}$$
in a similar way. However, I can't seem to pull out a factor of ##r## or ##r'## to get the generating function as you can above, because of the addition of ##a##.
So how do I expand this expression in legendre polynomials?
 
Physics news on Phys.org
Nicklas said:
But I need to expand
$$\frac{1}{\sqrt{ (\boldsymbol{r-r'})^2+a} }=\frac{1}{\sqrt{r^{2}+r^{\prime 2}-2 r r^{\prime}\left(\hat{r} \cdot \hat{r}^{\prime}\right)+a}}$$
in a similar way. However, I can't seem to pull out a factor of ##r## or ##r'## to get the generating function as you can above, because of the addition of ##a##.
You might try pulling out a factor of ##\sqrt{r^2+a}## : $$\frac{1}{\sqrt{r^{2}+r^{\prime 2}-2 r r^{\prime}\left(\hat{r} \cdot \hat{r}^{\prime}\right)+a}} = \frac{1}{\sqrt{r^2+a}} \frac{1}{\sqrt{1 -2xt+t^2}}$$ where you will need to determine expressions for ##t## and ##x##.
 
Last edited:
  • Like
Likes PhDeezNutz, vanhees71 and Delta2
At first, I derived that: $$\nabla \frac 1{\mu}=-\frac 1{{\mu}^3}\left((1-\beta^2)+\frac{\dot{\vec\beta}\cdot\vec R}c\right)\vec R$$ (dot means differentiation with respect to ##t'##). I assume this result is true because it gives valid result for magnetic field. To find electric field one should also derive partial derivative of ##\vec A## with respect to ##t##. I've used chain rule, substituted ##\vec A## and used derivative of product formula. $$\frac {\partial \vec A}{\partial t}=\frac...