If A(3,1,−1),B(35,37,31),C(2,2,1) and D(310,32,3−1) are the vertices of a quadrilateral ABCD, then its area is
Options
Solution
Key Concepts and Formulas
Vector between Two Points: Given two points P1(x1,y1,z1) and P2(x2,y2,z2), the vector from P1 to P2 is given by P1P2=(x2−x1)i^+(y2−y1)j^+(z2−z1)k^.
Cross Product of Two Vectors: For two vectors u=uxi^+uyj^+uzk^ and v=vxi^+vyj^+vzk^, their cross product is given by the determinant:
u×v=i^uxvxj^uyvyk^uzvz=(uyvz−uzvy)i^−(uxvz−uzvx)j^+(uxvy−uyvx)k^
Magnitude of a Vector: For a vector w=wxi^+wyj^+wzk^, its magnitude is ∣w∣=wx2+wy2+wz2.
Area of a Quadrilateral in 3D Space: The area of a quadrilateral with diagonals represented by vectors d1 and d2 is given by:
Area=21∣d1×d2∣
This formula is derived from the fact that the magnitude of the cross product of two vectors gives the area of the parallelogram formed by them. The area of any general quadrilateral is half the area of the parallelogram formed by its diagonals.
Step-by-Step Solution
We are given the vertices of quadrilateral ABCD as A(3,1,−1), B(35,37,31), C(2,2,1), and D(310,32,3−1). Our goal is to find its area using the diagonal method.
Step 1: Identify the Diagonals of the Quadrilateral
For a quadrilateral ABCD, the diagonals are AC and BD. To use the area formula, we first need to express these diagonals as vectors.
Step 2: Calculate the Vectors Representing the Diagonals
We will use the formula for a vector between two points, P1P2=(x2−x1)i^+(y2−y1)j^+(z2−z1)k^.
Calculate Diagonal Vector AC:
Points are A(3,1,−1) and C(2,2,1).
AC=(2−3)i^+(2−1)j^+(1−(−1))k^AC=(−1)i^+(1)j^+(2)k^AC=−i^+j^+2k^
Calculate Diagonal Vector BD:
Points are B(35,37,31) and D(310,32,3−1).
BD=(310−35)i^+(32−37)j^+(3−1−31)k^BD=(35)i^+(3−5)j^+(3−2)k^BD=35i^−35j^−32k^
Step 3: Compute the Cross Product of the Diagonal Vectors
Now, we calculate the cross product AC×BD. Let d1=AC=−i^+j^+2k^ and d2=BD=35i^−35j^−32k^.
AC×BD=i^−135j^1−35k^2−32
Expanding the determinant:
i^ component:(1)(−32)−(2)(−35)=−32+310=38
j^ component: (Remember the negative sign for the j^ term in the expansion)
−((−1)(−32)−(2)(35))=−(32−310)=−(−38)=38
k^ component:(−1)(−35)−(1)(35)=35−35=0
Combining these components, we get the cross product vector:
AC×BD=38i^+38j^+0k^=38i^+38j^
Step 4: Determine the Magnitude of the Cross Product
Next, we calculate the magnitude of the resulting cross product vector, ∣AC×BD∣.
∣AC×BD∣=(38)2+(38)2+(0)2∣AC×BD∣=964+964∣AC×BD∣=9128
To simplify the radical:
∣AC×BD∣=9128=364×2=382
Step 5: Calculate the Area of the Quadrilateral
Finally, we apply the area formula for a quadrilateral:
Area=21∣AC×BD∣
Substitute the magnitude calculated in Step 4:
Area=21×382Area=342
Common Mistakes & Tips
Order of Subtraction for Vectors: Always subtract the coordinates of the initial point from the coordinates of the terminal point when forming a vector (e.g., C−A for AC). Reversing the order will result in a vector with opposite direction, which is fine for the magnitude, but consistency helps avoid errors.
Fractional Arithmetic: Be meticulous with addition, subtraction, and multiplication involving fractions to prevent calculation errors.
Cross Product Determinant Expansion: Pay close attention to the signs when expanding the determinant, especially the negative sign for the j^ component.
Forgetting the 21 Factor: The cross product magnitude gives the area of the parallelogram formed by the diagonals. The area of the quadrilateral is half of this value. Always include the 21 in the final area calculation.
Summary
To find the area of the quadrilateral ABCD, we first determined the vectors representing its diagonals, AC and BD. Then, we calculated the cross product of these diagonal vectors. The magnitude of this cross product vector was found to be 382. Finally, by taking half of this magnitude, we obtained the area of the quadrilateral. The area is 342 square units.
The final answer is A which corresponds to option (A).