Puzzled with the loxodrome ( spherical spiral ) equation

  • Context: Graduate 
  • Thread starter Thread starter kkz23691
  • Start date Start date
  • Tags Tags
    Spherical Spiral
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
7 replies · 4K views
kkz23691
Messages
46
Reaction score
5
Hi All!

the mathworld website http://mathworld.wolfram.com/SphericalSpiral.html claims that the loxodrome is given by the parametric equations
##x=cos(t) cos(c)##
##y=sin(t) cos(c)##
##z=-sin(c)##

Why so?
Now, as far as I can see, since the spherical coordinates are
##x=sin\phi cos\theta##
##y=sin\phi sin\theta##
##z=cos\phi##

Then the loxodrome equations look like the derivative of the radius vector ##{\mathbf r}## with respect to the zenith angle ##\phi## in spherical coordinates, namely

##\frac{dx}{d\phi} = cos \phi cos \theta##
##\frac{dy}{d\phi} = cos \phi sin \theta##
##\frac{dz}{d\phi} = -sin \phi##

where ##\theta, \phi## are the usual spherical angles, but in the loxodrome equations they are just replaced with ##t## and ##c## respectively.

Would anyone know why is the loxodrome defined in exactly the way shown above?
Thanks!
 
Physics news on Phys.org
Thanks for the post! Sorry you aren't generating responses at the moment. Do you have any further information, come to any new conclusions or is it possible to reword the post?
 
  • Like
Likes   Reactions: kkz23691
Maybe this will help.

A loxodrome is defined to intersect each meridian on the sphere at a constant angle. In polar coordinates,it projects to a logarithmic spiral.
 
Last edited:
I have been collecting articles and textbook chapters that may shed some light on the derivation. For instance, this link https://answers.yahoo.com/question/index?qid=20110605025959AAzWdiY
works the problem backwards - assuming a loxodrome, they try to arrive at the constant angle condition.
Still working on this ...

I am trying to approach it by using tangent vectors and the necessary derivatives and then the dot-product for the angle.
 
kkz23691 said:
I have been collecting articles and textbook chapters that may shed some light on the derivation. For instance, this link https://answers.yahoo.com/question/index?qid=20110605025959AAzWdiY
works the problem backwards - assuming a loxodrome, they try to arrive at the constant angle condition.
Still working on this ...

I am trying to approach it by using tangent vectors and the necessary derivatives and then the dot-product for the angle.
Just calculate the derivatives.what is the problem?
 
The vector tangent to the meridian ##\theta = ##const is
##\frac{d{\mathbf r}}{d\phi} = (cos\phi cos\theta, cos\phi sin\theta, -sin\phi)##

If the curve is ##{\mathbf r}(t) = r(sin\phi(t) cos\theta(t), sin\phi(t) sin\theta(t), cos\phi(t))## then its tangent vector is

##{\mathbf r}^{\prime}(t)=r(\phi^{\prime}cos\phi cos\theta-\theta^{\prime} sin\phi sin \theta, \phi^{\prime} cos \phi sin \theta + \theta^{\prime} sin \phi soc \theta, -\phi^{\prime} sin \phi)##

Then the angle between ##\frac{d{\mathbf r}}{d\phi}## and ##{\mathbf r}^{\prime}(t)## is ##\alpha##,

##cos\alpha = \frac{\frac{d{\mathbf r}}{d\phi} \cdot {\mathbf r}^{\prime}(t)}{|\frac{d{\mathbf r}}{d\phi}| |{\mathbf r}^{\prime}(t)|}##

Using the above derivatives, plug in into the expression for ##cos \alpha## and get

##cos\alpha = \frac{\phi^{\prime}}{\sqrt{\phi^{\prime 2}+\theta^{\prime 2} sin^{2} \phi}}##

Now, assume ##\alpha##=const for all t.
Then we get the ODE
##C d\theta = \frac{d\phi}{sin\phi}## which yields

##\theta(\phi) = C_1 \ln \tan \frac{\phi}{2} + C_2##

This is the loxodrome equation. Now, somehow I need to find out how do we get to the parametric equations (see #1) from here...
 
here is the answer... It turns out, the "loxodrome parametric equations" are actually a special case of the oblate spheroid coordinates
##x=a cosh(\mu) cos(\nu)cos(\phi)##
##y=a cosh(\mu) cos(\nu)sin(\phi)##
##z=a sinh(\mu) sin(\nu))##

when ##abs(\mu)## is large enough. Then ##a cosh(\mu) = a sinh (\mu) = R=\mbox{const}## and the above becomes the parametrization of a sphere
##x=R cos(\nu)cos(\phi)##
##y=R cos(\nu)sin(\phi)##
##z=-R sin(\nu))##

even though in oblate spheroid coordinates ##\mu## is not supposed to be negative, the above should work fine to parametrize a sphere (correct me if I'm wrong).
 
Now the only thing I need to sort out is why does Mathworld stipulate ##c=tan^{-1}(at)##. Some say (see here https://answers.yahoo.com/question/index?qid=20110605025959AAzWdiY) that because this way
##cos(c) =\frac{1}{\sqrt{1+a^2t^2}}## and
##sin(c)=\frac{at}{\sqrt{1+a^2t^2}}##

But then we can equally well may set them to be

##cos(c)=t## and
##sin(c)=\sqrt{1-t^2}##...

Perhaps this needs another thread on its own,...