I want to find the projection of the point $M(10,-12,12)$ on the plane $2x-3y+4z-17=0$. The normal of the plane is $N(2,-3,4)$.
Do I need to use Gram–Schmidt process? If yes, is this the right formula?
$$\frac{N\cdot M}{|N\cdot N|} \cdot N$$
What will the result be, vector or scalar?
Thanks!
Set the projection point on the plane as $P=(x,y,z)$.
You need three equations:
Point $P$ on the plane. $$2x-3y+4z=17$$
$\vec{MP}\perp plane$
$$\vec{MP}\perp \vec{PQ_1}$$
$$\vec{MP}\perp \vec{PQ_2}$$
where $Q_1$ and $Q_2$ are two different points on the plane.
Because $\vec{MP}// \vec{N}$, you can use $\vec{N}$ instead of $\vec{MP}$ above.