Path joining 2 points on a sphere

In summary, the shortest path between two points on a sphere is called a great circle arc and is equivalent to the circumference of a circle passing through those two points. The formula for calculating this distance is the haversine formula, which takes into account the radius of the sphere and the longitude and latitude coordinates of the points. The curvature of a sphere makes it impossible for the path between two points to be a straight line. This concept is used in various real-life applications such as geography, navigation, astronomy, and geodesy.
  • #1
ephedyn
170
1

Homework Statement


Using spherical coordinates, show that the length of a path joining two points on a sphere is

[itex]L=\int_{\theta_{1}}^{\theta_{2}}\sqrt{1+\sin^{2}\theta\phi'^{2}}d\theta[/itex]

Homework Equations



[itex]x=r\cos\theta\sin\phi[/itex]
[itex]y=r\sin\theta\sin\phi[/itex]
[itex]z=r\cos\phi[/itex]

The Attempt at a Solution



The distance between 2 neighboring points on the path is
[itex]ds=\sqrt{dx^{2}+dy^{2}+dz^{2}}[/itex]

and
[itex]dx=\dfrac{dx}{d\theta}d\theta[/itex]
[itex]dy=\dfrac{dy}{d\theta}d\theta[/itex]
[itex]dz=\dfrac{dz}{d\theta}d\theta[/itex]

Consider
[itex]\dfrac{1}{r}\dfrac{dx}{d\theta}=\cos\theta\cos\phi\phi'\left(\theta\right)-\sin\theta\sin\phi[/itex]
[itex]\dfrac{1}{r}\dfrac{dy}{d\theta}=\sin\theta\cos\phi\phi'\left(\theta\right)+\sin\phi\cos\theta[/itex]
[itex]\dfrac{1}{r}\dfrac{dz}{d\theta}=-\sin\phi\phi'\left(\theta\right)[/itex]
[itex]\left(\dfrac{1}{r}\dfrac{dx}{d\theta}\right)^{2}=\cos^{2}\theta\cos^{2}\phi\phi'{}^{2}-2\sin\theta\cos\theta\sin\phi\cos\phi\phi'+\sin^{2}\theta\sin^{2}\phi[/itex]

[itex]\left(\dfrac{1}{r}\dfrac{dy}{d\theta}\right)^{2}=\sin^{2}\theta\cos^{2}\phi\phi'^{2}+2\sin\theta\cos\theta\sin\phi\cos\phi\phi+\sin^{2}\phi\cos^{2}\theta[/itex]

[itex]\left(\dfrac{1}{r}\dfrac{dz}{d\theta}\right)^{2}=\sin^{2}\phi\phi'^{2}[/itex]

Summing, [itex]dy^{2}[/itex] and [itex]dx^{2}[/itex], the term [itex]2\sin\theta\cos\theta\sin\phi\cos\phi\phi[/itex] cancels out, leaving
[itex]L={\displaystyle r\int_{\theta_{1}}^{\theta_{2}}\sqrt{\cos^{2}\theta\cos^{2}\phi\phi'^{2}+\sin^{2}\theta\cos^{2}\phi\phi'^{2}+\sin^{2}\theta\sin^{2}\phi+\sin^{2}\phi\cos^{2}\theta+\sin^{2}\phi\phi'{}^{2}}d\theta}[/itex]

[itex]L=r\int_{\theta_{1}}^{\theta_{2}}\sqrt{\phi'^{2}+\sin^{2}\phi}d\theta[/itex]

Any idea where I went wrong?
 
Physics news on Phys.org
  • #2
ephedyn said:

Homework Statement


Using spherical coordinates, show that the length of a path joining two points on a sphere is

[itex]L=\int_{\theta_{1}}^{\theta_{2}}\sqrt{1+\sin^{2}\theta\phi'^{2}}d\theta[/itex]

The Attempt at a Solution



[itex]L=r\int_{\theta_{1}}^{\theta_{2}}\sqrt{\phi'^{2}+\sin^{2}\phi}d\theta[/itex]

Any idea where I went wrong?

Looks to me like you are just using a different naming convention for the angles than the author of the problem statement. Try it again using [itex]\theta[/itex] as the polar angle and [itex]\phi[/itex] as the azimuthal angle and you should get the desired result (assuming the missing factor of [itex]r[/itex] was just a typo).
 
  • #3
hi ephedyn! :smile:

(have a theta: θ and a phi: φ and a square-root: √ and an integral: ∫ :wink:)

as gabbagabbahey :smile: says …

√(1 + sin2θ (dφ/dθ)2) dθ

= √(1 + sin2θ (dφ/dθ)2) dθ/dφ dφ

= √((dθ/dφ)2 + sin2θ) dφ :wink:
 

What is the shortest path between two points on a sphere?

The shortest path between two points on a sphere is called a great circle arc. It is the shortest distance between two points on the surface of a sphere and is equivalent to the circumference of a circle passing through those two points.

What is the formula for calculating the distance between two points on a sphere?

The formula for calculating the distance between two points on a sphere is the haversine formula. It takes into account the radius of the sphere and the longitude and latitude coordinates of the two points to calculate the shortest distance between them.

How does the curvature of a sphere affect the path between two points?

The curvature of a sphere affects the path between two points by making it impossible to draw a straight line between them. Instead, the shortest path between two points on a sphere will always be curved, following the surface of the sphere.

Can the path between two points on a sphere ever be a straight line?

No, the path between two points on a sphere can never be a straight line. This is because a sphere is a three-dimensional object and a straight line can only exist in two dimensions. The shortest path between two points on a sphere will always be curved.

What real-life applications use the concept of path joining 2 points on a sphere?

The concept of path joining 2 points on a sphere is used in various fields such as geography, navigation, astronomy, and geodesy. It is also used in satellite and aircraft navigation, as well as in mapping and surveying to determine the shortest distance between two points on the surface of the Earth.

Similar threads

  • Calculus and Beyond Homework Help
Replies
3
Views
559
  • Calculus and Beyond Homework Help
Replies
7
Views
995
  • Calculus and Beyond Homework Help
Replies
5
Views
684
  • Calculus and Beyond Homework Help
Replies
4
Views
134
  • Calculus and Beyond Homework Help
Replies
4
Views
958
  • Calculus and Beyond Homework Help
Replies
9
Views
163
Replies
14
Views
1K
  • Calculus and Beyond Homework Help
Replies
6
Views
1K
  • Calculus and Beyond Homework Help
Replies
1
Views
491
  • Calculus and Beyond Homework Help
Replies
34
Views
2K
Back
Top