Shortest arc between two points in polar coordinates

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
5 replies · 4K views
mnb96
Messages
711
Reaction score
5
Hello,
If we consider a Euclidean plane [tex]\mathbb{R}^2[/tex] with the ordinary inner product, and we "distort" it through a cartesian->polar transformation, how should I compute the shortest arc between two points [tex](r,\theta)[/tex] and [tex](r',\theta')[/tex] ?
 
Physics news on Phys.org
mnb96 said:
Hello,
If we consider a Euclidean plane [tex]\mathbb{R}^2[/tex] with the ordinary inner product, and we "distort" it through a cartesian->polar transformation, how should I compute the shortest arc between two points [tex](r,\theta)[/tex] and [tex](r',\theta')[/tex] ?
What metric are you using on the polar plane?
 
I am using the metric I derived from the equations
[tex]x=r cos(\theta)[/tex]
[tex]y=r sin(\theta)[/tex]

From those I got:

[tex]M = diag(1,r^2)[/tex]
 
I guess I'm not sure what you're looking for. The shortest arc will be the image of an honest straight line under the isometry.
 
Ok. I guess my original question was meaningless.
As far as I could understand, computing a shortest-arc length makes sense only on surfaces whose curvature changes locally. The [itex]\mathbb{R}^2[/itex] plane is flat, so the shortest arcs between two points are always straight lines.

Basically, all I have to do is to consider the straight line connecting the two points (in cartesian coordinates), and convert its parametric representation into polar coordinates.

Is this correct?
 
Computing geodesics is the same no matter what the metric does. It's just particularly easy here.

So yes, you're correct.