Puzzled with the loxodrome ( spherical spiral ) equation

  • Context: Graduate 
  • Thread starter Thread starter kkz23691
  • Start date Start date
  • Tags Tags
    Spherical Spiral
Click For Summary

Discussion Overview

The discussion centers around the mathematical representation of the loxodrome, also known as a spherical spiral, and its parametric equations as presented on the Mathworld website. Participants explore the relationships between spherical coordinates and the loxodrome equations, seeking to understand the derivation and implications of these equations.

Discussion Character

  • Exploratory
  • Technical explanation
  • Mathematical reasoning
  • Debate/contested

Main Points Raised

  • One participant questions the definition of the loxodrome as given by Mathworld, comparing it to standard spherical coordinates and suggesting a relationship between the two.
  • Another participant defines a loxodrome as a curve that intersects each meridian on the sphere at a constant angle, relating it to logarithmic spirals in polar coordinates.
  • Several participants discuss the derivation of the loxodrome equations, with one suggesting the use of tangent vectors and derivatives to explore the constant angle condition.
  • A participant presents a derivation leading to an ordinary differential equation (ODE) that describes the loxodrome, indicating a need to connect this to the parametric equations.
  • Another participant proposes that the loxodrome parametric equations are a special case of oblate spheroid coordinates under certain conditions, raising questions about the validity of this approach.
  • There is a discussion regarding the stipulation by Mathworld that relates the variable \(c\) to \(t\) through a specific trigonometric transformation, with participants noting alternative formulations that could also apply.

Areas of Agreement / Disagreement

Participants express various viewpoints and approaches to understanding the loxodrome, with no consensus reached on the derivation or the implications of the parametric equations. Multiple competing views remain regarding the definitions and relationships involved.

Contextual Notes

Some participants note limitations in their understanding or the derivation process, including unresolved mathematical steps and dependencies on specific definitions. The discussion reflects a range of assumptions and interpretations that have not been fully reconciled.

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,...
 

Similar threads

  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 12 ·
Replies
12
Views
5K
  • · Replies 33 ·
2
Replies
33
Views
5K
  • · Replies 3 ·
Replies
3
Views
3K
  • · Replies 0 ·
Replies
0
Views
3K
  • · Replies 2 ·
Replies
2
Views
1K
  • · Replies 3 ·
Replies
3
Views
5K
  • · Replies 11 ·
Replies
11
Views
2K
  • · Replies 1 ·
Replies
1
Views
3K
  • · Replies 3 ·
Replies
3
Views
3K