Radius of circle that lies on the surface of a ball

356 Views Asked by At

If I intersect a ball with a plane, then I can see how to make sense of the radius of the resulting circle of intersection. But if the circle lies strictly on the surface of the ball (sphere), then how do I make sense of the radius of such circle, since it won't be half the length of a straight line anymore? Will it be an arc-length?

Thanks!

2

There are 2 best solutions below

0
On

A circle that you simply draw on the surface of a ball is just like a circle that you make by intersecting a plane with a ball, which is just like a circle you draw with a compass on a plane, assuming this is all done in three-dimensional Euclidean space.

Each of these is a closed path in space with certain properties of curvature. You can always construct the plane in which the circle lies, even if that plane is not how you defined the circle. You can even construct any of an infinite number of balls whose surfaces happen to contain the circle, if you want to.

In either of the situations you described, you have a particular ball you are concerned with, so we don't have to be concerned with all possible balls, just this one. But there is always a plane containing the circle, and the diameter of the circle in that plane is a straight line.

What you do need to think about is how you want to use the radius. If the circle is mainly interesting because it is the outer boundary of the set of all points you can reach by traveling a certain distance from a certain point $P$ on the sphere, then the relevant measurement is the length of the shortest path on the sphere from $P$ to one of the points on the circle. I would consider this to be the radius of the circle measured on the surface of the ball. But if you want to know the circumference of the circle, or if you want to write a vector expression parameterizing the circle, the planar radius of the circle (measured along a straight line in the plane of the circle) might be more useful.

0
On

$\newcommand{\Reals}{\mathbf{R}}$Let $S$ be a sphere of radius $R$ in $\Reals^{3}$, and let $C$ be a circle on $S$ subtending an angle $\theta$ (with $0 < \theta < \pi$), as shown. There are at least three senses in which $C$ has a "radius" $r$. Each interpretation arises naturally in non-trivial settings.

Three notions of radius of a circle on a sphere

  • The Euclidean radius, with the circle's center in the Euclidean plane containing the circle ($I$ in the diagram). $r = R\sin\theta$; the circumference of $C$ is $2\pi r$.

  • The Euclidean radius, with the circle's center on the sphere ($II$ in the diagram). $r = 2R\sin(\theta/2)$; the area of the disk enclosed by $C$ is $\pi r^{2}$. (!!)

  • The arc of the sphere, with the circle's center on the sphere ($III$ in the diagram). $r = R\theta$ is the intrinsic radius, referring only to measurements in the sphere.

(Each of the last two is a double interpretation, since a circle on a sphere has two antipodal centers.)

The bottom line for "What is the radius of $C$?" is "It depends on context."