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

Question

Consider a ABC\triangle A B C where A(1,3,2),B(2,8,0)A(1,3,2), B(-2,8,0) and C(3,6,7)C(3,6,7). If the angle bisector of BAC\angle B A C meets the line BCB C at DD, then the length of the projection of the vector AD\overrightarrow{A D} on the vector AC\overrightarrow{A C} is :

Options

Solution

Key Concepts and Formulas

  1. Angle Bisector Theorem & Section Formula: In ABC\triangle ABC, if ADAD is the angle bisector of BAC\angle BAC meeting BCBC at DD, then DD divides the side BCBC in the ratio AB:ACAB:AC. If a point DD divides the line segment joining B(xB,yB,zB)B(x_B, y_B, z_B) and C(xC,yC,zC)C(x_C, y_C, z_C) in the ratio m:nm:n, its coordinates are D=(nxB+mxCm+n,nyB+myCm+n,nzB+mzCm+n)D = \left(\frac{nx_B+mx_C}{m+n}, \frac{ny_B+my_C}{m+n}, \frac{nz_B+mz_C}{m+n}\right).
  2. Vector Operations and Magnitude: For points P(x1,y1,z1)P(x_1, y_1, z_1) and Q(x2,y2,z2)Q(x_2, y_2, z_2), the vector PQ\overrightarrow{PQ} is given by (x2x1)i^+(y2y1)j^+(z2z1)k^(x_2-x_1)\hat{i} + (y_2-y_1)\hat{j} + (z_2-z_1)\hat{k}. The magnitude of a vector v=ai^+bj^+ck^\vec{v} = a\hat{i} + b\hat{j} + c\hat{k} is v=a2+b2+c2|\vec{v}| = \sqrt{a^2+b^2+c^2}.
  3. Scalar Projection: The length of the scalar projection of a vector u\vec{u} onto another vector v\vec{v} is given by the formula Projvu=uvv\text{Proj}_{\vec{v}} \vec{u} = \frac{\vec{u} \cdot \vec{v}}{|\vec{v}|}. The dot product of 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} is uv=uxvx+uyvy+uzvz\vec{u} \cdot \vec{v} = u_xv_x + u_yv_y + u_zv_z.

Step-by-Step Solution

We are given the vertices of ABC\triangle ABC as A(1,3,2)A(1,3,2), B(2,8,0)B(-2,8,0), and C(3,6,7)C(3,6,7). We need to find the length of the projection of AD\overrightarrow{AD} on AC\overrightarrow{AC}.

Step 1: Calculate the lengths of sides AB and AC to determine the ratio for point D. According to the Angle Bisector Theorem, point DD divides the side BCBC in the ratio BD:DC=AB:ACBD:DC = AB:AC. Therefore, we first need to find the magnitudes of vectors AB\overrightarrow{AB} and AC\overrightarrow{AC}.

  • Calculate AB\overrightarrow{AB} and its magnitude ABAB: AB=BA=(21)i^+(83)j^+(02)k^=3i^+5j^2k^\overrightarrow{AB} = B - A = (-2-1)\hat{i} + (8-3)\hat{j} + (0-2)\hat{k} = -3\hat{i} + 5\hat{j} - 2\hat{k} The length ABAB is the magnitude of AB\overrightarrow{AB}: AB=AB=(3)2+(5)2+(2)2=9+25+4=38AB = |\overrightarrow{AB}| = \sqrt{(-3)^2 + (5)^2 + (-2)^2} = \sqrt{9 + 25 + 4} = \sqrt{38}

  • Calculate AC\overrightarrow{AC} and its magnitude ACAC: AC=CA=(31)i^+(63)j^+(72)k^=2i^+3j^+5k^\overrightarrow{AC} = C - A = (3-1)\hat{i} + (6-3)\hat{j} + (7-2)\hat{k} = 2\hat{i} + 3\hat{j} + 5\hat{k} The length ACAC is the magnitude of AC\overrightarrow{AC}: AC=AC=(2)2+(3)2+(5)2=4+9+25=38AC = |\overrightarrow{AC}| = \sqrt{(2)^2 + (3)^2 + (5)^2} = \sqrt{4 + 9 + 25} = \sqrt{38}

  • Determine the ratio BD:DCBD:DC: Since AB=38AB = \sqrt{38} and AC=38AC = \sqrt{38}, we have AB:AC=38:38=1:1AB:AC = \sqrt{38}:\sqrt{38} = 1:1. This implies that DD is the midpoint of the line segment BCBC.

Step 2: Determine the coordinates of point D. Since DD is the midpoint of BCBC, we can use the midpoint formula. Given B(2,8,0)B(-2,8,0) and C(3,6,7)C(3,6,7): D=(xB+xC2,yB+yC2,zB+zC2)D = \left(\frac{x_B+x_C}{2}, \frac{y_B+y_C}{2}, \frac{z_B+z_C}{2}\right) D=(2+32,8+62,0+72)=(12,142,72)=(12,7,72)D = \left(\frac{-2+3}{2}, \frac{8+6}{2}, \frac{0+7}{2}\right) = \left(\frac{1}{2}, \frac{14}{2}, \frac{7}{2}\right) = \left(\frac{1}{2}, 7, \frac{7}{2}\right) So, the coordinates of point DD are (12,7,72)(\frac{1}{2}, 7, \frac{7}{2}).

Step 3: Formulate the vectors AD\overrightarrow{AD} and AC\overrightarrow{AC}. We need these vectors for the projection formula. We already have AC\overrightarrow{AC} from Step 1.

  • Calculate AD\overrightarrow{AD}: Using A(1,3,2)A(1,3,2) and D(12,7,72)D(\frac{1}{2}, 7, \frac{7}{2}): AD=DA=(121)i^+(73)j^+(722)k^\overrightarrow{AD} = D - A = \left(\frac{1}{2}-1\right)\hat{i} + (7-3)\hat{j} + \left(\frac{7}{2}-2\right)\hat{k} AD=(12)i^+4j^+(742)k^=12i^+4j^+32k^\overrightarrow{AD} = \left(-\frac{1}{2}\right)\hat{i} + 4\hat{j} + \left(\frac{7-4}{2}\right)\hat{k} = -\frac{1}{2}\hat{i} + 4\hat{j} + \frac{3}{2}\hat{k}

  • Recall AC\overrightarrow{AC}: From Step 1, we have: AC=2i^+3j^+5k^\overrightarrow{AC} = 2\hat{i} + 3\hat{j} + 5\hat{k}

Step 4: Calculate the length of the projection of AD\overrightarrow{AD} on AC\overrightarrow{AC}. Using the scalar projection formula ProjACAD=ADACAC\text{Proj}_{\overrightarrow{AC}} \overrightarrow{AD} = \frac{\overrightarrow{AD} \cdot \overrightarrow{AC}}{|\overrightarrow{AC}|}.

  • Calculate the dot product ADAC\overrightarrow{AD} \cdot \overrightarrow{AC}: ADAC=(12)(2)+(4)(3)+(32)(5)\overrightarrow{AD} \cdot \overrightarrow{AC} = \left(-\frac{1}{2}\right)(2) + (4)(3) + \left(\frac{3}{2}\right)(5) =1+12+152= -1 + 12 + \frac{15}{2} =11+152=222+152=372= 11 + \frac{15}{2} = \frac{22}{2} + \frac{15}{2} = \frac{37}{2}

  • Recall the magnitude AC|\overrightarrow{AC}|: From Step 1, we found AC=38|\overrightarrow{AC}| = \sqrt{38}.

  • Apply the projection formula: Length of Projection=37238=37238\text{Length of Projection} = \frac{\frac{37}{2}}{\sqrt{38}} = \frac{37}{2\sqrt{38}}

Common Mistakes & Tips

  • Arithmetic Precision: Be extremely careful with fraction arithmetic and sign conventions, especially when calculating vector components and dot products.
  • Angle Bisector Theorem: Ensure you correctly apply the theorem. A common error is to mix up the ratio AB:ACAB:AC with AC:ABAC:AB. Recognizing AB=ACAB=AC is a significant simplification.
  • Projection Formula: Memorize the scalar projection formula abb\frac{\vec{a} \cdot \vec{b}}{|\vec{b}|} correctly. It's the magnitude of the projection, hence always non-negative.

Summary

This problem required a systematic application of 3D geometry and vector algebra principles. We began by using the Angle Bisector Theorem to determine the ratio in which point DD divides BCBC. The key observation that AB=ACAB=AC simplified DD to being the midpoint of BCBC. We then calculated the coordinates of DD, formed the vectors AD\overrightarrow{AD} and AC\overrightarrow{AC}, and finally used the dot product and magnitude to compute the length of the scalar projection of AD\overrightarrow{AD} onto AC\overrightarrow{AC}. The calculated projection length is 37238\frac{37}{2\sqrt{38}}.

The final answer is (A)\boxed{\text{(A)}}.

Practice More 3D Geometry Questions

View All Questions