Vector Cross Product and Expression for perpendicular distance between any two Vectors

863 Views Asked by At

If $B \ne C$, prove that the perpendicular distance from $A$ to the line through $B$ and $C$ is $$\dfrac {|| (A-B)\times(C-B)||}{||B-C||} $$ where $\times$ means the vector cross product.

Attempt:

Let the perpendicular from point $A$ meet the vector joining $B$ and $C$ at the point $P$.

Let $X$ be the unit vector along $AP$. Then : $||AP|| = ||(B-A) \cdot X|| = ||(C-A) \cdot X ||$

I don't have much idea on how to proceed from here.

Could anyone please give me a direction on how to move ahead.

Thank you very much for your help.

1

There are 1 best solutions below

2
On BEST ANSWER

Hint: Use that $$||{\bf X} \times {\bf Y}|| = ||{\bf X}||\,||{\bf Y}|| \sin \theta,$$ where $\theta$ is the angle between ${\bf X}$ and ${\bf Y}$.