Skip to main content
Back to 3D Geometry
JEE Main 2020
3D Geometry
3D Geometry
Easy

Question

The angle between the straight lines, whose direction cosines are given by the equations 2l + 2m - n = 0 and mn + nl + lm = 0, is :

Options

Solution

1. Key Concepts and Formulas

  • Direction Cosines: For a line in 3D space, its direction cosines are l,m,nl, m, n, representing the cosines of the angles the line makes with the positive x, y, and z axes, respectively. They satisfy the fundamental property l2+m2+n2=1l^2 + m^2 + n^2 = 1.
  • Direction Ratios: Any set of three numbers (a,b,c)(a, b, c) proportional to the direction cosines (l,m,n)(l, m, n) are called direction ratios. That is, l=aa2+b2+c2l = \frac{a}{\sqrt{a^2+b^2+c^2}}, m=ba2+b2+c2m = \frac{b}{\sqrt{a^2+b^2+c^2}}, n=ca2+b2+c2n = \frac{c}{\sqrt{a^2+b^2+c^2}}.
  • Angle Between Two Lines: If two lines have direction ratios (a1,b1,c1)(a_1, b_1, c_1) and (a2,b2,c2)(a_2, b_2, c_2), the angle θ\theta between them is given by: cosθ=a1a2+b1b2+c1c2a12+b12+c12a22+b22+c22\cos \theta = \frac{a_1 a_2 + b_1 b_2 + c_1 c_2}{\sqrt{a_1^2+b_1^2+c_1^2} \sqrt{a_2^2+b_2^2+c_2^2}} A crucial special case is when the numerator a1a2+b1b2+c1c2=0a_1 a_2 + b_1 b_2 + c_1 c_2 = 0, which implies cosθ=0\cos \theta = 0 and thus θ=π2\theta = \frac{\pi}{2} (the lines are perpendicular).

2. Step-by-Step Solution

Step 1: Identify the Given Equations We are provided with two equations that define the direction cosines (l,m,n)(l, m, n) of the lines:

  1. 2l+2mn=0(Equation 1)2l + 2m - n = 0 \quad \text{(Equation 1)}
  2. mn+nl+lm=0(Equation 2)mn + nl + lm = 0 \quad \text{(Equation 2)}
  • Why this step? These equations represent the constraints on the direction of the lines. Our goal is to solve this system to find the specific direction ratios for each line.

Step 2: Express One Variable in Terms of Others From the simpler linear equation (Equation 1), we can easily express nn in terms of ll and mm: n=2l+2m(Equation 3)n = 2l + 2m \quad \text{(Equation 3)}

  • Why this step? This substitution strategy reduces the number of variables in the more complex Equation 2, making it easier to solve for the relationships between ll and mm.

Step 3: Substitute and Form a Homogeneous Quadratic Equation Substitute the expression for nn from Equation 3 into Equation 2: m(2l+2m)+(2l+2m)l+lm=0m(2l + 2m) + (2l + 2m)l + lm = 0 Now, expand and simplify the equation: 2lm+2m2+2l2+2lm+lm=02lm + 2m^2 + 2l^2 + 2lm + lm = 0 Combine the like terms: 2l2+5lm+2m2=0(Equation 4)2l^2 + 5lm + 2m^2 = 0 \quad \text{(Equation 4)}

  • Why this step? This resulting equation is a homogeneous quadratic in ll and mm. Such equations are characteristic in problems involving directions of lines, as they typically yield two distinct ratios of ll to mm, which correspond to the two lines.

Step 4: Solve the Homogeneous Quadratic Equation for the Ratio l/ml/m To solve Equation 4, we can divide the entire equation by m2m^2 (assuming m0m \neq 0).

  • Consider m=0m=0: If m=0m=0, Equation 4 becomes 2l2=02l^2 = 0, implying l=0l=0. Substituting l=0l=0 and m=0m=0 into Equation 3 yields n=2(0)+2(0)=0n = 2(0) + 2(0) = 0. This would mean (l,m,n)=(0,0,0)(l,m,n) = (0,0,0), which cannot be direction cosines because l2+m2+n2=1l^2+m^2+n^2=1. Thus, mm cannot be zero. Dividing Equation 4 by m2m^2: 2(lm)2+5(lm)+2=02\left(\frac{l}{m}\right)^2 + 5\left(\frac{l}{m}\right) + 2 = 0 Let t=lmt = \frac{l}{m}. The equation transforms into a standard quadratic equation in tt: 2t2+5t+2=02t^2 + 5t + 2 = 0 Factor the quadratic equation: 2t2+4t+t+2=02t^2 + 4t + t + 2 = 0 2t(t+2)+1(t+2)=02t(t+2) + 1(t+2) = 0 (2t+1)(t+2)=0(2t+1)(t+2) = 0 This gives two possible values for tt: t=2ort=12t = -2 \quad \text{or} \quad t = -\frac{1}{2}
  • Why this step? Each value of tt represents a distinct ratio of ll to mm, which defines the orientation of one of the two lines whose direction cosines satisfy the initial conditions.

Step 5: Determine the Direction Ratios for Each Line We use the two ratios obtained for lm\frac{l}{m} to find the direction ratios (a,b,c)(a, b, c) for each line. Since direction ratios are proportional, we can choose a convenient value for one variable (e.g., m=1m=1 or l=1l=1) to find the others.

Case 1: lm=2\frac{l}{m} = -2 This implies l=2ml = -2m. Substitute l=2ml = -2m into Equation 3 (n=2l+2mn = 2l + 2m): n=2(2m)+2m=4m+2m=2mn = 2(-2m) + 2m = -4m + 2m = -2m So, for the first line, the direction ratios are proportional to (l,m,n)=(2m,m,2m)(l, m, n) = (-2m, m, -2m). By setting m=1m=1 (or dividing by mm), we get the direction ratios for the first line: (a1,b1,c1)=(2,1,2)(a_1, b_1, c_1) = (-2, 1, -2)

Case 2: lm=12\frac{l}{m} = -\frac{1}{2} This implies m=2lm = -2l. Substitute m=2lm = -2l into Equation 3 (n=2l+2mn = 2l + 2m): n=2l+2(2l)=2l4l=2ln = 2l + 2(-2l) = 2l - 4l = -2l So, for the second line, the direction ratios are proportional to (l,m,n)=(l,2l,2l)(l, m, n) = (l, -2l, -2l). By setting l=1l=1 (or dividing by ll), we get the direction ratios for the second line: (a2,b2,c2)=(1,2,2)(a_2, b_2, c_2) = (1, -2, -2)

  • Why this step? We have now successfully derived the direction ratios for the two lines. These sets of numbers (a1,b1,c1)(a_1, b_1, c_1) and (a2,b2,c2)(a_2, b_2, c_2) precisely define the directions of the lines and are the necessary inputs for calculating the angle between them.

Step 6: Calculate the Angle Between the Two Lines We use the direction ratios for the two lines: Line 1: (a1,b1,c1)=(2,1,2)(a_1, b_1, c_1) = (-2, 1, -2) Line 2: (a2,b2,c2)=(1,2,2)(a_2, b_2, c_2) = (1, -2, -2)

The formula for the cosine of the angle θ\theta between two lines with direction ratios is: cosθ=a1a2+b1b2+c1c2a12+b12+c12a22+b22+c22\cos \theta = \frac{a_1 a_2 + b_1 b_2 + c_1 c_2}{\sqrt{a_1^2+b_1^2+c_1^2} \sqrt{a_2^2+b_2^2+c_2^2}}

First, calculate the numerator (the dot product of the direction ratio vectors): a1a2+b1b2+c1c2=(2)(1)+(1)(2)+(2)(2)a_1 a_2 + b_1 b_2 + c_1 c_2 = (-2)(1) + (1)(-2) + (-2)(-2) =22+4=0= -2 - 2 + 4 = 0

Next, calculate the denominators (the magnitudes of the direction ratio vectors): a12+b12+c12=(2)2+12+(2)2=4+1+4=9=3\sqrt{a_1^2+b_1^2+c_1^2} = \sqrt{(-2)^2+1^2+(-2)^2} = \sqrt{4+1+4} = \sqrt{9} = 3 a22+b22+c22=12+(2)2+(2)2=1+4+4=9=3\sqrt{a_2^2+b_2^2+c_2^2} = \sqrt{1^2+(-2)^2+(-2)^2} = \sqrt{1+4+4} = \sqrt{9} = 3

Now, substitute these values into the formula for cosθ\cos \theta: cosθ=03×3=09=0\cos \theta = \frac{0}{3 \times 3} = \frac{0}{9} = 0

Since cosθ=0\cos \theta = 0, the angle θ\theta must be π2\frac{\pi}{2}. θ=cos1(0)=π2\theta = \cos^{-1}(0) = \frac{\pi}{2}

  • Why this step? This is the final geometric interpretation of our algebraic results. A cosine of 0 indicates that the two lines are mutually perpendicular.

3. Common Mistakes & Tips

  • Algebraic Precision: Be extremely careful with signs and calculations during substitution and simplification. A small algebraic error can propagate and lead to an incorrect final answer.
  • Homogeneous Quadratic Equations: Recognize that an equation like 2l2+5lm+2m2=02l^2 + 5lm + 2m^2 = 0 is homogeneous. The standard approach is to divide by m2m^2 (or l2l^2) to form a quadratic in the ratio l/ml/m (or m/lm/l). Always consider edge cases like m=0m=0 to ensure the division is valid.
  • Direction Ratios vs. Direction Cosines: While direction ratios are sufficient for calculating the angle between lines (as the scaling factor cancels out in the formula), remember that actual direction cosines must satisfy l2+m2+n2=1l^2+m^2+n^2=1. If the question asked for direction cosines, you would need to normalize the ratios.

4. Summary

This problem required us to find the angle between two lines whose direction cosines were defined by a system of two equations. We began by using the linear equation to express one direction cosine in terms of the others, which was then substituted into the quadratic equation. This resulted in a homogeneous quadratic equation in two variables, which we solved for the ratio of those variables. Each ratio yielded a distinct set of direction ratios for the two lines. Finally, we applied the formula for the angle between two lines using their direction ratios, finding that the cosine of the angle was 0, indicating a perpendicular relationship.

5. Final Answer

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

Practice More 3D Geometry Questions

View All Questions