Q.
Determine the point in yz-plane which is equidistant from three points A(2,0,3), B(0,3,2) and C(0,0,1).
1618
206
Introduction to Three Dimensional Geometry
Report Error
Solution:
Since x-coordinate of every point in yz-plane is zero. Let P(0,y,z) be a point on the yz-plane such that PA=PB=PC.
Now PA2=PB2 ⇒(0−2)2+(y−0)2+(z−3)2 =(0−0)2+(y−3)2+(z−2)2
i.e., z−3y=0...(1)
and PB2=PC2 ⇒y2+9−6y+z2+4−4z =y2+z2+1−2z
i.e., 3y+z=6...(2)
Solving (1) and (2), we get y=1, z=3
Hence, the coordinates of the point P are (0,1,3).