Celeb Glow
general | April 18, 2026

Find unit vector perpendicular to x-z,x-y, and y-z plane

$\begingroup$

I'm guessing that the unit vector perpendicular to the x-z plane is $\begin{bmatrix}1\\0\\1\end{bmatrix}$

I'm guessing that the unit vector perpendicular to the x-y plane is $\begin{bmatrix}1\\1\\0\end{bmatrix}$

I'm guessing that the unit vector perpendicular to the y-z plane is $\begin{bmatrix}0\\1\\1\end{bmatrix}$

Am I correct?

$\endgroup$ 5

1 Answer

$\begingroup$

Firstly, none of your suggestions are unit vectors since in all cases $|{\mathbf{v}}| = \sqrt{2}$.

You can check that

  • a normal to $xz$-plane: $(0,1,0)$
  • a normal to $xy$-plane: $(0,0,1)$
  • a normal to $yz$-plane: $(1,0,0)$

by taking the dot with the relevant unit vectors in the $x,y,z$ directions.

$\endgroup$ 2

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy