Why Does the Integral of Legendre Polynomials Yield a Kronecker Delta?

AI Thread Summary
The integral of Legendre polynomials results in a Kronecker delta function due to their orthogonality, yielding zero when L ≠ L' and 2/(2L+1) when L = L'. The integral for L = L' simplifies to the square of the Legendre polynomial, which can be evaluated using Rodrigues' formula or the generating function. The normalization factor is derived from integrating the generating function squared, leading to a series expansion that confirms the relationship between the coefficients and the integral. This discussion highlights the mathematical properties and methods for evaluating integrals involving Legendre polynomials.
Don'tKnowMuch
Messages
21
Reaction score
0
I am doing a Laplace's equation in spherical coordinates and have come to a part of the problem that has the integral...

∫ P(sub L)*(x) * P(sub L')*(x) dx (-1<x<1)

The answer to this integral is given by a Kronecker delta function (δ)...

= 0 if L ≠ L'

OR...
= 2/(2L+1)*δ if L = L' (where δ = 1)

I believe the reason why the integral is equal to zero when L ≠ L' is because of the orthogonality of Legendre polynomials, however i cannot figure out how the integral is equal 2/(2L+1). If L = L' then the integral would equal...

∫ [P(sub L)*(x)]^2 dx

I tried to use a simple power rule of integration to solve the above integral, but i am afraid my method is flawed. Any suggestions?

Pre-emptive thanks to whomever takes the time to help!
 
Physics news on Phys.org
For clarity i should add that...

P(sub L)(x)

is a Legendre polynomial
 
I think i have to use Rodrigues' formula
 
This is one possibility. Another is to use the generating function, which is used to define in the msot convenient way the Legendre polynomials.

It's given by
\Phi(r,u)=\frac{1}{\sqrt{1-2u r+r^2}}=\sum_{l=0}^{\infty} P_l(u) r^l.
From this you find
P_l(u)=\frac{1}{l!} \left .\frac{\partial^l}{\partial r^l} \Phi(r,u) \right|_{r=0}.
This series expansion is obviously valid for |r|&lt;1 if |u|&lt;1.

We know that the Legendre Polynomials are orthogonal to each other since they are solutions of the eigen-value equation
\frac{\mathrm{d}}{\mathrm{d} u} \left [(1-u^2) \frac{\mathrm{d} P_l}{\mathrm{d} u} \right ]=-l(l+1) P_l,
where the differential operator is self-adjoint on L^2([-1,1]). Thus we have
\int_{-1}^{1} \mathrm{d} u P_l(u) P_{l&#039;}(u)=N_l \delta_{ll&#039;}.
To evaluate the normalization factor we take the following integral:
I(r)=\int_{-1}^{1} \mathrm{d} u \Phi^2(r,u)=\int_{-1}^{1} \mathrm{d} u \frac{1}{1-2 u r +r^2}=-\left [\frac{1}{2r} \ln(1-2 u r+r^2) \right]_{u=-1}^{u=1}=\frac{1}{r} \ln \left (\frac{1+r}{1-r} \right ).
Expanding this into a power series in r yields
I(r)=\sum_{l=0}^{\infty} \frac{2}{2l+1} r^{2l}.
On the other hand from the definition of the Legendre Polynomials by the above given series expansion you get
\Phi^2(r,u)=\sum_{l,l&#039;=0}^{\infty} P_l(u) P_{l&#039;}(u) r^{l+l&#039;}.
Integrating over u leads to
I(r)=\sum_{l,l&#039;=0}^{\infty} N_l \delta_{ll&#039;} r^{2l}=\sum_{l=0}^{\infty} N_l r^{2l}.
Comparing the coefficients in both expansions of I(r) yields
N_l=\frac{2}{2l+1}.
QED.
 
Consider an extremely long and perfectly calibrated scale. A car with a mass of 1000 kg is placed on it, and the scale registers this weight accurately. Now, suppose the car begins to move, reaching very high speeds. Neglecting air resistance and rolling friction, if the car attains, for example, a velocity of 500 km/h, will the scale still indicate a weight corresponding to 1000 kg, or will the measured value decrease as a result of the motion? In a second scenario, imagine a person with a...
Scalar and vector potentials in Coulomb gauge Assume Coulomb gauge so that $$\nabla \cdot \mathbf{A}=0.\tag{1}$$ The scalar potential ##\phi## is described by Poisson's equation $$\nabla^2 \phi = -\frac{\rho}{\varepsilon_0}\tag{2}$$ which has the instantaneous general solution given by $$\phi(\mathbf{r},t)=\frac{1}{4\pi\varepsilon_0}\int \frac{\rho(\mathbf{r}',t)}{|\mathbf{r}-\mathbf{r}'|}d^3r'.\tag{3}$$ In Coulomb gauge the vector potential ##\mathbf{A}## is given by...
Thread 'Griffith, Electrodynamics, 4th Edition, Example 4.8. (First part)'
I am reading the Griffith, Electrodynamics book, 4th edition, Example 4.8 and stuck at some statements. It's little bit confused. > Example 4.8. Suppose the entire region below the plane ##z=0## in Fig. 4.28 is filled with uniform linear dielectric material of susceptibility ##\chi_e##. Calculate the force on a point charge ##q## situated a distance ##d## above the origin. Solution : The surface bound charge on the ##xy## plane is of opposite sign to ##q##, so the force will be...

Similar threads

Back
Top