First derivative of the legendre polynomials

kilojoules
Messages
5
Reaction score
0
show that the first derivative of the legendre polynomials satisfy a self-adjoint differential equation with eigenvalue λ=n(n+1)-2


The attempt at a solution:

(1-x^2 ) P_n^''-2xP_n^'=λP_n
λ = n(n + 1) - 2 and (1-x^2 ) P_n^''-2xP_n^'=nP_(n-1)^'-nP_n-nxP_n^'
∴nP_(n-1)^'-nP_n-nxP_n^'=( n(n + 1) - 2 )P_n
For n=2
2P_1^'-2P_2-2xP_2^'=4P_n
Using legendre polynomial properties we have
-9x^2+2x+1=2(3x^2-1)
∴-15x^2+2x+3=0
I don’t know what to do from here.
 
Physics news on Phys.org
Did you consider just replacing the first derivative with just "y" so that the equation becomes
(1- x^2)y'- 2xy= \lambda P_n
Differentiating
(1- x^2)y''- 4xy'- 2y= \lambda P_n'= \lambda y

(1- x^2)y''- 4xy'= (2+ \lambda)y
 
Thanks Hallsofvy
 
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...

Similar threads

Back
Top