Intersection Between a Tangent Plane and a Sphere

When a sphere and a plane intersects, the intersection can be described as either a point or a circle. Here, we will learn about the case when it’s a single a point. Go here to learn about intersection as a circle.

When the intersection between a tangent plane and a sphere surface is a point, we call this point the tangent point. To find this point, you do the following:

You can see that the vector extending from the center of the sphere to the tangent point have to be perpendicular to the tangent plane, because the angle between a tangent and the line from the tangent point to the center of the sphere is always 90°. That means this vector is parallel to the normal vector to the tangent plane, and you can create a line through the tangent point and the center of the sphere with that normal vector as a directional vector. To find the tangent point, you have to find the intersection between this line and the tangent plane.

A sphere intersected by a tangent plane

Example 1

You have a spherical surface that has its center in (1, 1, 2) and a tangent plane given by the equation

x + 2y = 0.

Find the tangent point.

You can see that (1, 2, 0) is a normal vector to the plane. That means the parametric equation for the line through the center with the normal vector as its directional vector is

x (t) = 1 + t,y (t) = 1 + 2t,z (t) = 2.

x (t) = 1 + t,y (t) = 1 + 2t,z (t) = 2.

Insert this into the equation for the tangent plane. That gives you

(1 + t) + 2 (1 + 2t) = 0 3 + 5t = 0 t = 3 5.

You insert for t in the parametric equation and get

(1 + 3 5 , 1 + 2 3 5 , 2) = (2 5,1 5, 2) .

This point will be the intersection between the line through the center and the tangent plane, which also makes it the tangent point.

Formula

Tangent Point of Spherical Surface and Plane

The tangent point T where a plane with a normal vector n intersects a sphere with radius r and its center at C is given by

OT = OC + r 1 |n| n.

Example 2

You will often be asked to show that a plane is tangent to a spherical surface and to find the tangent point. A plane is tangent to a spherical surface if the distance from the center c of the sphere to the plane α is equal to the radius of the sphere.

Say you have the sphere

(x 2) 2 + (y 1) 2 + z2 = 9

and the plane

2x + y 2z + 4 = 0.

From the equation of the sphere, you can see that the radius is r = 9 = 3 and the center is at (2, 1, 0). To show that the plane is tangent to the surface of the sphere, you use the formula for the distance between a point and a plane and check whether the answer is equal to the radius of the sphere, which we know is 3:

|2 (2) + 1 1 2 (0) + 4| 22 + 12 + (2 ) 2 = |4 + 1 + 0 + 4| 9 = |9| 3 = 3

To find the tangent point where the surface of the sphere and the plane touches, you can do like in Example 1. You can also use the formula above for the tangent point of a spherical surface and a plane.

Note! Take a note of that in this case, the normal vector can send you in the wrong direction. Then you will end up at the opposite side of the sphere. For that reason, check whether your answer lies in the tangent plane. If it doesn’t, simply switch n with n.

In this case, the radius of the sphere and the distance between the center of the sphere and the plane are the same, giving you that

(2, 1, 0) + 31 3 (2, 1,2) = (4, 2,2) .

Put this into the equation of the tangent plane to check whether you have gone in the right direction. That gives you

2x + y 2z + 4 = 2 4 + 1 2 2 (2) + 4 = 8 + 2 + 4 + 4 = 18 0.

2x + y 2z + 4 = 2 4 + 1 2 2 (2) + 4 = 8 + 2 + 4 + 4 = 18 0.

You can see that this does not satisfy the equation of the plane, which means the normal vector has sent you in the wrong direction. If you change the sign in front of the normal vector, you get

(2, 1, 0) 31 3 (2, 1,2) = (0, 0, 2) .

Put this into the equation of the plane, and you get

2x + y 2z + 4 = 2 0 + 0 2 2 + 4 = 4 + 4 = 0.

2x + y 2z + 4 = 2 0 + 0 2 2 + 4 = 4 + 4 = 0.

Then, OT = (0, 0, 2).

Want to know more?Sign UpIt's free!