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, and , originating from the same point. They define a parallelogram. The magnitude of the cross product, , gives us the area of this parallelogram. Why? Recall that , where is the angle between and . is precisely the height of the parallelogram if we consider as the base. Therefore, is base times height, which is the area of the parallelogram.
Now, a triangle formed by and as adjacent sides is exactly half of the parallelogram. Hence, the area of the triangle is . 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 and . By normalizing this vector (dividing by its magnitude), we get a unit vector perpendicular to the plane containing and . This is crucial in many 3D geometry problems.
Important Formulas
1. Area of parallelogram with adjacent sides ,
As explained earlier, this formula directly relates the magnitude of the cross product to the area. Remember, and must be adjacent sides, meaning they share a common vertex.
2. Area of triangle with adjacent sides ,
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 , , for vertices A, B, C respectively
Here, and 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, .
4. Unit vector perpendicular to both and
The cross product results in a vector perpendicular to both and . To make it a unit vector, we divide by its magnitude. Remember that there are two unit vectors perpendicular to and – this one and its negative. The "right-hand rule" will help you determine the direction of .
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 and . Now, calculate the cross product : Next, find the magnitude: Finally, the area of the triangle is:
Example: Find a unit vector perpendicular to the vectors and . First, find the cross product : Now, find the magnitude: Finally, the unit vector is:
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!