Proving Orthogonality of Legendre Polynomials

AI Thread Summary
The discussion centers on proving the orthogonality of Legendre polynomials through a specific integral involving them. Participants suggest using integration by parts and recursion relationships to simplify the integral. One user mentions successfully solving the problem by applying these recursion relationships. The Rodriguez formula is also recommended as a potential method for tackling the integral. Overall, the conversation emphasizes the utility of established mathematical properties and techniques in proving orthogonality.
Logarythmic
Messages
277
Reaction score
0
Problem:

Show that

\int_{-1}^{1} x P_n(x) P_m(x) dx = \frac{2(n+1)}{(2n+1)(2n+3)}\delta_{m,n+1} + \frac{2n}{(2n+1)(2n-1)}\delta_{m,n-1}

I guess I should use orthogonality with the Legendre polynomials, but if I integrate by parts to get rid of the x my integral equals zero.
Any tip on how to start working with this?
 
Physics news on Phys.org
First thought would be to use one of the recursion relationships on xPn(x).

For example -

(l+1)P_{l+1}(x)\,-\,(2l+1)xP_l(x)\,+\,lP_{l-1}(x)\,=\,0

BTW, has one shown -

\int_{-1}^{1} P_n(x) P_m(x) dx = \frac{2}{2n+1}\delta_{m,n}

That was demonstrated here on PF recently.
 
Last edited:
Yes, I've got the last equation and I'll try with the recursion, thank you. =)
 
Another thing I would recommend is to try using the Rodriguez formula for the Legendre polynomials, then play games with integration by parts.
 
And why is that? I solved the problem by the way. Pretty simple when you know about the recursion relationships.
 
Thread 'Help with Time-Independent Perturbation Theory "Good" States Proof'
(Disclaimer: this is not a HW question. I am self-studying, and this felt like the type of question I've seen in this forum. If there is somewhere better for me to share this doubt, please let me know and I'll transfer it right away.) I am currently reviewing Chapter 7 of Introduction to QM by Griffiths. I have been stuck for an hour or so trying to understand the last paragraph of this proof (pls check the attached file). It claims that we can express Ψ_{γ}(0) as a linear combination of...
Back
Top