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 :
Options
Solution
1. Key Concepts and Formulas
Area of a Quadrilateral using Diagonals: The area of a quadrilateral can be computed as half the magnitude of the cross product of its diagonal vectors. If d1 and d2 are the vectors representing the diagonals, the area is given by Area=21∣d1×d2∣.
Vector Between Two Points: The vector from point P1(x1,y1,z1) to P2(x2,y2,z2) is calculated as P1P2=(x2−x1)i^+(y2−y1)j^+(z2−z1)k^.
Cross Product of Vectors: For two vectors a=axi^+ayj^+azk^ and b=bxi^+byj^+bzk^, their cross product is given by:
a×b=i^axbxj^aybyk^azbz
Magnitude of a Vector: The magnitude of a vector v=vxi^+vyj^+vzk^ is ∣v∣=vx2+vy2+vz2.
2. Step-by-Step Solution
We are given the vertices of the quadrilateral ABCD as A(2,1,1), B(1,2,5), C(−2,−3,5), and D(1,−6,−7).
Step 1: Calculate the vectors representing the diagonals.
To find the area using the diagonal method, we first need to determine the vectors corresponding to the diagonals AC and BD.
Diagonal AC:
Using points A(2,1,1) and C(−2,−3,5):
AC=(−2−2)i^+(−3−1)j^+(5−1)k^AC=−4i^−4j^+4k^
Diagonal BD:
Using points B(1,2,5) and D(1,−6,−7):
BD=(1−1)i^+(−6−2)j^+(−7−5)k^BD=0i^−8j^−12k^BD=−8j^−12k^
Step 2: Calculate the cross product of the diagonal vectors.
Now, we compute the cross product AC×BD using the determinant formula:
AC×BD=i^−40j^−4−8k^4−12
Expanding the determinant:
=i^((−4)(−12)−(4)(−8))−j^((−4)(−12)−(4)(0))+k^((−4)(−8)−(−4)(0))=i^(48−(−32))−j^(48−0)+k^(32−0)=i^(48+32)−48j^+32k^=80i^−48j^+32k^
Step 3: Calculate the magnitude of the cross product.
Next, we find the magnitude of the resulting cross product vector, 80i^−48j^+32k^.
∣AC×BD∣=(80)2+(−48)2+(32)2
To simplify the calculation, we can factor out a common term. Notice that 80=16×5, 48=16×3, and 32=16×2.
So, 80i^−48j^+32k^=16(5i^−3j^+2k^).
The magnitude becomes:
∣AC×BD∣=∣16(5i^−3j^+2k^)∣=16∣5i^−3j^+2k^∣=16(5)2+(−3)2+(2)2=1625+9+4=1638
Step 4: Apply the area formula.
Finally, we use the formula for the area of a quadrilateral:
Area=21∣AC×BD∣Area=21(1638)Area=838 square units
3. Common Mistakes & Tips
Vector Direction: Ensure the vector subtraction is done correctly (P2−P1) to maintain the correct direction of the diagonal vectors.
Cross Product Signs: Be meticulous with the signs when calculating the components of the cross product, especially for the j^ term.
Simplifying Radicals: Factoring out common terms before squaring can significantly simplify the magnitude calculation and prevent arithmetic errors.
4. Summary
The area of a quadrilateral can be efficiently calculated using the magnitudes of the cross product of its diagonal vectors. By computing the vectors AC and BD, finding their cross product, and then determining the magnitude of this cross product, we arrived at the area of the quadrilateral ABCD as 838 square units.