How to derive Legendre Polynomials?

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
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


...
 
Physics news 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!