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

Question

Let a line with direction ratios a,4a,7a,-4 a,-7 be perpendicular to the lines with direction ratios 3,1,2b3,-1,2 b and b,a,2b, a,-2. If the point of intersection of the line x+1a2+b2=y2a2b2=z1\frac{x+1}{a^{2}+b^{2}}=\frac{y-2}{a^{2}-b^{2}}=\frac{z}{1} and the plane xy+z=0x-y+z=0 is (α,β,γ)(\alpha, \beta, \gamma), then α+β+γ\alpha+\beta+\gamma is equal to _________.

Answer: 3

Solution

Key Concepts and Formulas

  1. Perpendicular Lines in 3D Geometry: Two lines with direction ratios (l1,m1,n1)(l_1, m_1, n_1) and (l2,m2,n2)(l_2, m_2, n_2) are perpendicular if and only if the dot product of their corresponding direction ratios is zero: l1l2+m1m2+n1n2=0l_1 l_2 + m_1 m_2 + n_1 n_2 = 0.
  2. Equation of a Line in Symmetric and Parametric Form: A line passing through a point (x1,y1,z1)(x_1, y_1, z_1) with direction ratios (L,M,N)(L, M, N) can be written in symmetric form as xx1L=yy1M=zz1N\frac{x-x_1}{L} = \frac{y-y_1}{M} = \frac{z-z_1}{N}. By equating this to a parameter λ\lambda, we obtain the parametric form of any point on the line: (x1+Lλ,y1+Mλ,z1+Nλ)(x_1 + L\lambda, y_1 + M\lambda, z_1 + N\lambda).
  3. Intersection of a Line and a Plane: To find the point where a line intersects a plane, substitute the parametric coordinates of a general point on the line into the equation of the plane. Solving for the parameter λ\lambda will yield the specific value corresponding to the intersection point.

Step-by-Step Solution

Step 1: Determine the values of aa and bb using the perpendicularity condition.

We are given a line L1L_1 with direction ratios (a,4a,7)(a, -4a, -7). This line L1L_1 is perpendicular to two other lines:

  • L2L_2 with direction ratios (3,1,2b)(3, -1, 2b)
  • L3L_3 with direction ratios (b,a,2)(b, a, -2)

Reasoning: Since two lines are perpendicular, the dot product of their direction ratios must be zero. We apply this condition to L1L_1 and L2L_2, and then to L1L_1 and L3L_3.

For L1L2L_1 \perp L_2: (a)(3)+(4a)(1)+(7)(2b)=0(a)(3) + (-4a)(-1) + (-7)(2b) = 0 3a+4a14b=03a + 4a - 14b = 0 7a14b=07a - 14b = 0 Dividing by 7, we get: a2b=0    a=2b(Equation 1)a - 2b = 0 \implies a = 2b \quad \text{(Equation 1)}

For L1L3L_1 \perp L_3: (a)(b)+(4a)(a)+(7)(2)=0(a)(b) + (-4a)(a) + (-7)(-2) = 0 ab4a2+14=0(Equation 2)ab - 4a^2 + 14 = 0 \quad \text{(Equation 2)}

Now, we solve the system of equations (1) and (2) for aa and bb. Substitute a=2ba = 2b from Equation 1 into Equation 2: (2b)b4(2b)2+14=0(2b)b - 4(2b)^2 + 14 = 0 2b24(4b2)+14=02b^2 - 4(4b^2) + 14 = 0 2b216b2+14=02b^2 - 16b^2 + 14 = 0 14b2+14=0-14b^2 + 14 = 0 14b2=1414b^2 = 14 b2=1b^2 = 1 From b2=1b^2 = 1, we have b=1b = 1 or b=1b = -1.

If b=1b=1, then from Equation 1, a=2(1)=2a = 2(1) = 2. If b=1b=-1, then from Equation 1, a=2(1)=2a = 2(-1) = -2.

In both cases, we find a2=(±2)2=4a^2 = (\pm 2)^2 = 4 and b2=(±1)2=1b^2 = (\pm 1)^2 = 1. These values are consistent and uniquely determine a2a^2 and b2b^2.

Step 2: Formulate the equation of the given line in symmetric and parametric form.

The line is given by x+1a2+b2=y2a2b2=z1\frac{x+1}{a^{2}+b^{2}}=\frac{y-2}{a^{2}-b^{2}}=\frac{z}{1}.

Reasoning: We substitute the determined values of a2a^2 and b2b^2 into the line equation to get its specific form. Then, we introduce a parameter to express any point on the line.

First, calculate the denominators: a2+b2=4+1=5a^2 + b^2 = 4 + 1 = 5 a2b2=41=3a^2 - b^2 = 4 - 1 = 3

Substitute these values into the line equation: x+15=y23=z1\frac{x+1}{5} = \frac{y-2}{3} = \frac{z}{1} This is the symmetric form of the line.

To express a general point on this line, we equate the ratios to a parameter λ\lambda: x+15=y23=z1=λ\frac{x+1}{5} = \frac{y-2}{3} = \frac{z}{1} = \lambda From this, we can write x,y,zx, y, z in terms of λ\lambda: x+1=5λ    x=5λ1x+1 = 5\lambda \implies x = 5\lambda - 1 y2=3λ    y=3λ+2y-2 = 3\lambda \implies y = 3\lambda + 2 z=1λ    z=λz = 1\lambda \implies z = \lambda So, any point on the line can be represented as (5λ1,3λ+2,λ)(5\lambda - 1, 3\lambda + 2, \lambda). This is the parametric form of the line.

Step 3: Find the point of intersection of the line and the plane.

The equation of the plane is xy+z=0x-y+z=0. The general point on the line is (5λ1,3λ+2,λ)(5\lambda - 1, 3\lambda + 2, \lambda).

Reasoning: The point of intersection must satisfy both the line's equation (already incorporated into the general point) and the plane's equation. We substitute the parametric coordinates of the general point into the plane equation to find the value of λ\lambda at the intersection.

Substitute the parametric form of the line into the plane equation: (5λ1)(3λ+2)+(λ)=0(5\lambda - 1) - (3\lambda + 2) + (\lambda) = 0 Now, solve this linear equation for λ\lambda: 5λ13λ2+λ=05\lambda - 1 - 3\lambda - 2 + \lambda = 0 (5λ3λ+λ)+(12)=0(5\lambda - 3\lambda + \lambda) + (-1 - 2) = 0 3λ3=03\lambda - 3 = 0 3λ=33\lambda = 3 λ=1\lambda = 1

Now, substitute λ=1\lambda=1 back into the parametric form of the line to find the coordinates of the intersection point (α,β,γ)(\alpha, \beta, \gamma): α=5(1)1=4\alpha = 5(1) - 1 = 4 β=3(1)+2=5\beta = 3(1) + 2 = 5 γ=1\gamma = 1 Thus, the point of intersection (α,β,γ)(\alpha, \beta, \gamma) is (4,5,1)(4, 5, 1).

Step 4: Calculate the required sum α+β+γ\alpha+\beta+\gamma.

We found the point of intersection to be (α,β,γ)=(4,5,1)(\alpha, \beta, \gamma) = (4, 5, 1).

Reasoning: The problem asks for the sum of these coordinates. α+β+γ=4+5+1\alpha + \beta + \gamma = 4 + 5 + 1 α+β+γ=10\alpha + \beta + \gamma = 10

(Self-correction: The problem's "Correct Answer" is given as 3. However, a meticulous step-by-step derivation based on the provided question text consistently leads to 10. As an expert, I must present the mathematically correct derivation for the given problem statement. It is possible there is a discrepancy between the problem statement and the intended answer in the source material.)


Common Mistakes & Tips

  • Algebraic Errors: Be extremely careful with signs and arithmetic, especially when solving systems of equations and substituting values. A single sign error can propagate and lead to an incorrect final answer.
  • Misinterpreting Direction Ratios: Remember that direction ratios are proportional to direction cosines. The dot product condition for perpendicularity (l1l2+m1m2+n1n2=0l_1 l_2 + m_1 m_2 + n_1 n_2 = 0) is fundamental and must be applied correctly.
  • Incorrect Parametric Form: Ensure that when converting the symmetric form of a line to its parametric form, the signs and constants are correctly handled (e.g., x+1x+1 becomes x=Lλ1x = L\lambda - 1, not Lλ+1L\lambda + 1).
  • Verification: After finding the intersection point, it's a good practice to substitute its coordinates back into both the line equation and the plane equation to ensure it satisfies both.

Summary

This problem effectively tests multiple core concepts in 3D geometry. We began by using the perpendicularity condition for lines to establish a system of equations for the unknown parameters aa and bb. Solving this system yielded unique values for a2a^2 and b2b^2. These values were then used to define the equation of the given line in its symmetric and parametric forms. Finally, by substituting the parametric coordinates of a general point on the line into the plane equation, we determined the point of intersection. The sum of the coordinates of this intersection point was then calculated.

The final answer is 10\boxed{10}.

Practice More 3D Geometry Questions

View All Questions