Solving Legendre's Equation | Recurrence Relation

  • Thread starter Thread starter KateyLou
  • Start date Start date
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 · 4K views
KateyLou
Messages
17
Reaction score
0

Homework Statement



Obtain the recurrene relation between the coefficient ar in the series solution

y= (between r=0 and [tex]\infty[/tex]) [tex]\Sigma[/tex] arxr

to (1-x2)y''-2xy'+k(k+1)y=0
Deduce that if k is a positive integer, then ak+2=0, so that the equation possesses a solution which is a polynomial of degree k.

Homework Equations



(there is more to this question...but i think ill try getting through this bit first!)


The Attempt at a Solution



I have managed to get the correct recurrance relation

(n+2)(n+1)an+2-an(n(n+1)-k(k+1))=0

But i have no idea what to do now (the show if k is a positive integer) etc :-(
 
Physics news on Phys.org
So
[tex]a_{n+2}= a_n\frac{n(n+1)- k(k+1)}{(n+1)(n+2)}[/tex]
Assume that a0 and a1[/sup] are given. What is a2, a3, a4 in terms of a0 and a1. Can you guess a form for the general an form? Can you then prove it by, say, induction?
 
i am not too sure what induction is...(sorry!) guessing a form for an - do you is this not given by the recurrance relation?