Given vector $\mathbf a = -2\hat i + \hat j + \hat k$ and $\mathbf b = \hat i - 3\hat j + \hat k.$
Find the vector of length $5$ perpendicular to the plane containing vector $\mathbf a$ and $\mathbf b$.
I have worked out the perpendicular of $\mathbf a$ and $\mathbf b$, the vector is
$4\hat i + 3\hat j + 5\hat k$. But I do not know how to find the vector with length $5$.
2026-04-12 11:35:48.1775993748
How to find the vector of length $5$?
1.8k Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
1
If you have a vector $v$, you can find a vector $w$ of length $\ell$ in the same direction as $v$ by writing $w=\ell v/\|v\|$. The quantity $\|v\|$ is the length of $v$ (in Euclidean space you can compute this using the Pythagorean Theorem), so $v/\|v\|$ has length $1$, so $\ell v/\|v\|$ has length $\ell$.