Let's presume I have two vectors $V_1$ and $V_2$. As far as I understand normal to a vector is all vectors lying on a plane perpendicular to it. What I need is a normal to $V_1$ that lies on a plane formed by $V_1$ and $V_2$.
2026-04-07 03:16:57.1775531817
Calculate a normal to vector lying on a plane formed by $2$ vectors
559 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
2
You can apply the cross product twice. First find $\vec{v_3} = \vec{v_1} \times \vec{v_2}$, then find $\vec{v_4} = \vec{v_1} \times \vec{v_3}$. You can use any vector $\lambda \vec{v_4}$ where $\lambda$ is an arbitrary nonzero scalar as your answer.
With the first cross product, you're finding a normal vector to the plane defined by $\vec{v_1}$ and $\vec{v_2}$. With the second cross product, you're finding a vector normal to both that vector and $\vec{v_1}$, which, in $3$-dimensional space, has to lie in the same plane as $\vec{v_1}$ and $\vec{v_2}$.