Cross Product and Applications

Area of Triangle and Parallelogram

0:00
LearnStep 1/4

Area of Triangle and Parallelogram

Area of Triangle and Parallelogram

Welcome, JEE aspirants! In this lesson, we'll explore how the cross product, which we learned in the previous lesson, becomes a powerful tool for calculating areas of parallelograms and triangles in 2D and 3D space. This isn't just abstract theory; these concepts are frequently tested in JEE Main, often combined with other vector algebra and 3D geometry principles. Mastering this will give you a significant edge!

Conceptual Explanation

Imagine two vectors, a\vec{a} and b\vec{b}, originating from the same point. They define a parallelogram. The magnitude of the cross product, a×b|\vec{a} \times \vec{b}|, gives us the area of this parallelogram. Why? Recall that a×b=absinθ|\vec{a} \times \vec{b}| = |\vec{a}| |\vec{b}| \sin{\theta}, where θ\theta is the angle between a\vec{a} and b\vec{b}. bsinθ|\vec{b}| \sin{\theta} is precisely the height of the parallelogram if we consider a\vec{a} as the base. Therefore, absinθ|\vec{a}| |\vec{b}| \sin{\theta} is base times height, which is the area of the parallelogram.

Now, a triangle formed by a\vec{a} and b\vec{b} as adjacent sides is exactly half of the parallelogram. Hence, the area of the triangle is (1/2)a×b(1/2)|\vec{a} \times \vec{b}|. This simple geometric relationship makes the cross product incredibly useful.

What if you're given the position vectors of the vertices of a triangle? No problem! Just create the vectors representing the sides using those position vectors, and then apply the same formula.

Finally, the cross product also gives us a vector perpendicular to both a\vec{a} and b\vec{b}. By normalizing this vector (dividing by its magnitude), we get a unit vector perpendicular to the plane containing a\vec{a} and b\vec{b}. This is crucial in many 3D geometry problems.

Important Formulas

1. Area of parallelogram with adjacent sides a\vec{a}, b\vec{b}

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

As explained earlier, this formula directly relates the magnitude of the cross product to the area. Remember, a\vec{a} and b\vec{b} must be adjacent sides, meaning they share a common vertex.

2. Area of triangle with adjacent sides a\vec{a}, b\vec{b}

Area=12a×bArea = \frac{1}{2}|\vec{a} \times \vec{b}|

This is a direct consequence of the parallelogram area. The triangle is simply half the parallelogram formed by the same adjacent sides.

3. Area of triangle ABC with position vectors a\vec{a}, b\vec{b}, c\vec{c} for vertices A, B, C respectively

Area=12AB×AC=12(ba)×(ca)Area = \frac{1}{2}|\overrightarrow{AB} \times \overrightarrow{AC}| = \frac{1}{2}|(\vec{b} - \vec{a}) \times (\vec{c} - \vec{a})|

Here, AB\overrightarrow{AB} and AC\overrightarrow{AC} are the vectors representing the sides AB and AC of the triangle. We obtain these vectors by subtracting the position vector of the initial point from the position vector of the terminal point. For example, AB=ba\overrightarrow{AB} = \vec{b} - \vec{a}.

4. Unit vector perpendicular to both a\vec{a} and b\vec{b}

n^=a×ba×b\hat{n} = \frac{\vec{a} \times \vec{b}}{|\vec{a} \times \vec{b}|}

The cross product a×b\vec{a} \times \vec{b} results in a vector perpendicular to both a\vec{a} and b\vec{b}. To make it a unit vector, we divide by its magnitude. Remember that there are two unit vectors perpendicular to a\vec{a} and b\vec{b} – this one and its negative. The "right-hand rule" will help you determine the direction of a×b\vec{a} \times \vec{b}.

Tip: Always check if the given vectors are truly adjacent sides of the parallelogram or triangle. If not, you'll need to find the correct vectors first.

Tip: When dealing with position vectors, remember to subtract to find the vectors representing the sides.

Common Mistake: Forgetting the (1/2) factor when calculating the area of a triangle! This is a very common source of error.

Common Mistake: Using non-adjacent sides in the formulas. The sides MUST share a common vertex.

Example: Find the area of the triangle with vertices A(1, 1, 1), B(1, 2, 3), and C(2, 3, 1). First, find the vectors AB\overrightarrow{AB} and AC\overrightarrow{AC}. AB=ba=(11)i^+(21)j^+(31)k^=0i^+1j^+2k^\overrightarrow{AB} = \vec{b} - \vec{a} = (1-1)\hat{i} + (2-1)\hat{j} + (3-1)\hat{k} = 0\hat{i} + 1\hat{j} + 2\hat{k} AC=ca=(21)i^+(31)j^+(11)k^=1i^+2j^+0k^\overrightarrow{AC} = \vec{c} - \vec{a} = (2-1)\hat{i} + (3-1)\hat{j} + (1-1)\hat{k} = 1\hat{i} + 2\hat{j} + 0\hat{k} Now, calculate the cross product AB×AC\overrightarrow{AB} \times \overrightarrow{AC}: AB×AC=i^j^k^012120=(04)i^(02)j^+(01)k^=4i^+2j^k^\overrightarrow{AB} \times \overrightarrow{AC} = \begin{vmatrix} \hat{i} & \hat{j} & \hat{k} \\ 0 & 1 & 2 \\ 1 & 2 & 0 \end{vmatrix} = (0 - 4)\hat{i} - (0 - 2)\hat{j} + (0 - 1)\hat{k} = -4\hat{i} + 2\hat{j} - \hat{k} Next, find the magnitude: AB×AC=(4)2+(2)2+(1)2=16+4+1=21|\overrightarrow{AB} \times \overrightarrow{AC}| = \sqrt{(-4)^2 + (2)^2 + (-1)^2} = \sqrt{16 + 4 + 1} = \sqrt{21} Finally, the area of the triangle is: Area=12AB×AC=212Area = \frac{1}{2}|\overrightarrow{AB} \times \overrightarrow{AC}| = \frac{\sqrt{21}}{2}

Example: Find a unit vector perpendicular to the vectors a=i^+j^\vec{a} = \hat{i} + \hat{j} and b=j^+k^\vec{b} = \hat{j} + \hat{k}. First, find the cross product a×b\vec{a} \times \vec{b}: a×b=i^j^k^110011=(10)i^(10)j^+(10)k^=i^j^+k^\vec{a} \times \vec{b} = \begin{vmatrix} \hat{i} & \hat{j} & \hat{k} \\ 1 & 1 & 0 \\ 0 & 1 & 1 \end{vmatrix} = (1 - 0)\hat{i} - (1 - 0)\hat{j} + (1 - 0)\hat{k} = \hat{i} - \hat{j} + \hat{k} Now, find the magnitude: a×b=(1)2+(1)2+(1)2=3|\vec{a} \times \vec{b}| = \sqrt{(1)^2 + (-1)^2 + (1)^2} = \sqrt{3} Finally, the unit vector is: n^=a×ba×b=13i^13j^+13k^\hat{n} = \frac{\vec{a} \times \vec{b}}{|\vec{a} \times \vec{b}|} = \frac{1}{\sqrt{3}}\hat{i} - \frac{1}{\sqrt{3}}\hat{j} + \frac{1}{\sqrt{3}}\hat{k}

JEE Trick: Many JEE problems involve finding the area of a polygon by dividing it into triangles and then using the cross product. Practice recognizing these patterns!

By understanding the relationship between the cross product and area, and by practicing these formulas, you'll be well-prepared to tackle any JEE Main problem on this topic. Good luck!