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

Question

If for a > 0, the feet of perpendiculars from the points A(a, -2a, 3) and B(0, 4, 5) on the plane lx + my + nz = 0 are points C(0, -a, -1) and D respectively, then the length of line segment CD is equal to :

Options

Solution

Here's a clear, educational, and well-structured solution to the problem:

  1. Key Concepts and Formulas

    • Foot of the Perpendicular: If CC is the foot of the perpendicular from point AA to a plane PP, then point CC lies on the plane PP, and the vector AC\vec{AC} is perpendicular to the plane PP. This implies AC\vec{AC} is parallel to the plane's normal vector.
    • Normal Vector of a Plane: For a plane given by the equation lx+my+nz=0lx + my + nz = 0, its normal vector is N=(l,m,n)\vec{N} = (l, m, n).
    • Equation of a Line Perpendicular to a Plane: A line passing through a point P0(x0,y0,z0)P_0(x_0, y_0, z_0) and perpendicular to a plane with normal vector N=(l,m,n)\vec{N}=(l,m,n) can be represented parametrically as (x0+tl,y0+tm,z0+tn)(x_0 + tl, y_0 + tm, z_0 + tn), where tt is a scalar parameter.
    • Distance Formula in 3D: The distance between two points C(x1,y1,z1)C(x_1, y_1, z_1) and D(x2,y2,z2)D(x_2, y_2, z_2) is given by CD=(x2x1)2+(y2y1)2+(z2z1)2CD = \sqrt{(x_2-x_1)^2 + (y_2-y_1)^2 + (z_2-z_1)^2}.
  2. Step-by-Step Solution

    Step 1: Determine the value of 'a' and the equation of the plane. We are given point A(a,2a,3)A(a, -2a, 3) and its foot of perpendicular on the plane P:lx+my+nz=0P: lx + my + nz = 0 is C(0,a,1)C(0, -a, -1).

    • Step 1.1: Find the vector AC\vec{AC}. The vector AC\vec{AC} connects point AA to point CC: AC=CA=(0a,a(2a),13)=(a,a,4)\vec{AC} = C - A = (0-a, -a-(-2a), -1-3) = (-a, a, -4) Since AC\vec{AC} is perpendicular to the plane, it is parallel to the plane's normal vector N=(l,m,n)\vec{N}=(l, m, n). Thus, N\vec{N} is proportional to AC\vec{AC}. We can write l=kal = -ka, m=kam = ka, and n=4kn = -4k for some non-zero scalar kk.

    • Step 1.2: Use the fact that C lies on the plane. Point C(0,a,1)C(0, -a, -1) lies on the plane lx+my+nz=0lx + my + nz = 0. Substitute its coordinates into the plane equation: l(0)+m(a)+n(1)=0l(0) + m(-a) + n(-1) = 0 man=0    n=ma-ma - n = 0 \implies n = -ma

    • Step 1.3: Solve for 'a'. Substitute the expressions for mm and nn in terms of kk and aa from Step 1.1 into the equation from Step 1.2: 4k=(ka)a-4k = -(ka)a 4k=ka2-4k = -ka^2 Since k0k \neq 0 (otherwise l=m=n=0l=m=n=0, which does not define a plane), we can divide both sides by k-k: 4=a24 = a^2 The problem states a>0a > 0, so we get a=2a = 2.

    • Step 1.4: Determine the coordinates of A and C, and the plane's equation. With a=2a=2:

      • A=(2,2(2),3)=(2,4,3)A = (2, -2(2), 3) = (2, -4, 3)
      • C=(0,2,1)C = (0, -2, -1) The vector AC=(2,2,4)\vec{AC} = (-2, 2, -4). We can use a simpler normal vector for the plane by dividing AC\vec{AC} by 2-2, so N=(1,1,2)\vec{N} = (1, -1, 2). Since the plane passes through the origin (as lx+my+nz=0lx+my+nz=0) and has normal vector (1,1,2)(1, -1, 2), its equation is: 1(x0)1(y0)+2(z0)=01(x-0) - 1(y-0) + 2(z-0) = 0 xy+2z=0x - y + 2z = 0 (Self-check: For C(0,2,1)C(0, -2, -1), 0(2)+2(1)=22=00 - (-2) + 2(-1) = 2 - 2 = 0. The plane equation is correct.)

    Step 2: Find the coordinates of point D. Point DD is the foot of the perpendicular from B(0,4,5)B(0, 4, 5) to the plane xy+2z=0x - y + 2z = 0.

    • Step 2.1: Write the parametric equation of the line BD. The line BDBD passes through B(0,4,5)B(0, 4, 5) and is parallel to the plane's normal vector N=(1,1,2)\vec{N}=(1, -1, 2). The parametric equations for the line BDBD are: x=0+1t=tx = 0 + 1t = t y=41t=4ty = 4 - 1t = 4-t z=5+2t=5+2tz = 5 + 2t = 5+2t Any point on the line BDBD can be represented as (t,4t,5+2t)(t, 4-t, 5+2t).

    • Step 2.2: Find the intersection point D with the plane. Point DD lies on both the line BDBD and the plane xy+2z=0x - y + 2z = 0. Substitute the parametric coordinates of DD into the plane equation: (t)(4t)+2(5+2t)=0(t) - (4-t) + 2(5+2t) = 0 t4+t+10+4t=0t - 4 + t + 10 + 4t = 0 6t+6=06t + 6 = 0 6t=6    t=16t = -6 \implies t = -1

    • Step 2.3: Substitute 't' back to find D's coordinates. Substitute t=1t = -1 into the parametric equations for line BDBD: xD=1x_D = -1 yD=4(1)=5y_D = 4 - (-1) = 5 zD=5+2(1)=3z_D = 5 + 2(-1) = 3 So, the coordinates of DD are (1,5,3)(-1, 5, 3).

    Step 3: Calculate the length of line segment CD. We have the coordinates of C(0,2,1)C(0, -2, -1) and D(1,5,3)D(-1, 5, 3). Using the 3D distance formula: CD=(10)2+(5(2))2+(3(1))2CD = \sqrt{(-1-0)^2 + (5-(-2))^2 + (3-(-1))^2} CD=(1)2+(7)2+(4)2CD = \sqrt{(-1)^2 + (7)^2 + (4)^2} CD=1+49+16CD = \sqrt{1 + 49 + 16} CD=66CD = \sqrt{66}

  3. Common Mistakes & Tips

    • Sign Errors: Be meticulous with negative signs, especially when calculating vector components and differences in the distance formula.
    • Normal Vector Direction: While the normal vector can be taken in either direction (e.g., (l,m,n)(l,m,n) or (l,m,n)(-l,-m,-n)), ensure consistency in its application for the plane equation and line equations.
    • Algebraic Errors: Double-check solving linear equations for 'a' and 't' to avoid arithmetic mistakes.
  4. Summary

    We first utilized the given information about point AA and its foot of perpendicular CC to determine the value of the parameter 'aa' and the specific equation of the plane. This involved finding the vector AC\vec{AC} (which is normal to the plane) and using the fact that CC lies on the plane. With a=2a=2, the plane equation was found to be xy+2z=0x-y+2z=0. Next, we found the coordinates of point DD, the foot of the perpendicular from point BB to this plane, by finding the intersection of the line passing through BB and perpendicular to the plane, with the plane itself. Finally, we calculated the distance between C(0,2,1)C(0, -2, -1) and D(1,5,3)D(-1, 5, 3) using the 3D distance formula, which resulted in 66\sqrt{66}.

  5. Final Answer

The length of the line segment CD is 66\sqrt{66}, which corresponds to option (D).

The final answer is 66\boxed{\sqrt{66}}.

Practice More 3D Geometry Questions

View All Questions