Let O be the origin, and M and N be the points on the lines 4x−5=1y−4=3z−5 and 12x+8=5y+2=9z+11 respectively such that MN is the shortest distance between the given lines. Then OM⋅ON 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 and having a direction vector b can be represented by r=a+λb, where λ 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 is perpendicular to both line direction vectors. This means MN⋅b1=0 and MN⋅b2=0.
Dot Product of Vectors: For two vectors u=(ux,uy,uz) and v=(vx,vy,vz), their dot product is given by u⋅v=uxvx+uyvy+uzvz. If O is the origin (0,0,0), then 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 (L1): 4x−5=1y−4=3z−5
This line passes through the point A1(5,4,5) and has a direction vector b1=(4,1,3).
A general point M on L1 can be parameterized as:
M(5+4λ,4+λ,5+3λ)
where λ is a scalar parameter.
Line 2 (L2): 12x+8=5y+2=9z+11
This line passes through the point A2(−8,−2,−11) and has a direction vector b2=(12,5,9).
A general point N on L2 can be parameterized as:
N(−8+12μ,−2+5μ,−11+9μ)
where μ is a scalar parameter.
Step 2: Form the vector MN.
The vector connecting point M to point N is MN=n−m.
MN=((−8+12μ)−(5+4λ),(−2+5μ)−(4+λ),(−11+9μ)−(5+3λ))MN=(12μ−4λ−13,5μ−λ−6,9μ−3λ−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 must be perpendicular to both direction vectors b1 and b2.
This gives us two dot product equations:
MN⋅b1=0
MN⋅b2=0
Equation 1: MN⋅b1=0(12μ−4λ−13)(4)+(5μ−λ−6)(1)+(9μ−3λ−16)(3)=0(48μ−16λ−52)+(5μ−λ−6)+(27μ−9λ−48)=0
Combining like terms:
(48+5+27)μ+(−16−1−9)λ+(−52−6−48)=080μ−26λ−106=0
Dividing by 2:
40μ−13λ−53=0(Equation A)
Equation 2: MN⋅b2=0(12μ−4λ−13)(12)+(5μ−λ−6)(5)+(9μ−3λ−16)(9)=0(144μ−48λ−156)+(25μ−5λ−30)+(81μ−27λ−144)=0
Combining like terms:
(144+25+81)μ+(−48−5−27)λ+(−156−30−144)=0250μ−80λ−330=0
Dividing by 10:
25μ−8λ−33=0(Equation B)
Step 4: Solve the system of linear equations for λ and μ.
We have the system:
40μ−13λ=53
25μ−8λ=33
To solve for μ and λ, we can use elimination. Multiply Equation A by 8 and Equation B by 13 to eliminate λ:
8×(40μ−13λ)=8×53⟹320μ−104λ=424(Equation C)13×(25μ−8λ)=13×33⟹325μ−104λ=429(Equation D)
Subtract Equation C from Equation D:
(325μ−104λ)−(320μ−104λ)=429−4245μ=5μ=1
Substitute μ=1 into Equation B:
25(1)−8λ−33=025−8λ−33=0−8λ−8=0−8λ=8λ=−1
Step 5: Find the coordinates of points M and N.
Using λ=−1 for M:
M(5+4(−1),4+(−1),5+3(−1))=M(5−4,4−1,5−3)=M(1,3,2)
Using μ=1 for N:
N(−8+12(1),−2+5(1),−11+9(1))=N(−8+12,−2+5,−11+9)=N(4,3,−2)
Step 6: Calculate OM⋅ON.
Since O is the origin (0,0,0):
OM=(1,3,2)ON=(4,3,−2)
Now, calculate their dot product:
OM⋅ON=(1)(4)+(3)(3)+(2)(−2)OM⋅ON=4+9−4OM⋅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+8 means the line passes through x=−8) and during vector subtraction and dot product calculations.
Algebraic Errors: Solving the system of linear equations for λ and μ 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 λ and μ. Then, we formed the vector MN. By applying the shortest distance condition, which states that MN must be perpendicular to the direction vectors of both lines, we set up a system of two linear equations in λ and μ. Solving this system yielded λ=−1 and μ=1. Substituting these values back into the parameterized equations gave us the exact coordinates of M as (1,3,2) and N as (4,3,−2). Finally, we calculated the dot product OM⋅ON, which is 9.