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

Question

Let O be the origin, and M and N\mathrm{N} be the points on the lines x54=y41=z53\frac{x-5}{4}=\frac{y-4}{1}=\frac{z-5}{3} and x+812=y+25=z+119\frac{x+8}{12}=\frac{y+2}{5}=\frac{z+11}{9} respectively such that MN\mathrm{MN} is the shortest distance between the given lines. Then OMON\overrightarrow{O M} \cdot \overrightarrow{O N} is equal to _________.

Answer: 1

Solution

1. Key Concepts and Formulas

  • Parametric Form of a Line: A line passing through a point with position vector a\vec{a} and having a direction vector b\vec{b} can be represented by r=a+λb\vec{r} = \vec{a} + \lambda \vec{b}, where λ\lambda is a scalar parameter.
  • Shortest Distance Between Two Skew Lines: The line segment representing the shortest distance between two skew lines is perpendicular to the direction vectors of both lines. If M is a point on the first line and N is a point on the second line such that MN is the shortest distance, then the vector MN\overrightarrow{MN} is perpendicular to both line direction vectors. This means MNb1=0\overrightarrow{MN} \cdot \vec{b_1} = 0 and MNb2=0\overrightarrow{MN} \cdot \vec{b_2} = 0.
  • Dot Product of Vectors: For two vectors u=(ux,uy,uz)\vec{u} = (u_x, u_y, u_z) and v=(vx,vy,vz)\vec{v} = (v_x, v_y, v_z), their dot product is given by uv=uxvx+uyvy+uzvz\vec{u} \cdot \vec{v} = u_x v_x + u_y v_y + u_z v_z. If O is the origin (0,0,0)(0,0,0), then OM\overrightarrow{OM} is simply the position vector of M, and similarly for N.

2. Step-by-Step Solution

Step 1: Parameterize the given lines and represent points M and N. We are given two lines in symmetric form: Line 1 (L1L_1): x54=y41=z53\frac{x-5}{4}=\frac{y-4}{1}=\frac{z-5}{3} This line passes through the point A1(5,4,5)A_1(5, 4, 5) and has a direction vector b1=(4,1,3)\vec{b_1} = (4, 1, 3). A general point M on L1L_1 can be parameterized as: M(5+4λ,4+λ,5+3λ)M(5+4\lambda, 4+\lambda, 5+3\lambda) where λ\lambda is a scalar parameter.

Line 2 (L2L_2): x+812=y+25=z+119\frac{x+8}{12}=\frac{y+2}{5}=\frac{z+11}{9} This line passes through the point A2(8,2,11)A_2(-8, -2, -11) and has a direction vector b2=(12,5,9)\vec{b_2} = (12, 5, 9). A general point N on L2L_2 can be parameterized as: N(8+12μ,2+5μ,11+9μ)N(-8+12\mu, -2+5\mu, -11+9\mu) where μ\mu is a scalar parameter.

Step 2: Form the vector MN\overrightarrow{MN}. The vector connecting point M to point N is MN=nm\overrightarrow{MN} = \vec{n} - \vec{m}. MN=((8+12μ)(5+4λ),(2+5μ)(4+λ),(11+9μ)(5+3λ))\overrightarrow{MN} = ((-8+12\mu) - (5+4\lambda), (-2+5\mu) - (4+\lambda), (-11+9\mu) - (5+3\lambda)) MN=(12μ4λ13,5μλ6,9μ3λ16)\overrightarrow{MN} = (12\mu - 4\lambda - 13, 5\mu - \lambda - 6, 9\mu - 3\lambda - 16)

Step 3: Apply the shortest distance condition to set up a system of equations. Since MN is the shortest distance between the lines, the vector MN\overrightarrow{MN} must be perpendicular to both direction vectors b1\vec{b_1} and b2\vec{b_2}. This gives us two dot product equations:

  1. MNb1=0\overrightarrow{MN} \cdot \vec{b_1} = 0
  2. MNb2=0\overrightarrow{MN} \cdot \vec{b_2} = 0

Equation 1: MNb1=0\overrightarrow{MN} \cdot \vec{b_1} = 0 (12μ4λ13)(4)+(5μλ6)(1)+(9μ3λ16)(3)=0(12\mu - 4\lambda - 13)(4) + (5\mu - \lambda - 6)(1) + (9\mu - 3\lambda - 16)(3) = 0 (48μ16λ52)+(5μλ6)+(27μ9λ48)=0(48\mu - 16\lambda - 52) + (5\mu - \lambda - 6) + (27\mu - 9\lambda - 48) = 0 Combining like terms: (48+5+27)μ+(1619)λ+(52648)=0(48+5+27)\mu + (-16-1-9)\lambda + (-52-6-48) = 0 80μ26λ106=080\mu - 26\lambda - 106 = 0 Dividing by 2: 40μ13λ53=0(Equation A)40\mu - 13\lambda - 53 = 0 \quad \text{(Equation A)}

Equation 2: MNb2=0\overrightarrow{MN} \cdot \vec{b_2} = 0 (12μ4λ13)(12)+(5μλ6)(5)+(9μ3λ16)(9)=0(12\mu - 4\lambda - 13)(12) + (5\mu - \lambda - 6)(5) + (9\mu - 3\lambda - 16)(9) = 0 (144μ48λ156)+(25μ5λ30)+(81μ27λ144)=0(144\mu - 48\lambda - 156) + (25\mu - 5\lambda - 30) + (81\mu - 27\lambda - 144) = 0 Combining like terms: (144+25+81)μ+(48527)λ+(15630144)=0(144+25+81)\mu + (-48-5-27)\lambda + (-156-30-144) = 0 250μ80λ330=0250\mu - 80\lambda - 330 = 0 Dividing by 10: 25μ8λ33=0(Equation B)25\mu - 8\lambda - 33 = 0 \quad \text{(Equation B)}

Step 4: Solve the system of linear equations for λ\lambda and μ\mu. We have the system:

  1. 40μ13λ=5340\mu - 13\lambda = 53
  2. 25μ8λ=3325\mu - 8\lambda = 33

To solve for μ\mu and λ\lambda, we can use elimination. Multiply Equation A by 8 and Equation B by 13 to eliminate λ\lambda: 8×(40μ13λ)=8×53    320μ104λ=424(Equation C)8 \times (40\mu - 13\lambda) = 8 \times 53 \implies 320\mu - 104\lambda = 424 \quad \text{(Equation C)} 13×(25μ8λ)=13×33    325μ104λ=429(Equation D)13 \times (25\mu - 8\lambda) = 13 \times 33 \implies 325\mu - 104\lambda = 429 \quad \text{(Equation D)}

Subtract Equation C from Equation D: (325μ104λ)(320μ104λ)=429424(325\mu - 104\lambda) - (320\mu - 104\lambda) = 429 - 424 5μ=55\mu = 5 μ=1\mu = 1

Substitute μ=1\mu = 1 into Equation B: 25(1)8λ33=025(1) - 8\lambda - 33 = 0 258λ33=025 - 8\lambda - 33 = 0 8λ8=0-8\lambda - 8 = 0 8λ=8-8\lambda = 8 λ=1\lambda = -1

Step 5: Find the coordinates of points M and N. Using λ=1\lambda = -1 for M: M(5+4(1),4+(1),5+3(1))=M(54,41,53)=M(1,3,2)M(5+4(-1), 4+(-1), 5+3(-1)) = M(5-4, 4-1, 5-3) = M(1, 3, 2) Using μ=1\mu = 1 for N: N(8+12(1),2+5(1),11+9(1))=N(8+12,2+5,11+9)=N(4,3,2)N(-8+12(1), -2+5(1), -11+9(1)) = N(-8+12, -2+5, -11+9) = N(4, 3, -2)

Step 6: Calculate OMON\overrightarrow{OM} \cdot \overrightarrow{ON}. Since O is the origin (0,0,0)(0,0,0): OM=(1,3,2)\overrightarrow{OM} = (1, 3, 2) ON=(4,3,2)\overrightarrow{ON} = (4, 3, -2)

Now, calculate their dot product: OMON=(1)(4)+(3)(3)+(2)(2)\overrightarrow{OM} \cdot \overrightarrow{ON} = (1)(4) + (3)(3) + (2)(-2) OMON=4+94\overrightarrow{OM} \cdot \overrightarrow{ON} = 4 + 9 - 4 OMON=9\overrightarrow{OM} \cdot \overrightarrow{ON} = 9

3. Common Mistakes & Tips

  • Sign Errors: Be extremely careful with signs when writing down the coordinates of points from the symmetric form of the line (e.g., x+8x+8 means the line passes through x=8x=-8) and during vector subtraction and dot product calculations.
  • Algebraic Errors: Solving the system of linear equations for λ\lambda and μ\mu is a common place for errors. Double-check your arithmetic.
  • Perpendicularity Condition: Remember that the shortest distance vector is perpendicular to both direction vectors, leading to two crucial equations. Neglecting one will lead to an incorrect solution.

4. Summary

We first parameterized the two given lines to express the general coordinates of points M and N in terms of parameters λ\lambda and μ\mu. Then, we formed the vector MN\overrightarrow{MN}. By applying the shortest distance condition, which states that MN\overrightarrow{MN} must be perpendicular to the direction vectors of both lines, we set up a system of two linear equations in λ\lambda and μ\mu. Solving this system yielded λ=1\lambda = -1 and μ=1\mu = 1. Substituting these values back into the parameterized equations gave us the exact coordinates of M as (1,3,2)(1, 3, 2) and N as (4,3,2)(4, 3, -2). Finally, we calculated the dot product OMON\overrightarrow{OM} \cdot \overrightarrow{ON}, which is 99.

5. Final Answer

The final answer is 9\boxed{9}.

Practice More 3D Geometry Questions

View All Questions