Vector Problem in 3d - Find A Point on A Plane

153 Views Asked by At

A line has the equation $$r = 4i -j + 5k + \lambda(i - j +2k)$$ A plane has the equation $$ 3x + 2y + 4z = 12$$ The point $A$ is $(4,-1,5)$, the point $B(2, 1, 1)$ is the intersection between the plane and the line.

Find the coordinates of $C$ where $C$ lies on the plane and forms the right triangle with $A$ and $B$.

I have taken the vector product of normal vector of the plane and the direction vector of the line which gives $8x - 2y -6z$.

I am stuck as how to get the coordinates of C.

Thanks in advance for advice!

1

There are 1 best solutions below

2
On

Let $\mathbf{n}$ be the vector $\langle3,2,4\rangle$ normal to the plane. Note \begin{align} \mathbf{w}=\stackrel{\longrightarrow}{BA}-\text{ proy}_{\mathbf{n}}{\stackrel{\longrightarrow}{BA}}&=\stackrel{\longrightarrow}{BA}-\left(\frac{\stackrel{\longrightarrow}{BA}\cdot\mathbf{n}}{\left\|\mathbf{n}\right\|}\right)\frac{\mathbf{n}}{\left\|\mathbf{n}\right\|} \\ &=\langle2,-2,4\rangle-\left(\frac{\langle2,-2,4\rangle\cdot\langle3,2,4\rangle}{\sqrt{29}}\right)\frac{\langle3,2,4\rangle}{\sqrt{29}}\\ &=\langle2,-2,4\rangle-\left(\frac{18}{\sqrt{29}}\right)\frac{\langle3,2,4\rangle}{\sqrt{29}}\\ &=\langle2,-2,4\rangle-\langle\frac{54}{29},\frac{36}{29},\frac{72}{29}\rangle\\ &=\langle\frac{4}{29},-\frac{94}{29},\frac{44}{29}\rangle \end{align} is a vector normal to $\mathbf{n}$ (since $\mathbf{w}\cdot\mathbf{n}=0$), then $C$ is the final point of $\stackrel{\longrightarrow}{OB}+\mathbf{w}=\langle\frac{62}{29},-\frac{65}{29},\frac{73}{29}\rangle$, as a sort of comprobation we can compute $\stackrel{\longrightarrow}{AC}\cdot\stackrel{\longrightarrow}{CB}$: \begin{align} \stackrel{\longrightarrow}{AC}\cdot\stackrel{\longrightarrow}{CB} & =\langle-\frac{54}{29},-\frac{36}{29},-\frac{72}{29}\rangle\cdot\langle-\frac{4}{29},\frac{94}{29},-\frac{44}{29}\rangle \\ &=\frac{216-3384+3168}{29^2} \\ &=0. \end{align}