Skip to main content
Back to 3D Geometry
JEE Main 2023
3D Geometry
3D Geometry
Hard

Question

If A(3,1,1),B(53,73,13),C(2,2,1)A(3,1,-1), B\left(\frac{5}{3}, \frac{7}{3}, \frac{1}{3}\right), C(2,2,1) and D(103,23,13)D\left(\frac{10}{3}, \frac{2}{3}, \frac{-1}{3}\right) are the vertices of a quadrilateral ABCDA B C D, then its area is

Options

Solution

Key Concepts and Formulas

  • Vector between Two Points: Given two points P1(x1,y1,z1)P_1(x_1, y_1, z_1) and P2(x2,y2,z2)P_2(x_2, y_2, z_2), the vector from P1P_1 to P2P_2 is given by P1P2=(x2x1)i^+(y2y1)j^+(z2z1)k^\overrightarrow{P_1P_2} = (x_2-x_1)\hat{i} + (y_2-y_1)\hat{j} + (z_2-z_1)\hat{k}.
  • Cross Product of Two Vectors: For two vectors u=uxi^+uyj^+uzk^\vec{u} = u_x\hat{i} + u_y\hat{j} + u_z\hat{k} and v=vxi^+vyj^+vzk^\vec{v} = v_x\hat{i} + v_y\hat{j} + v_z\hat{k}, their cross product is given by the determinant: u×v=i^j^k^uxuyuzvxvyvz=(uyvzuzvy)i^(uxvzuzvx)j^+(uxvyuyvx)k^\vec{u} \times \vec{v} = \begin{vmatrix} \hat{i} & \hat{j} & \hat{k} \\ u_x & u_y & u_z \\ v_x & v_y & v_z \end{vmatrix} = (u_y v_z - u_z v_y)\hat{i} - (u_x v_z - u_z v_x)\hat{j} + (u_x v_y - u_y v_x)\hat{k}
  • Magnitude of a Vector: For a vector w=wxi^+wyj^+wzk^\vec{w} = w_x\hat{i} + w_y\hat{j} + w_z\hat{k}, its magnitude is w=wx2+wy2+wz2|\vec{w}| = \sqrt{w_x^2 + w_y^2 + w_z^2}.
  • Area of a Quadrilateral in 3D Space: The area of a quadrilateral with diagonals represented by vectors d1\vec{d_1} and d2\vec{d_2} is given by: Area=12d1×d2\text{Area} = \frac{1}{2} |\vec{d_1} \times \vec{d_2}| 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 ABCDABCD as A(3,1,1)A(3,1,-1), B(53,73,13)B\left(\frac{5}{3}, \frac{7}{3}, \frac{1}{3}\right), C(2,2,1)C(2,2,1), and D(103,23,13)D\left(\frac{10}{3}, \frac{2}{3}, \frac{-1}{3}\right). Our goal is to find its area using the diagonal method.

Step 1: Identify the Diagonals of the Quadrilateral For a quadrilateral ABCDABCD, the diagonals are AC\overrightarrow{AC} and BD\overrightarrow{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=(x2x1)i^+(y2y1)j^+(z2z1)k^\overrightarrow{P_1P_2} = (x_2-x_1)\hat{i} + (y_2-y_1)\hat{j} + (z_2-z_1)\hat{k}.

  • Calculate Diagonal Vector AC\overrightarrow{AC}: Points are A(3,1,1)A(3,1,-1) and C(2,2,1)C(2,2,1). AC=(23)i^+(21)j^+(1(1))k^\overrightarrow{AC} = (2-3)\hat{i} + (2-1)\hat{j} + (1-(-1))\hat{k} AC=(1)i^+(1)j^+(2)k^\overrightarrow{AC} = (-1)\hat{i} + (1)\hat{j} + (2)\hat{k} AC=i^+j^+2k^\overrightarrow{AC} = -\hat{i} + \hat{j} + 2\hat{k}

  • Calculate Diagonal Vector BD\overrightarrow{BD}: Points are B(53,73,13)B\left(\frac{5}{3}, \frac{7}{3}, \frac{1}{3}\right) and D(103,23,13)D\left(\frac{10}{3}, \frac{2}{3}, \frac{-1}{3}\right). BD=(10353)i^+(2373)j^+(1313)k^\overrightarrow{BD} = \left(\frac{10}{3} - \frac{5}{3}\right)\hat{i} + \left(\frac{2}{3} - \frac{7}{3}\right)\hat{j} + \left(\frac{-1}{3} - \frac{1}{3}\right)\hat{k} BD=(53)i^+(53)j^+(23)k^\overrightarrow{BD} = \left(\frac{5}{3}\right)\hat{i} + \left(\frac{-5}{3}\right)\hat{j} + \left(\frac{-2}{3}\right)\hat{k} BD=53i^53j^23k^\overrightarrow{BD} = \frac{5}{3}\hat{i} - \frac{5}{3}\hat{j} - \frac{2}{3}\hat{k}

Step 3: Compute the Cross Product of the Diagonal Vectors

Now, we calculate the cross product AC×BD\overrightarrow{AC} \times \overrightarrow{BD}. Let d1=AC=i^+j^+2k^\vec{d_1} = \overrightarrow{AC} = -\hat{i} + \hat{j} + 2\hat{k} and d2=BD=53i^53j^23k^\vec{d_2} = \overrightarrow{BD} = \frac{5}{3}\hat{i} - \frac{5}{3}\hat{j} - \frac{2}{3}\hat{k}. AC×BD=i^j^k^112535323\overrightarrow{AC} \times \overrightarrow{BD} = \begin{vmatrix} \hat{i} & \hat{j} & \hat{k} \\ -1 & 1 & 2 \\ \frac{5}{3} & -\frac{5}{3} & -\frac{2}{3} \end{vmatrix} Expanding the determinant:

  • i^\hat{i} component: (1)(23)(2)(53)=23+103=83(1)\left(-\frac{2}{3}\right) - (2)\left(-\frac{5}{3}\right) = -\frac{2}{3} + \frac{10}{3} = \frac{8}{3}
  • j^\hat{j} component: (Remember the negative sign for the j^\hat{j} term in the expansion) ((1)(23)(2)(53))=(23103)=(83)=83- \left( (-1)\left(-\frac{2}{3}\right) - (2)\left(\frac{5}{3}\right) \right) = - \left( \frac{2}{3} - \frac{10}{3} \right) = - \left( -\frac{8}{3} \right) = \frac{8}{3}
  • k^\hat{k} component: (1)(53)(1)(53)=5353=0(-1)\left(-\frac{5}{3}\right) - (1)\left(\frac{5}{3}\right) = \frac{5}{3} - \frac{5}{3} = 0 Combining these components, we get the cross product vector: AC×BD=83i^+83j^+0k^=83i^+83j^\overrightarrow{AC} \times \overrightarrow{BD} = \frac{8}{3}\hat{i} + \frac{8}{3}\hat{j} + 0\hat{k} = \frac{8}{3}\hat{i} + \frac{8}{3}\hat{j}

Step 4: Determine the Magnitude of the Cross Product

Next, we calculate the magnitude of the resulting cross product vector, AC×BD|\overrightarrow{AC} \times \overrightarrow{BD}|. AC×BD=(83)2+(83)2+(0)2|\overrightarrow{AC} \times \overrightarrow{BD}| = \sqrt{\left(\frac{8}{3}\right)^2 + \left(\frac{8}{3}\right)^2 + (0)^2} AC×BD=649+649|\overrightarrow{AC} \times \overrightarrow{BD}| = \sqrt{\frac{64}{9} + \frac{64}{9}} AC×BD=1289|\overrightarrow{AC} \times \overrightarrow{BD}| = \sqrt{\frac{128}{9}} To simplify the radical: AC×BD=1289=64×23=823|\overrightarrow{AC} \times \overrightarrow{BD}| = \frac{\sqrt{128}}{\sqrt{9}} = \frac{\sqrt{64 \times 2}}{3} = \frac{8\sqrt{2}}{3}

Step 5: Calculate the Area of the Quadrilateral

Finally, we apply the area formula for a quadrilateral: Area=12AC×BD\text{Area} = \frac{1}{2} |\overrightarrow{AC} \times \overrightarrow{BD}| Substitute the magnitude calculated in Step 4: Area=12×823\text{Area} = \frac{1}{2} \times \frac{8\sqrt{2}}{3} Area=423\text{Area} = \frac{4\sqrt{2}}{3}

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., CAC-A for AC\overrightarrow{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^\hat{j} component.
  • Forgetting the 12\frac{1}{2} 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 12\frac{1}{2} in the final area calculation.

Summary

To find the area of the quadrilateral ABCDABCD, we first determined the vectors representing its diagonals, AC\overrightarrow{AC} and BD\overrightarrow{BD}. Then, we calculated the cross product of these diagonal vectors. The magnitude of this cross product vector was found to be 823\frac{8\sqrt{2}}{3}. Finally, by taking half of this magnitude, we obtained the area of the quadrilateral. The area is 423\frac{4\sqrt{2}}{3} square units.

The final answer is A\boxed{\text{A}} which corresponds to option (A).

Practice More 3D Geometry Questions

View All Questions