Find the area of parallelogram with adjacent sides a=2i+3j and b=i-4j

hard CBSE JEE-MAIN 3 min read

Question

Find the area of the parallelogram whose adjacent sides are given by a=2i^+3j^\vec{a} = 2\hat{i} + 3\hat{j} and b=i^4j^\vec{b} = \hat{i} - 4\hat{j}.

Solution — Step by Step

The area of a parallelogram with adjacent sides a\vec{a} and b\vec{b} equals the magnitude of their cross product:

Area=a×b\text{Area} = |\vec{a} \times \vec{b}|

For 2D vectors (in the xyxy-plane), we treat them as 3D vectors with zz-component = 0.

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

Expanding along the first row:

=i^(3×00×(4))j^(2×00×1)+k^(2×(4)3×1)= \hat{i}(3 \times 0 - 0 \times (-4)) - \hat{j}(2 \times 0 - 0 \times 1) + \hat{k}(2 \times (-4) - 3 \times 1) =i^(00)j^(00)+k^(83)= \hat{i}(0 - 0) - \hat{j}(0 - 0) + \hat{k}(-8 - 3) =0i^+0j^11k^= 0\hat{i} + 0\hat{j} - 11\hat{k} a×b=11k^\vec{a} \times \vec{b} = -11\hat{k}
a×b=02+02+(11)2=121=11|\vec{a} \times \vec{b}| = \sqrt{0^2 + 0^2 + (-11)^2} = \sqrt{121} = 11

Area of the parallelogram = 11 square units

Why This Works

The cross product a×b\vec{a} \times \vec{b} produces a vector perpendicular to both a\vec{a} and b\vec{b}, with magnitude absinθ|\vec{a}||\vec{b}|\sin\theta, where θ\theta is the angle between them. Geometrically, absinθ|\vec{a}||\vec{b}|\sin\theta is exactly the base times height of the parallelogram.

For 2D vectors in the xyxy-plane, the cross product is purely in the zz-direction, making the calculation especially clean. The zz-component of the cross product (axbyaybxa_x b_y - a_y b_x) is all we need: 2×(4)3×1=83=112 \times (-4) - 3 \times 1 = -8 - 3 = -11.

Alternative Method — Direct 2D Formula

For 2D vectors, Area =axbyaybx= |a_x b_y - a_y b_x|

=2×(4)3×1=83=11=11= |2 \times (-4) - 3 \times 1| = |-8 - 3| = |-11| = 11 square units.

This is the magnitude of the zz-component of the cross product directly. Faster for 2D problems.

Common Mistake

When computing the determinant expansion for the cross product, students often get the sign wrong for the j^\hat{j} component — it should be j^()-\hat{j}(\ldots), not +j^()+\hat{j}(\ldots). The cofactor expansion of a 3×3 determinant alternates in sign: ++ for i^\hat{i}, - for j^\hat{j}, ++ for k^\hat{k}. Missing the negative sign on the j^\hat{j} term is the most common error in cross product calculations.

Want to master this topic?

Read the complete guide with more examples and exam tips.

Go to full topic guide →

Try These Next