Polynomial solution to Legendre's equation

  • Thread starter Thread starter Mark Brewer
  • Start date Start date
  • Tags Tags
    Polynomial
Mark Brewer
Messages
38
Reaction score
4
Member warned about posting with no effort

Homework Statement


Starting from the recurrence relation, show that, when l is an integer, the polynomial solution to Legendre's equation is
yl(x) = Kl ∑ from k = 0 to (l/2) of (((-1)k) / k!) (((2l - 2k)!) / (l-k)! (l - 2k)!) (xl-2k)

where Kl is an arbitrary constant (depending on l) and x (floor) stands for the largest integer less than or equal to x. Hint. THis is a tricky exercise in algebraic manipulation. Rewrite the recurrence relation in the form al-2k = f(l,k) al-2k+2, (where you are to evalute f(l,k) explicitly), then run out the recurrence to obtain the desired result. You will need to be clever in manipulating factorial expression. For example, somewhere along the line you will have to use the formula (l)(l-1)...(l-2k+1) = ((l!) / (l-2k)!), and a bunch more like it.
Mod note: Fixed. One of your closing subscript tags -- [/sub]) was actually .

Homework Equations



recurrence equation: am+2 = [((l-m)(l+m+1) / (m+2)(m+1))

The Attempt at a Solution



I'm lost to where to start. Any help to get me started would be much appreciated.]
 
Last edited by a moderator:
Physics news on Phys.org
I'm not sure why the second half of my problem is in a subscript. The double checked the problem by previewing it, but I could get the text out of being in a subscript. My apologies for this.
 
You need to try something -- that's the rule here at this forum. You could start with the hints given in the problem.

Also, this doesn't look like a recurrence equation to me. The right side should have ##a_m## and ##a_{m+1}## in it.

Mark Brewer said:
recurrence equation: am+2 = [((l-m)(l+m+1) / (m+2)(m+1))
 
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...
Back
Top