Movement on a sphere (elliptic integrals)

springo
Messages
125
Reaction score
0

Homework Statement


A point moves with constant speed (value) over a sphere, following the curve defined by: f = t = l
For t=0, the point is at (t,f) = (0,0) and for t=3 it's at (pi/4, pi/4).
How long does it take to reach the north pole of the sphere?

Homework Equations


The parametric equations for this sphere are:
x = 5·cos f·cos t
y = 5·cos f·sin t
z = 5·sin f

The Attempt at a Solution


OK first of all, the parametric equations turn into:
x = 5·cos2 l
y = 5·cos l·sin l
z = 5·sin l

Then we know that:
v2 = x'2 + y'2 + z'2
So we find:
x' = -5·sin(2l)
y' = 5·cos(2l)
z' = 5·cos l

By adding them up, we simplify the squared sines-cosines:
v2 = 25(1 + ·cos2 l)·(dl/dt)2
v·dt = 5√(1 + ·cos2 l)·dl

However I don't know how to find v, and I'm not sure this is correct so far.

Thank you for your help
 
Physics news on Phys.org
Bump...
 
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