I have the following exercise:
Find a point on the plane $\pi:2x−3y−z+1=0$ that is equally distant from the points $A(2,3,0)$, $B(5,2,0)$, $C(1,0,0)$?
Now, I'm not sure how to do this, this is what I have thought of doing until now:
Find the centroid of the three points, which is the average of their coordinates: $$x=\dfrac{2+5+1}{3} = \dfrac{8}{3}, y=\dfrac{3+2+0}{3} = \dfrac{5}{3}, z=0$$
The three points are all lying on the $xy$ plane, whose perpendicular vector is $(0,0,1)$
Find the intersection between a perpendicular line to the $xy$ plane (that passes through the centroid) and the plane $\pi$.
Now, I have successfully calculated the centroid and determined the perpendicular vector to the plane determined by the three points. However, I don't know how to do the third part. Can anyone help (provided my approach is correct)?
One approach:
Fact: Given two points in three dimensions, the set of points equidistant to those two points is the plane that is the perpendicular bisector of the segment between the points.
In your case, you can compute three of these planes and then intersect them with the given plane. This will give you your point.
Second approach:
Fact: The circumcenter is the point that is equidistant from all the vertices of a triangle. In general, the circumcenter is not the centroid.
Fact: Three general points determine a plane, i.e., the unique plane containing them.
The set of points equidistant from three points is the line through the circumcenter of their triangle that is perpendicular to the plane determined by these points.
In your particular case, once you find the circumcenter, you've already shown how to turn this into a line. Then, all you need to do is to intersect that line with the given plane.
Since all of your points lie in the $(x,y)$-plane, your line will have the form $(x_0,y_0,t)$, where $x_0$ and $y_0$ are fixed values and $t$ can be anything. You'll just need to plug this into the equation for the plane and solve for $t$ to get your point.