Finding Minimal Mean Distance Curves on the Unit Sphere

In summary, the problem is to find parametric equations for a simple closed curve of length 4π on the unit sphere that minimizes the mean spherical distance from the curve to the sphere. This can be solved using the calculus of variations, with the resulting curve verified to indeed minimize the mean distance. For arbitrary lengths, the solution can be scaled accordingly. The simplest combination of two great circles is to run the same great circle twice, but other functions for the angle around can also be explored.
  • #1
iPuzzled
1
0
TL;DR Summary
problem and solution
in attachements there is more, there is a question map and corresponding answers.
**Problem:**

Find parametric equations for a simple closed curve of length 4π on the unit sphere which minimizes the mean spherical distance from the curve to the sphere; the solution must include proof of minimization. Can you solve this problem with arbitrary L > 2π instead of 4π?

There seems to be little precedent for this problem. A few recently studied spherical curves (which probably do not minimize the mean distance) can be viewed at Gallery of Space Curves Made from Circles and Gallery of Bishop Curves and Other Spherical Curves.

**SOLUTION**
To find the parametric equations for a simple closed curve of length 4π on the unit sphere that minimizes the mean spherical distance from the curve to the sphere, we can use the calculus of variations. Let the curve be given by the parametric equations ##\mathbf{r}(t) = (\sin\theta(t)\cos\phi(t), \sin\theta(t)\sin\phi(t), \cos\theta(t))##, where ##0 \leq t \leq 2\pi## and ##\theta(t)## and ##\phi(t)## are differentiable functions. The length of the curve is given by
$$L = \int_{0}^{2\pi} \|\mathbf{r}'(t)\| dt = \int_{0}^{2\pi} \sqrt{\theta'(t)^2\cos^2\phi(t) + \theta'(t)^2\sin^2\phi(t) + \phi'(t)^2\sin^2\theta(t)}\ dt.$$
We want to minimize the mean distance between points on the curve and points on the sphere, which is given by
$$D = \frac{1}{4\pi}\iint_{\text{sphere}} \mathrm{dist}(\mathbf{r}(t), \mathbf{x})\ d\mathbf{x}.$$
Here, ##\mathrm{dist}(\mathbf{r}(t), \mathbf{x})## is the distance between the point on the curve at parameter value ##t## and the point ##\mathbf{x}## on the sphere. Using the spherical law of cosines, we can express this distance as
$$\mathrm{dist}(\mathbf{r}(t), \mathbf{x}) = \arccos(\mathbf{r}(t) \cdot \mathbf{x}).$$
Substituting in the parametric equations for ##\mathbf{r}(t)## and using the fact that the sphere has radius 1, we have
$$\mathrm{dist}(\mathbf{r}(t), \mathbf{x}) = \arccos(\sin\theta(t)\cos\phi(t)x_1 + \sin\theta(t)\sin\phi(t)x_2 + \cos\theta(t)x_3).$$
We want to minimize ##D## subject to the constraint that ##L = 4\pi##. Using Lagrange multipliers, we consider the function
$$F = D + \lambda(L - 4\pi).$$
Taking the partial derivatives of ##F## with respect to ##\theta##, ##\phi##, and ##\lambda##, and setting them to zero, we obtain the following system of differential equations:
\begin{align*}
&\frac{d}{dt}\left(\frac{\cos\theta(t)}{\sqrt{\theta'(t)^2\cos^2\phi(t) + \theta'(t)^2\sin^2\phi(t) + \phi'(t)^2\sin^2\theta(t)}}\right) = \lambda\theta'(t)\sin\theta(t), \\
&\frac{d}{dt}\left(\frac{-\sin\phi(t)}{\sqrt{\theta'(t)^2\cos^2\phi(t) + \theta'(t)^2\sin^2\phi(t) + \phi'(t)^2\sin^2\theta(t)}}\right) = \lambda\phi'(t)\sin\theta(t), \\
&\int_{0}^{2\pi} \sqrt{\theta'(t)^2\cos^2\phi(t) + \theta'(t)^2\sin^2\phi(t) + \phi'(t)^2\sin^2\theta(t)}\ dt = 4\pi,
\end{align*}
where the second equation follows from the fact that the vector ##(\cos\theta(t)\cos\phi(t), \cos\theta(t)\sin\phi(t), -\sin\theta(t))## is normal to the curve at ##\mathbf{r}(t)##.

We can simplify the first two equations by multiplying them by ##\sqrt{\theta'(t)^2\cos^2\phi(t) + \theta'(t)^2\sin^2\phi(t) + \phi'(t)^2\sin^2\theta(t)}## and then taking the derivative of the resulting expressions with respect to ##t##. After some algebraic manipulation, we obtain the following system of differential equations:
\begin{align*}
&\frac{d^2\theta}{dt^2} + \frac{\cos\theta}{\sin\theta}\left(\frac{d\theta}{dt}\right)^2 + \frac{\sin\phi}{\sin\theta}\frac{d\theta}{dt}\frac{d\phi}{dt} - \lambda\sin\theta = 0, \\
&\frac{d^2\phi}{dt^2} + \frac{2\cos\theta}{\sin\theta}\frac{d\theta}{dt}\frac{d\phi}{dt} - \lambda\sin\theta\sin\phi = 0.
\end{align*}
This system of equations can be solved numerically using a suitable initial condition. We can then verify that the resulting curve indeed minimizes the mean spherical distance by computing the mean distance over a fine grid of points on the sphere.

To solve the problem for arbitrary ##L > 2\pi##, we can simply scale the parametric equations by a factor of ##L/(4\pi)##, since the mean distance is a scale-invariant quantity. That is, we can use the parametric equations
$$\mathbf{r}(t) = \left(\sin\theta(t)\cos\left(\frac{L}{4\pi}\phi(t)\right), \sin\theta(t)\sin\left(\frac{L}{4\pi}\phi(t)\right), \cos\theta(t)\right),$$
where ##0 \leq t \leq 2\pi## and ##\theta(t)## and ##\phi(t)## are differentiable functions. We can then use the same approach as above to find the solution that minimizes the mean distance subject to the constraint that the length of the curve is ##L##.
 

Attachments

  • 10. Curve Closest to Sphere.txt
    3.9 KB · Views: 62
Last edited by a moderator:
Mathematics news on Phys.org
  • #2
Some observations:
  1. Every great circle on the unit sphere has length 2π
  2. Thus any combination of two great circles has length 4π
  3. All combinations of two great circles must intersect in at least two points
  4. The simplest combination is to run the same great circle twice
  5. If that is not allowed, use two great circles with an angle between them (θ) a step function the angle around (φ) modulo 4π - i.e. 0 for 0≤ φ<2π, 1 for 2π≤φ<4π.
  6. From that point on, you can try other functions for θ
 
  • #3
Thread is now open again.
 
  • Like
Likes renormalize

1. What is the unit sphere?

The unit sphere is a mathematical concept that represents all points in three-dimensional space that are equidistant from the origin, with a radius of 1 unit. It can also be thought of as the surface of a perfect sphere with a radius of 1 unit.

2. What is the minimal mean distance curve?

The minimal mean distance curve is a curve on the unit sphere that minimizes the average distance between points on the curve and the origin. In other words, it is the shortest possible path on the unit sphere that connects all points on the curve to the origin.

3. Why is finding minimal mean distance curves on the unit sphere important?

Finding minimal mean distance curves on the unit sphere has applications in various fields such as physics, computer graphics, and statistics. It can help in understanding the shape and structure of molecules, creating efficient flight paths for aircraft, and analyzing data in a spherical coordinate system.

4. How do scientists find minimal mean distance curves on the unit sphere?

There are various mathematical techniques and algorithms that can be used to find minimal mean distance curves on the unit sphere. These include gradient descent, geodesic curve optimization, and genetic algorithms. The choice of method depends on the specific problem and the desired level of accuracy.

5. Are there any real-world examples of minimal mean distance curves on the unit sphere?

Yes, there are many real-world examples where minimal mean distance curves on the unit sphere are used. For instance, in molecular biology, these curves are used to analyze the shape of proteins and DNA molecules. In geodesy, they are used to calculate the shortest path between two points on the Earth's surface. In computer graphics, they are used to create smooth and efficient animations of objects moving on a spherical surface.

Similar threads

Replies
2
Views
1K
  • General Math
Replies
2
Views
639
  • Calculus and Beyond Homework Help
Replies
3
Views
565
  • Advanced Physics Homework Help
Replies
1
Views
427
  • Special and General Relativity
Replies
5
Views
368
  • Introductory Physics Homework Help
Replies
6
Views
1K
  • Topology and Analysis
Replies
16
Views
528
  • Introductory Physics Homework Help
Replies
10
Views
268
  • Introductory Physics Homework Help
Replies
17
Views
404
  • Advanced Physics Homework Help
Replies
10
Views
2K
Back
Top