Animated Solution for Mathematics - Vector Algebra: A(2,6,2),B(−4,0,λ),C(2,3,−1) and D(4,5,0),∣λ∣≤5 are the vertices of a quadrilateral ABCD. If its area is 18 square units, then 5−6λ is equal to
Welcome, future engineer! Today, we are not just solving a coordinate geometry problem; we are navigating the elegant landscape of 3D space. Imagine you are standing in a room, and four points are floating in the air, forming a quadrilateral ABCD.
One of these points, B, is elusive—it contains a variable λ. Our goal is to pin down this variable and uncover the hidden geometry.
The Diagonal Strategy
When dealing with a quadrilateral in 3D space, many students immediately reach for the triangle area formula. While that works, it is often tedious. Instead, let us embrace the power of vectors.
The area of any quadrilateral in 3D can be elegantly expressed using its diagonals, d1 and d2. The formula is:
Area=21∣d1×d2∣
Here, our diagonals are AC and BD. This formula is a masterpiece of efficiency, as it bypasses the need to calculate the area of individual triangles and goes straight to the heart of the shape's orientation in space.
Constructing the Vectors
Let us define our diagonals. To find the vector AC, we subtract the position vector of A(2,6,2) from C(2,3,−1):
AC=(2−2)i^+(3−6)j^+(−1−2)k^=0i^−3j^−3k^
Next, we tackle BD. With B(−4,0,λ) and D(4,5,0), we perform the subtraction D−B:
BD=(4−(−4))i^+(5−0)j^+(0−λ)k^=8i^+5j^−λk^
We now have our two vectors. They are the building blocks of our area calculation.
The Engine of the Cross Product
Now, we invoke the cross product. This is where the magic happens. We set up the determinant:
AC×BD=i^08j^−35k^−3−λ
Expanding this determinant is a test of precision. Let us take it step by step:
- For i^: (−3)(−λ)−(−3)(5)=3λ+15
- For j^: −(0(−λ)−(−3)(8))=−(0+24)=−24
- For k^: (0)(5)−(−3)(8)=0+24=24
So, our cross product vector is (3λ+15)i^−24j^+24k^.
The Magnitude and the Constraint
We know the area is 18. Plugging this into our formula, 21∣AC×BD∣=18, we get ∣AC×BD∣=36. Squaring both sides to eliminate the square root, we get:
(3λ+15)2+(−24)2+242=362
(3λ+15)2+576+576=1296
(3λ+15)2=144
Taking the square root, 3λ+15=±12. This gives us two paths: 3λ=−3 (so λ=−1) or 3λ=−27 (so λ=−9).
But wait! The problem gave us a crucial constraint: ∣λ∣≤5. If we choose λ=−9, the absolute value is 9, which is greater than 5. Thus, we must reject it. Our only valid solution is λ=−1.
The Final Victory
We are asked to find the value of 5−6λ. Substituting our valid λ=−1:
5−6(−1)=5+6=11
And there you have it! Through careful vector construction and rigorous constraint checking, we have arrived at the answer. Keep practicing these steps—the beauty of JEE physics and math lies in this very process of logical deduction.