The Intersection Between a Plane and a Sphere

A sphere intersected by a plane in a circle

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, C, along the normal vector that belongs to the plane. This line will hit the plane in a point A. 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.

    A sphere intersected by a plane with a right triangle drawn through the plane and the                                                                                                                                                                                                                                          cneter of the sphere

  • You can imagine another line from the center to a point B 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 A to B is as long as the radius of the circle of intersection.

  • The three points A, B and C form a right triangle, where the angle between CA and AB is 90°. You can use Pythagoras’ theorem on this triangle. That means you can find the radius of the circle of intersection by solving the equation

    |AB|2 + |CA|2 = |CB|2

    for |AB|.

Example 1

You have a circle with radius R = 3 and its center in C = (2, 1, 0). Find the distance from C to the plane

x 3y 2z 1 = 0,

and find the radius r 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

|CA| = |ax1 + by1 + cz1 + d| a2 + b2 + c2 = | (2) 3 1 2 0 1| 1 + (3 ) 2 + (2 ) 2 = 6 14.

Using Pythagoras’ theorem, you get

|AB|2 + |CA|2 = |CB|2 r2 + ( 6 14) 2 = 32 r2 = 9 36 14 = 45 7 r = 45 7 .

You have found that the distance from the center of the sphere to the plane is 6 14, and that the radius of the circle of intersection is 45 7 .

Want to know more?Sign UpIt's free!