I am having trouble with this problem in my Linear Algebra review:
Find an equation for the plane parallel to $2x-y+2z=4 $ such that the point $(3,2,-1) $ is equidistant from both planes.
The answer is $2x-y+2=0$ . How would you go about finding the $0$ ?
Since both planes are parallel, the normal vector to both planes is $(2, -1, 2)$. Thus the points $(2k + 3, -k + 2, 2k-1)$ and $(-2k + 3, k + 2, -2k-1)$ are equidistant to $(3,2,-1)$.
Now if the first point lies on the original plane, $2(2k + 3) - (-k + 2) + 2(-2k + 1) = 4$ $ \implies k = -2$. So the original plane is moved $-2$ units to meet the point $(3,2,-1)$, then another $-2$ units for it to be equidistant gives $2x - y + 2z = 4 + (-2) + (-2) = 0$.