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

Question

Let L be a line obtained from the intersection of two planes x + 2y + z = 6 and y + 2z = 4. If point P(α\alpha, β\beta, γ\gamma) is the foot of perpendicular from (3, 2, 1) on L, then the value of 21(α\alpha + β\beta + γ\gamma) equals :

Options

Solution

This problem requires us to find the foot of the perpendicular from a given point to a line. The line itself is defined as the intersection of two planes. This involves a combination of fundamental concepts from 3D Geometry: finding the equation of a line from plane intersections and then applying the condition for perpendicularity to locate the foot of the perpendicular.


Key Concepts and Formulas:

  1. Direction Vector of the Line of Intersection of Two Planes: If two planes are given by their normal vectors n1\vec{n_1} and n2\vec{n_2}, the line of their intersection L has a direction vector d\vec{d} given by the cross product of their normal vectors: d=n1×n2\vec{d} = \vec{n_1} \times \vec{n_2}
  2. Equation of a Line in Parametric Form: A line passing through a point (x0,y0,z0)(x_0, y_0, z_0) with direction ratios (a,b,c)(a, b, c) can be written in parametric form as: xx0a=yy0b=zz0c=λ\frac{x - x_0}{a} = \frac{y - y_0}{b} = \frac{z - z_0}{c} = \lambda where λ\lambda is a scalar parameter. Any point on the line can then be expressed as (x0+aλ,y0+bλ,z0+cλ)(x_0 + a\lambda, y_0 + b\lambda, z_0 + c\lambda).
  3. Condition for Perpendicular Lines/Vectors: If a line segment AP is perpendicular to a line L (with direction vector dL\vec{d_L}), then the direction vector of AP, AP\vec{AP}, must be perpendicular to dL\vec{d_L}. Their dot product must be zero: APdL=0\vec{AP} \cdot \vec{d_L} = 0

Step-by-Step Solution

Step 1: Determine the Equation of Line L

The line L is the intersection of the two planes: Plane 1 (P1P_1): x+2y+z=6x + 2y + z = 6 Plane 2 (P2P_2): y+2z=4y + 2z = 4

Step 1.1: Find the Direction Vector of L

  • Explanation: The line of intersection of two planes is perpendicular to the normal vectors of both planes. Therefore, its direction vector can be found by taking the cross product of the normal vectors of the two planes.
  • The normal vector for Plane 1 (x+2y+z=6x + 2y + z = 6) is n1=(1,2,1)\vec{n_1} = (1, 2, 1).
  • The normal vector for Plane 2 (0x+y+2z=40x + y + 2z = 4) is n2=(0,1,2)\vec{n_2} = (0, 1, 2).
  • The direction vector dL\vec{d_L} of line L is given by dL=n1×n2\vec{d_L} = \vec{n_1} \times \vec{n_2}: dL=i^j^k^121012\vec{d_L} = \begin{vmatrix} \widehat{i} & \widehat{j} & \widehat{k} \\ 1 & 2 & 1 \\ 0 & 1 & 2 \end{vmatrix} dL=i^(2×21×1)j^(1×20×1)+k^(1×10×2)\vec{d_L} = \widehat{i}(2 \times 2 - 1 \times 1) - \widehat{j}(1 \times 2 - 0 \times 1) + \widehat{k}(1 \times 1 - 0 \times 2) dL=(41)i^(20)j^+(10)k^\vec{d_L} = (4 - 1)\widehat{i} - (2 - 0)\widehat{j} + (1 - 0)\widehat{k} dL=3i^2j^+k^\vec{d_L} = 3\widehat{i} - 2\widehat{j} + \widehat{k}
  • Thus, the direction ratios (DRs) of line L are (3,2,1)(3, -2, 1).

Step 1.2: Find a Point on L

  • Explanation: To define a line, we need a point on it in addition to its direction vector. A point on the line of intersection must satisfy both plane equations. We can find such a point by setting one of the coordinates (e.g., zz) to a convenient value (often 0) and solving the resulting system of two linear equations in two variables.
  • Let's set z=0z = 0:
    • From Plane 2: y+2(0)=4    y=4y + 2(0) = 4 \implies y = 4.
    • Substitute y=4y=4 and z=0z=0 into Plane 1: x+2(4)+0=6    x+8=6    x=2x + 2(4) + 0 = 6 \implies x + 8 = 6 \implies x = -2.
  • So, a point on line L is A0(2,4,0)A_0(-2, 4, 0).

Step 1.3: Write the Parametric Equation of L

  • Explanation: Using the point A0(2,4,0)A_0(-2, 4, 0) and the direction ratios (3,2,1)(3, -2, 1), we can write the equation of line L in parametric form.
  • The equation of line L is: x(2)3=y42=z01=λ\frac{x - (-2)}{3} = \frac{y - 4}{-2} = \frac{z - 0}{1} = \lambda
  • Any point P on line L can be represented as P(λ)=(2+3λ,42λ,λ)P(\lambda) = (-2 + 3\lambda, 4 - 2\lambda, \lambda).

Step 2: Find the Foot of Perpendicular P

Let the given point be A=(3,2,1)A = (3, 2, 1). Let P(α,β,γ)P(\alpha, \beta, \gamma) be the foot of the perpendicular from A to line L.

Step 2.1: Express Point P in terms of λ\lambda

  • Explanation: Since P is the foot of the perpendicular on line L, it must be a point on L. So, its coordinates can be expressed using the parametric form derived in Step 1.3.
  • P(α,β,γ)=(2+3λ,42λ,λ)P(\alpha, \beta, \gamma) = (-2 + 3\lambda, 4 - 2\lambda, \lambda).

Step 2.2: Determine the Direction Vector of Line AP

  • Explanation: We need the direction vector of the line segment connecting the given point A to the foot of the perpendicular P.
  • AP=PA=((2+3λ)3,(42λ)2,λ1)\vec{AP} = P - A = ((-2 + 3\lambda) - 3, (4 - 2\lambda) - 2, \lambda - 1)
  • AP=(3λ5,22λ,λ1)\vec{AP} = (3\lambda - 5, 2 - 2\lambda, \lambda - 1).

Step 2.3: Apply Perpendicularity Condition

  • Explanation: The line segment AP is perpendicular to line L. Therefore, their direction vectors must be orthogonal, meaning their dot product is zero. We use the direction vector of L, dL=(3,2,1)\vec{d_L} = (3, -2, 1), found in Step 1.1.
  • APdL=0\vec{AP} \cdot \vec{d_L} = 0
  • (3λ5)(3)+(22λ)(2)+(λ1)(1)=0(3\lambda - 5)(3) + (2 - 2\lambda)(-2) + (\lambda - 1)(1) = 0
  • 9λ154+4λ+λ1=09\lambda - 15 - 4 + 4\lambda + \lambda - 1 = 0
  • Combine like terms: (9+4+1)λ+(1541)=0(9 + 4 + 1)\lambda + (-15 - 4 - 1) = 0
  • 14λ20=014\lambda - 20 = 0
  • 14λ=20    λ=2014=10714\lambda = 20 \implies \lambda = \frac{20}{14} = \frac{10}{7}.

Step 2.4: Find the Coordinates of P

  • Explanation: Substitute the value of λ\lambda back into the parametric coordinates of P to find the exact coordinates of the foot of the perpendicular.
  • α=2+3(107)=2+307=14+307=167\alpha = -2 + 3\left(\frac{10}{7}\right) = -2 + \frac{30}{7} = \frac{-14 + 30}{7} = \frac{16}{7}
  • β=42(107)=4207=28207=87\beta = 4 - 2\left(\frac{10}{7}\right) = 4 - \frac{20}{7} = \frac{28 - 20}{7} = \frac{8}{7}
  • γ=107\gamma = \frac{10}{7}
  • So, the foot of the perpendicular is P(167,87,107)P\left(\frac{16}{7}, \frac{8}{7}, \frac{10}{7}\right).

Step 3: Calculate the Final Value

We need to find the value of 21(α+β+γ)21(\alpha + \beta + \gamma).

  • First, calculate the sum α+β+γ\alpha + \beta + \gamma: α+β+γ=167+87+107=16+8+107=347\alpha + \beta + \gamma = \frac{16}{7} + \frac{8}{7} + \frac{10}{7} = \frac{16 + 8 + 10}{7} = \frac{34}{7}
  • Now, multiply by 21: 21(α+β+γ)=21×34721(\alpha + \beta + \gamma) = 21 \times \frac{34}{7} 21×347=3×34=10221 \times \frac{34}{7} = 3 \times 34 = 102

Common Mistakes & Tips:

  • Cross Product Accuracy: Be very careful when calculating the cross product of normal vectors. A sign error here will propagate throughout the entire problem.
  • Finding a Point on the Line: While setting z=0z=0 is common, you can set x=0x=0 or y=0y=0 as well. Choose the one that simplifies calculations. Ensure the point satisfies both plane equations.
  • Algebraic Precision: Solving for λ\lambda often involves fractions. Maintain precision with calculations involving fractions to avoid errors.
  • Conceptual Understanding: Remember why the dot product is used for perpendicularity. This helps in setting up the equation correctly.

Summary:

This problem demonstrates a complete application of 3D geometry concepts to find the foot of a perpendicular. The key steps involve formulating the line of intersection, using its parametric form to represent the foot of the perpendicular, applying the perpendicularity condition via a dot product to solve for the parameter λ\lambda, and finally calculating the required sum. Our derivation consistently leads to the value 102.

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

Practice More 3D Geometry Questions

View All Questions