First derivative of the legendre polynomials

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
2 replies · 5K views
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.
 
on Phys.org
Did you consider just replacing the first derivative with just "y" so that the equation becomes
[tex](1- x^2)y'- 2xy= \lambda P_n[/tex]
Differentiating
[tex](1- x^2)y''- 4xy'- 2y= \lambda P_n'= \lambda y[/tex]

[tex](1- x^2)y''- 4xy'= (2+ \lambda)y[/tex]