Vectors: Exam-Pattern Drill (6)

hard 2 min read

Question

If a=2i^+3j^k^\vec{a} = 2\hat{i} + 3\hat{j} - \hat{k} and b=i^j^+2k^\vec{b} = \hat{i} - \hat{j} + 2\hat{k}, find a unit vector perpendicular to both a\vec{a} and b\vec{b}.

Solution — Step by Step

Any vector perpendicular to both a\vec{a} and b\vec{b} is a scalar multiple of a×b\vec{a} \times \vec{b}. So compute the cross product, then normalise.

a×b=i^j^k^231112\vec{a} \times \vec{b} = \begin{vmatrix} \hat{i} & \hat{j} & \hat{k} \\ 2 & 3 & -1 \\ 1 & -1 & 2 \end{vmatrix}

Expand: i^(32(1)(1))j^(22(1)(1))+k^(2(1)31)\hat{i}(3 \cdot 2 - (-1)(-1)) - \hat{j}(2 \cdot 2 - (-1)(1)) + \hat{k}(2 \cdot (-1) - 3 \cdot 1).

=i^(61)j^(4+1)+k^(23)=5i^5j^5k^= \hat{i}(6 - 1) - \hat{j}(4 + 1) + \hat{k}(-2 - 3) = 5\hat{i} - 5\hat{j} - 5\hat{k}.

a×b=25+25+25=75=53|\vec{a} \times \vec{b}| = \sqrt{25 + 25 + 25} = \sqrt{75} = 5\sqrt{3} n^=5i^5j^5k^53=13(i^j^k^)\hat{n} = \frac{5\hat{i} - 5\hat{j} - 5\hat{k}}{5\sqrt{3}} = \frac{1}{\sqrt{3}}(\hat{i} - \hat{j} - \hat{k})

Final answer: n^=13(i^j^k^)\hat{n} = \tfrac{1}{\sqrt{3}}(\hat{i} - \hat{j} - \hat{k}) (and its negative is also valid).

Why This Works

The cross product is engineered to produce a vector perpendicular to both inputs. Its magnitude equals the area of the parallelogram spanned by a\vec{a} and b\vec{b}, which is why we divide by it to get a unit vector.

For CBSE Class 12 boards, this exact pattern appears almost every year in the 4-mark or 5-mark vector questions.

Alternative Method

Solve na=0\vec{n} \cdot \vec{a} = 0 and nb=0\vec{n} \cdot \vec{b} = 0 as two equations in three unknowns, then normalise. Slower but useful if the cross product determinant looks ugly.

Watch for sign errors in the j^\hat{j} component — the alternating sign (+,,+)(+, -, +) in determinant expansion catches half the class.

Common Mistake

Forgetting to normalise. The question asks for a “unit vector”, not just any perpendicular. Marks are deducted if the magnitude is not exactly 11.

Want to master this topic?

Read the complete guide with more examples and exam tips.

Go to full topic guide →

Try These Next