When a spherical surface and a plane intersect, the intersection is a point or a circle. Here, we will be taking a look at the case where it’s a circle. Go here to learn about intersection at a point.
More often than not, you will be asked to find the distance from the center of the sphere to the plane and the radius of the intersection. This is how you do that:
Imagine a line from the center of the sphere, , along the normal vector that belongs to the plane. This line will hit the plane in a point . The length of the line segment between the center and the plane can be found by using the formula for distance between a point and a plane.
You can imagine another line from the center to a point on the circle of intersection. The length of this line will be equal to the radius of the sphere.
The line along the plane from to is as long as the radius of the circle of intersection.
The three points , and form a right triangle, where the angle between and is . You can use Pythagoras’ theorem on this triangle. That means you can find the radius of the circle of intersection by solving the equation
for .
Example 1
You have a circle with radius and its center in . Find the distance from to the plane
and find the radius of the circle of intersection.
First, you find the distance from the center to the plane by using the formula for the distance between a point and a plane. That gives you
Using Pythagoras’ theorem, you get
You have found that the distance from the center of the sphere to the plane is , and that the radius of the circle of intersection is .