Solution to Legendre equation in trig form

Jesssa
Messages
50
Reaction score
0
hey guys,

I've been trying to solve this question,

http://img515.imageshack.us/img515/2583/asfj.jpg

so the general solution would be

y(cos(theta)) = C Pn(cos(theta)) + D Qn(cos(theta)) right?

and since n = 2 in this case

y(cos(theta)) = C P_2 (cos(theta)) + D Q_2 (cos(theta))

and 0<= theta < 2Pi

But when theta = 0, cos(theta) = 1 and Q_2 is undefined, so D = 0,

so y(cos(theta)) = C P_2 (cos(theta)) = (C/2) (cos^2(theta) - 1)

but

y(cos(0))=y(1) = C P_2(1) = C = ?

So would the 2pi periodic solution be

y(cos(theta)) = (C/2) (cos^2(theta) - 1) ?

Thanks
 
Last edited by a moderator:
Physics news on Phys.org
You should have ##P_2(x) = \frac{1}{2}(3x^2 - 1)##, but otherwise your work looks fine.
 
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