How to derive 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 · 2K views
terp.asessed
Messages
126
Reaction score
3
Note that filling in the attempt at solution is mandatory.

Homework Statement


Could someone explain how Legendre polynomials are derived, particularly first three ones? I was only given the table in the class, not steps to solving them...so I am curious.

Homework Equations


P0(x) = 1
P1(x) = x
P2(x) = 1/2 (3x2 - 1)

The Attempt at a Solution


...
 
on Phys.org
One way is solving the Legendre equation([itex]\frac{d}{dx} [(1-x^2) \frac{dP_n}{dx}]+n(n+1)P_n=0[/itex]) using the method of power series.(Substituting [itex]y=\sum_{n=0}^\infty a_n x^n[/itex] in the equation and finding a recursive relation for the coefficients.)
 
Thanks! The equation was NEVER given in the class, so I was stuck with the table, but again thanks!