Vectors: PYQ Walkthrough (2)

medium 2 min read

Question

(JEE Main style.) Let a=2i^+j^3k^\vec{a} = 2\hat{i} + \hat{j} - 3\hat{k} and b=i^2j^+k^\vec{b} = \hat{i} - 2\hat{j} + \hat{k}. Find the projection of a\vec{a} on b\vec{b}, the angle between them, and the area of the parallelogram formed by a\vec{a} and b\vec{b}.

Solution — Step by Step

ab=(2)(1)+(1)(2)+(3)(1)=223=3\vec{a}\cdot\vec{b} = (2)(1) + (1)(-2) + (-3)(1) = 2 - 2 - 3 = -3

a=4+1+9=14|\vec{a}| = \sqrt{4 + 1 + 9} = \sqrt{14} and b=1+4+1=6|\vec{b}| = \sqrt{1 + 4 + 1} = \sqrt{6}.

projba=abb=36=62\text{proj}_{\vec{b}} \vec{a} = \frac{\vec{a}\cdot\vec{b}}{|\vec{b}|} = \frac{-3}{\sqrt{6}} = -\frac{\sqrt{6}}{2}

The negative sign means a\vec{a} has a component opposite to b\vec{b}.

cosθ=abab=3146=384=3221\cos\theta = \dfrac{\vec{a}\cdot\vec{b}}{|\vec{a}||\vec{b}|} = \dfrac{-3}{\sqrt{14}\sqrt{6}} = \dfrac{-3}{\sqrt{84}} = -\dfrac{3}{2\sqrt{21}}.

For the parallelogram area, compute a×b\vec{a}\times\vec{b}:

a×b=i^j^k^213121=i^(16)j^(2+3)+k^(41)=5i^5j^5k^\vec{a}\times\vec{b} = \begin{vmatrix}\hat{i}&\hat{j}&\hat{k}\\2&1&-3\\1&-2&1\end{vmatrix} = \hat{i}(1-6) - \hat{j}(2+3) + \hat{k}(-4-1) = -5\hat{i} - 5\hat{j} - 5\hat{k}

a×b=53|\vec{a}\times\vec{b}| = 5\sqrt{3}. So area =53= 5\sqrt{3} square units.

Why This Works

Projection of a\vec{a} on b\vec{b} is a scalar — how much of a\vec{a} “lies along” b\vec{b}. The formula ab/b\vec{a}\cdot\vec{b}/|\vec{b}| comes from acosθ|\vec{a}|\cos\theta where θ\theta is the angle between them.

The cross product magnitude gives the area of the parallelogram because a×b=absinθ|\vec{a}\times\vec{b}| = |\vec{a}||\vec{b}|\sin\theta — exactly the formula for parallelogram area in plane geometry.

When you see “projection,” think dot product divided by magnitude. When you see “area” or “perpendicular,” think cross product. Two reflexes that solve 60% of vector questions instantly.

Alternative Method

For the cross product, you can compute its components first (5,5,5-5, -5, -5) and then take the magnitude. Or recognize that the cross product is along i^j^k^-\hat{i}-\hat{j}-\hat{k}, so its magnitude is 535\sqrt{3}. Same answer.

Students confuse “projection of a\vec{a} on b\vec{b}” with “component of a\vec{a} along b\vec{b}.” They are the same scalar quantity but expressed differently. Don’t divide by a|\vec{a}| — divide by b|\vec{b}|.

Final answer: projection =6/2= -\sqrt{6}/2, cosθ=3/(221)\cos\theta = -3/(2\sqrt{21}), area =53= 5\sqrt{3}.

Want to master this topic?

Read the complete guide with more examples and exam tips.

Go to full topic guide →

Try These Next