Animated Solution for Mathematics - Vector Algebra: The area of the quadrilateral ABCD with vertices A(2,1,1), B(1,2,5), C(−2,−3,5) and D(1,−6,−7) is equal to
Select Answer:
Visualized Solution
Visualize the Quadrilateral ABCD
Given vertices of quadrilateral ABCD:
A(2,1,1), B(1,2,5), C(−2,−3,5), D(1,−6,−7)
Divide into Two Triangles
Divide the quadrilateral into two triangles using diagonal BD.
Total Area=Area(ΔABD)+Area(ΔCBD)
Area Formula using Vectors
Area of a triangle with adjacent sides u and v is:
Area=21∣u×v∣
Calculate Vectors AB and AD
For ΔABD:
AB=(1−2)i^+(2−1)j^+(5−1)k^=−i^+j^+4k^
AD=(1−2)i^+(−6−1)j^+(−7−1)k^=−i^−7j^−8k^
Cross Product AB×AD
AB×AD=i^−1−1j^1−7k^4−8
=i^(−8−(−28))−j^(8−(−4))+k^(7−(−1))
=20i^−12j^+8k^
Magnitude and Area of ΔABD
∣AB×AD∣=202+(−12)2+82=400+144+64=608
608=16×38=438
Area(ΔABD)=21×438=238
Calculate Vectors CB and CD
For ΔCBD:
CB=(1−(−2))i^+(2−(−3))j^+(5−5)k^=3i^+5j^
CD=(1−(−2))i^+(−6−(−3))j^+(−7−5)k^=3i^−3j^−12k^
Cross Product CB×CD
CB×CD=i^33j^5−3k^0−12
=i^(−60−0)−j^(−36−0)+k^(−9−15)
=−60i^+36j^−24k^
Magnitude and Area of ΔCBD
∣CB×CD∣=(−60)2+362+(−24)2=3600+1296+576
=5472=144×38=1238
Area(ΔCBD)=21×1238=638
Total Area of Quadrilateral ABCD
Total Area=Area(ΔABD)+Area(ΔCBD)
Total Area=238+638
Total Area = 838
00:00 / 00:00
The Sigma Insight: Vector (Cross) Product
Solution Diagram
Analyzing the Setup
When we look at the vertices A(2,1,1), B(1,2,5), C(−2,−3,5), and D(1,−6,−7), we are looking at points suspended in the void. It is easy to feel overwhelmed by the spatial complexity, but remember: every complex problem is just a collection of simple ones waiting to be organized.
The Strategy of Decomposition
The first instinct might be to look for a single, magical formula for the area of a quadrilateral in 3D. But here is the secret: we don't need one. We use the principle of Divide and Conquer.
By drawing a diagonal from B to D, we slice this quadrilateral into two manageable triangles: ΔABD and ΔCBD. The total area is simply the sum of these two parts:
Total Area=Area(ΔABD)+Area(ΔCBD)
This is the beauty of vector geometry—it allows us to break down complex shapes into fundamental building blocks.
The Vector Toolkit
How do we find the area of a triangle in 3D? We use the cross product. For any triangle with adjacent sides represented by vectors u and v, the area is given by:
Area=21∣u×v∣
This formula is powerful because it does not care about the orientation of the triangle in space; it only cares about the vectors that define it.
Execution
Triangle ABD
Let us tackle ΔABD first. We define our vectors from vertex A:
AB=(1−2)i^+(2−1)j^+(5−1)k^=−i^+j^+4k^
AD=(1−2)i^+(−6−1)j^+(−7−1)k^=−i^−7j^−8k^
Now, we compute the cross product AB×AD using the determinant method. Expanding this, we get 20i^−12j^+8k^.
The magnitude is:
202+(−12)2+82=400+144+64=608=438
Thus, Area(ΔABD)=21×438=238.
Execution
Triangle CBD
Now, we repeat this for ΔCBD. Using vertex C, we find:
CB=(1−(−2))i^+(2−(−3))j^+(5−5)k^=3i^+5j^
CD=(1−(−2))i^+(−6−(−3))j^+(−7−5)k^=3i^−3j^−12k^
The cross product CB×CD yields −60i^+36j^−24k^. The magnitude is:
(−60)2+362+(−24)2=3600+1296+576=5472=1238
Therefore, Area(ΔCBD)=21×1238=638.
Final Synthesis
We have arrived at the finish line. We have the area of the first triangle, 238, and the second, 638. Adding them together, we get:
238+638=838
The final area of the quadrilateral is 838. It is elegant, it is precise, and it is exactly what we set out to find.