Surface Integral: Finding Distance Along Sphere

AI Thread Summary
To find the distance along the surface of a sphere between two points, the discussion emphasizes using the 3D arc length formula, specifically integrating the line element ds. The integration requires parametrizing the angles theta and phi, as the unit vectors in spherical coordinates are not constant. The correct approach involves calculating the length using the expression ds^2 = dr^2 + r^2(dθ^2 + sin^2(θ)dφ^2), where dr is zero for a fixed radius. An example illustrates that for a path on a unit sphere, the length can be computed by integrating the derived expression over the specified angle range. This method effectively finds the geodesic distance on the sphere's surface.
Gear.0
Messages
66
Reaction score
0

Homework Statement


This isn't actually homework, but just related to something I am working on.

Basically I need to find the distance between two points along a sphere. Not the linear distance, but the distance along the surface.
This would be akin to "arc length" except in three dimensions.

Homework Equations



2D arc length: s = r \alpha
3D:
ds = dr \hat{r} + r d\theta \hat{\theta} + r sin(\theta) d\phi \hat{\phi}

The Attempt at a Solution



I'm sure I already have an equation and a method of solving this by changing the coordinates to Cartesian, and then taking the dot product to find the angle and then using the 2D arc length equation to get the distance along the surface of the sphere between the two points.

However, I am writing this because I am interested in using the second equation I gave above to find the distance. I'm not sure if I'm doing it right but it looks like I could just integrate so I have "s" instead of "ds" and the unit vectors are constant so they come outside of the integrals:
s = \hat{r}\int_{r}\int_{\theta}\int_{\phi}dr + \hat{\theta}\int_{r}\int_{\theta}\int_{\phi}r d\theta + \hat{\phi}\int_{r}\int_{\theta}\int_{\phi}r sin(\theta) d\phi

The first term would become {r-hat}*(r2-r1) right?
But what I'm not sure of are the other terms because just looking at the second term by itself you can split it up in this way:
\hat{\theta}\int_{r}r \int_{\theta}d\theta

The thing that concerns me is that there is no "dr", so how do I go about integrating this? Similarly with the third term.

Can I not find the distance in this way? I don't see why I shouldn't be able to...
perhaps the "r" is a constant in this case...

I hope this question isn't too dumb, and if it is please just bare with me and try to help me understand. Any advice is appreciated.

Thanks.
 
Physics news on Phys.org
You're totally on the right path. r = constant, therefore
<br /> dr = 0<br />
therefore
<br /> ds = r d\theta \hat{\theta} + r sin(\theta) d\phi \hat{\phi}<br />
but you also need to parametrize your theta a phi; i.e. a path is one dimensional, so you need to have only one free parameter (e.g. 't' for theta(t), phi(t) )
plug that parametrization into 'ds' above, and integrate over 't' (e.g.).

Because you're looking for the shortest distance (presumably), your solution will be a geodesic (or great circle in this case).
 
Gear.0 said:
2D arc length: s = r \alpha
3D:
ds = dr \hat{r} + r d\theta \hat{\theta} + r sin(\theta) d\phi \hat{\phi}
Your 3D equation is the vector equation

d\mathbf{s} = dr\,\mathbf{\hat{r}}+r\,d\theta\,\boldsymbol{\hat{\theta}}+r\sin \theta\,d\phi\,\boldsymbol{\hat{\phi}}

for the line element. If you integrate ds, you'll get the vector s, not a distance. What you want is its length ds where

ds^2=d\mathbf{s} \cdot d\mathbf{s} = dr^2 + r^2 (d\theta^2+\sin^2\theta\, d\phi^2)

(On a side note, in spherical coordinates, the unit vectors are not constant. They're functions of r, θ, and ϕ, so you can't just yank them out of integrals like you did.)
 
Thanks.

But um, how would I do:
\int_{r} dr^{2}

is that even possible?
 
You wouldn't. It's probably easiest to see how you do this type of calculation by example.

Say the path is on the surface of a unit sphere and satisfies ϕ=θ where the angles run from ϕ=θ=0 to ϕ=θ=π/2. (See the attached plot.) On the surface of a sphere, r=1 is constant, so dr=0. Since ϕ=θ, we get dϕ=dθ. Let's use θ as the integration variable, so we'll get

\begin{align*}<br /> ds &amp;=\sqrt{ds^2}=\sqrt{dr^2+r^2(d\theta^2+\sin^2\theta\,d\phi^2)} \\<br /> &amp; = \sqrt{0^2+1^2(d\theta^2+\sin^2\theta\,d\theta^2)} \\<br /> &amp; = \sqrt{1+\sin^2\theta}\,d\theta<br /> \end{align*}<br />

The length would therefore be given by

s=\int ds = \int_0^{\pi/2} \sqrt{1+\sin^2\theta}\,d\theta
 

Attachments

  • path.png
    path.png
    23.8 KB · Views: 395
Last edited:
TL;DR Summary: I came across this question from a Sri Lankan A-level textbook. Question - An ice cube with a length of 10 cm is immersed in water at 0 °C. An observer observes the ice cube from the water, and it seems to be 7.75 cm long. If the refractive index of water is 4/3, find the height of the ice cube immersed in the water. I could not understand how the apparent height of the ice cube in the water depends on the height of the ice cube immersed in the water. Does anyone have an...
Kindly see the attached pdf. My attempt to solve it, is in it. I'm wondering if my solution is right. My idea is this: At any point of time, the ball may be assumed to be at an incline which is at an angle of θ(kindly see both the pics in the pdf file). The value of θ will continuously change and so will the value of friction. I'm not able to figure out, why my solution is wrong, if it is wrong .
Back
Top