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

Question

The angle between the lines 2x=3y=z2x=3y=-z and 6x=y=4z6x=-y=-4z is :

Options

Solution

To determine the angle between two lines in 3D space, we first identify their direction vectors. The angle can then be found using the dot product formula or by checking for parallelism.

  1. Key Concepts and Formulas

    • Standard Symmetric Form of a Line: A line passing through (x1,y1,z1)(x_1, y_1, z_1) with direction ratios (a,b,c)(a, b, c) is given by xx1a=yy1b=zz1c\frac{x-x_1}{a} = \frac{y-y_1}{b} = \frac{z-z_1}{c}. The direction vector is d=ai^+bj^+ck^\vec{d} = a\hat{i} + b\hat{j} + c\hat{k}. It's crucial that the coefficients of x,y,zx, y, z in the numerator are +1+1.
    • Angle Between Two Lines: The angle θ\theta between two lines with direction vectors d1\vec{d_1} and d2\vec{d_2} is given by cosθ=d1d2d1d2\cos \theta = \frac{|\vec{d_1} \cdot \vec{d_2}|}{|\vec{d_1}| |\vec{d_2}|}. We use the absolute value of the dot product to find the acute angle.
    • Parallel Lines: If two lines are parallel, their direction vectors are proportional, i.e., d1=kd2\vec{d_1} = k \vec{d_2} for some scalar kk. In this case, the angle between them is 00^\circ or 180180^\circ. If the lines are pointing in the same effective direction, the angle is 00^\circ.
  2. Step-by-Step Solution

    Step 1: Convert Line Equations to Standard Symmetric Form and Extract Direction Ratios The standard symmetric form requires the coefficients of x,y,zx, y, z in the numerator to be +1+1.

    • For the first line: 2x=3y=z2x = 3y = -z

      • Reasoning: To achieve coefficients of 11 for x,y,zx, y, z, we divide each part of the equality by the least common multiple (LCM) of the absolute values of the coefficients (2,3,1)(2, 3, 1), which is 6.
      • Working: 2x6=3y6=z6\frac{2x}{6} = \frac{3y}{6} = \frac{-z}{6} x3=y2=z6\frac{x}{3} = \frac{y}{2} = \frac{z}{-6}
      • Direction Ratios: The direction ratios for the first line are (a1,b1,c1)=(3,2,6)(a_1, b_1, c_1) = (3, 2, -6). So, its direction vector is d1=3i^+2j^6k^\vec{d_1} = 3\hat{i} + 2\hat{j} - 6\hat{k}.
    • For the second line: 6x=y=4z6x = -y = -4z

      • Reasoning: Following the same principle, we divide by the LCM of the absolute values of the coefficients (6,1,4)(6, 1, 4), which is 12.
      • Working: 6x12=y12=4z12\frac{6x}{12} = \frac{-y}{12} = \frac{-4z}{12} x2=y12=z3\frac{x}{2} = \frac{y}{-12} = \frac{z}{-3}
      • Direction Ratios: The direction ratios for the second line are (a2,b2,c2)=(2,12,3)(a_2, b_2, c_2) = (2, -12, -3). So, its direction vector is d2=2i^12j^3k^\vec{d_2} = 2\hat{i} - 12\hat{j} - 3\hat{k}.

    Step 2: Check for Parallelism (Angle of 00^\circ)

    • Reasoning: If the angle between the lines is 00^\circ, the lines must be parallel. This means their direction vectors must be proportional. We check if d1=kd2\vec{d_1} = k \vec{d_2} for some scalar kk.
    • Working: We have d1=(3,2,6)\vec{d_1} = (3, 2, -6) and d2=(2,12,3)\vec{d_2} = (2, -12, -3). To check for proportionality, we compare the ratios of corresponding components: a1a2=32\frac{a_1}{a_2} = \frac{3}{2} b1b2=212=16\frac{b_1}{b_2} = \frac{2}{-12} = -\frac{1}{6} c1c2=63=2\frac{c_1}{c_2} = \frac{-6}{-3} = 2 Since these ratios are not equal (32162\frac{3}{2} \neq -\frac{1}{6} \neq 2), the direction vectors are not proportional. This mathematically indicates that the lines are not parallel, and therefore the angle between them is not 00^\circ.

    Step 3: Calculate the Dot Product and Magnitudes of the Direction Vectors Since the lines are not parallel, we proceed with the general formula for the angle.

    • Dot Product (d1d2\vec{d_1} \cdot \vec{d_2}):

      • Reasoning: The dot product indicates the alignment of the vectors.
      • Working: d1d2=(3)(2)+(2)(12)+(6)(3)\vec{d_1} \cdot \vec{d_2} = (3)(2) + (2)(-12) + (-6)(-3) =624+18= 6 - 24 + 18 =2424=0= 24 - 24 = 0
    • Magnitude of d1\vec{d_1} (d1|\vec{d_1}|):

      • Reasoning: The magnitude is the length of the vector.
      • Working: d1=32+22+(6)2|\vec{d_1}| = \sqrt{3^2 + 2^2 + (-6)^2} =9+4+36= \sqrt{9 + 4 + 36} =49=7= \sqrt{49} = 7
    • Magnitude of d2\vec{d_2} (d2|\vec{d_2}|):

      • Reasoning: Similar to the above, we calculate the length of the second direction vector.
      • Working: d2=22+(12)2+(3)2|\vec{d_2}| = \sqrt{2^2 + (-12)^2 + (-3)^2} =4+144+9= \sqrt{4 + 144 + 9} =157= \sqrt{157}

    Step 4: Apply the Angle Formula and Find θ\theta

    • Reasoning: Substitute the calculated values into the cosine formula.
    • Working: cosθ=d1d2d1d2\cos \theta = \frac{|\vec{d_1} \cdot \vec{d_2}|}{|\vec{d_1}| |\vec{d_2}|} cosθ=07157\cos \theta = \frac{|0|}{7 \cdot \sqrt{157}} cosθ=0\cos \theta = 0
    • Conclusion: θ=arccos(0)=90\theta = \arccos(0) = 90^\circ

    The derived angle between the lines is 9090^\circ. This corresponds to option (B). Self-correction note: The problem statement explicitly states that the Correct Answer is (A) 00^\circ. However, based on the rigorous mathematical derivation from the given line equations, the angle is 9090^\circ. If the angle were 00^\circ, it would imply that the lines are parallel, which means their direction vectors should be proportional. As shown in Step 2, the direction vectors (3,2,6)(3, 2, -6) and (2,12,3)(2, -12, -3) are not proportional. Therefore, the lines are not parallel, and the angle is not 00^\circ. Given the discrepancy between the problem's mathematical outcome and the provided correct answer, we proceed with the mathematically derived result.

  3. Common Mistakes & Tips

    • Standard Form Conversion: Always ensure the line equations are in the standard symmetric form xx1a=yy1b=zz1c\frac{x-x_1}{a} = \frac{y-y_1}{b} = \frac{z-z_1}{c} before extracting direction ratios. The coefficients of x,y,zx, y, z must be +1+1.
    • Sign Errors: Be very careful with negative signs when extracting direction ratios and performing dot product calculations.
    • Arithmetic: Double-check all arithmetic, especially square roots and sums of squares.
    • Interpretation: Remember that cosθ=0\cos \theta = 0 implies θ=90\theta = 90^\circ (perpendicular lines), and cosθ=±1\cos \theta = \pm 1 implies θ=0\theta = 0^\circ or 180180^\circ (parallel lines). Always use the absolute value for the dot product in the angle formula to get the acute angle.
  4. Summary To find the angle between two lines in 3D, the crucial steps are to convert the line equations to standard symmetric form to correctly identify their direction vectors. Then, apply the dot product formula. In this problem, the direction vectors were found to be d1=(3,2,6)\vec{d_1} = (3, 2, -6) and d2=(2,12,3)\vec{d_2} = (2, -12, -3). Their dot product was 0, which directly implies that the angle between the lines is 9090^\circ.

  5. Final Answer The final answer is 90\boxed{90^\circ}, which corresponds to option (B).

Practice More 3D Geometry Questions

View All Questions