Three points in the Cartesian space are given by . Find the circle that passes through these three points. If the center of this circle is and its radius is , then enter the value of
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 three points be on the plane a x + b y + c z = d . Then:
( 1 , 0 , 0 ) → a = d
( 3 , 1 , 0 ) → 3 a + b = d
( 5 , 2 , 1 ) → 5 a + 2 b + c = d
These three equations solve to b = − 2 a , c = 0 , and d = a , so the equation of the plane of the circle is x − 2 y = 1 .
Method 1:
Let P be ( 1 , 0 , 0 ) , Q be ( 3 , 1 , 0 ) , and S be ( 5 , 2 , 1 ) .
The midpoint between P and Q is ( 2 , 2 1 , 0 ) and P Q = ( 2 , 1 , 0 ) , so the equation of the plane perpendicular to P Q through its midpoint is 4 x + 2 y = 9 .
The midpoint between P and S is ( 3 , 1 , 2 1 ) and P R = ( 4 , 2 , 1 ) , so the equation of the plane perpendicular to P S through its midpoint is 8 x + 4 y + 2 z = 2 9 .
The intersection of these three planes is the center ( C x , C y , C z ) , which solves to C x = 2 , C y = 2 1 , and C z = 2 1 1 .
The radius R is the distance between the center and one of the points, say P , so R 2 = ( C x − P x ) 2 + ( C y − P y ) 2 + ( C z − P z ) 2 = 2 6 3 .
Therefore, C x + C y + C z + 2 R 2 = 7 1 .
Method 2:
The center ( C x , C y , C z ) would also be on the plane of the circle (see above), so:
C x − 2 C y = 1
The three points are also a distance of R away from the center, so:
( 1 , 0 , 0 ) → ( C x − 1 ) 2 + C y 2 + C z 2 = R 2
( 3 , 1 , 0 ) → ( C x − 3 ) 2 + ( C y − 1 ) 2 + C z 2 = R 2
( 5 , 2 , 1 ) → ( C x − 5 ) 2 + ( C y − 2 ) 2 + ( C z − 1 ) 2 = R 2
These four equations solve to C x = 2 , C y = 2 1 , C z = 2 1 1 , and R 2 = 2 6 3 , so C x + C y + C z + 2 R 2 = 7 1 .