In my video (link to be updated) I have worked out examples of how to use projection vectors to find the foot of perpendicular (for both lines and planes). The benefits of this method
- it is faster,
- it uses a similar concept for both lines and planes with slight modifications.
The downsides, however, is that it involves a rather unwieldy projection vector formula $(\mathbf{a}\cdot\mathbf{\hat{b}}) \mathbf{\hat{b}}$ and that minor details make a huge difference to whether we get the correct answer (e.g. where are our vectors pointing, $\overrightarrow{AB}$ or $\overrightarrow{BA}$? Is our final projection vector $\overrightarrow{AF}$ or $\overrightarrow{FB}$?).
In this post I will offer an alternative method to find foot of perpendicular using earlier concepts that some students find easier to understand.