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))
 
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...
Back
Top