You are given two spheres: Sphere S1 is centered at ( 1 , 4 , 5 ) and has a radius of 5 , while sphere S2 is centered at ( 9 , 8 , 6 ) and has a radius of 4 . They are tangent spheres. A third sphere S3, that has a radius of 3 is to be placed such that it is tangent to spheres S1 and S2, and such that its center is on the plane − 2 x + y + 3 z + 6 = 0 . There are two possible locations for the center of the third sphere, find the sum of the y -coordinates of these two points.
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
Let the center of the sphere S 3 be ( h , k , l ) . Then h 2 + k 2 + l 2 = 2 h + 8 k + 1 0 l + 2 2 = 1 8 h + 1 6 k + 1 2 l − 1 3 2 . From this we get h = 2 6 2 3 7 − 1 1 k , l = 1 3 5 3 − 8 k . So ( 2 6 2 3 7 − 1 1 k ) 2 + k 2 + ( 1 3 5 3 − 8 k ) 2 = 2 × 2 6 2 3 7 − 1 1 k + 8 k + 1 0 × 1 3 5 3 − 8 k + 2 2 . Simplifying we get 1 0 5 3 k 2 − 9 2 8 2 k + 1 2 6 4 9 = 0 . Hence the sum of the two y coordinates is 1 0 5 3 9 2 8 2 ≈ 8 . 8 1 4 8
Problem Loading...
Note Loading...
Set Loading...
Let ( x , y , z ) be the center of sphere S3. We are given:
− 2 x + y + 3 z + 6 = 0 ( 1 )
The distance between the centers of spheres S1 and S3 is 5 + 3 = 8 , so:
( x − 1 ) 2 + ( y − 4 ) 2 + ( z − 5 ) 2 = 8 2 ( 2 )
and the distance between the centers of spheres S2 and S3 is 4 + 3 = 7 , so:
( x − 9 ) 2 + ( y − 8 ) 2 + ( z − 6 ) 2 = 7 2 ( 3 )
Subtracting ( 2 ) − ( 3 ) leads to 8 x + 4 y + z = 7 7 , which combined with equation ( 1 ) leads to x = 2 6 1 ( 2 3 7 − 1 1 y ) and z = 1 3 1 ( 5 3 − 8 y ) . Substituting these equations back into ( 2 ) gives ( 2 6 1 ( 2 3 7 − 1 1 y ) − 1 ) 2 + ( y − 4 ) 2 + ( 1 3 1 ( 5 3 − 8 y ) − 5 ) 2 = 8 2 , which solves to y = 2 7 1 ( 1 1 9 ± 2 1 3 5 1 ) .
The sum of the two y -coordinates is therefore 2 7 2 ⋅ 1 1 9 ≈ 8 . 8 1 5 .