If the shortest distance between the lines r1=αi+2j+2k+λ(i−2j+2k), λ∈ R, α > 0 and r2=−4i−k+μ(3i−2j−2k), μ∈ R is 9, then α is equal to ____________.
Answer: 4
Solution
Key Concepts and Formulas
Shortest Distance Between Skew Lines: For two skew lines given by r=a+λb and r=c+μd, the shortest distance D is given by:
D=∣b×d∣∣(a−c)⋅(b×d)∣
Here, a and c are position vectors of points on the respective lines, and b and d are their direction vectors. The term (a−c) is a vector connecting a point on the first line to a point on the second line.
Vector Operations: Essential vector operations include subtraction, dot product, and cross product. The cross product b×d yields a vector perpendicular to both b and d. The scalar triple product (a−c)⋅(b×d) represents the volume of the parallelepiped formed by the three vectors.
Step-by-Step Solution
Step 1: Identify the position and direction vectors from the given line equations.
We are given two lines:
Line 1: r1=αi+2j+2k+λ(i−2j+2k)
Line 2: r2=−4i−k+μ(3i−2j−2k)
Comparing with the standard form r=p+tv:
For Line 1:
Position vector of a point on the line: a=αi+2j+2k
Direction vector of the line: b=i−2j+2k
For Line 2:
Position vector of a point on the line: c=−4i+0j−k
Direction vector of the line: d=3i−2j−2k
We are given that the shortest distance D=9 and α>0.
Step 2: Calculate the vector connecting a point on Line 1 to a point on Line 2.
This vector is given by (a−c).
a−c=(αi+2j+2k)−(−4i+0j−k)a−c=(α−(−4))i+(2−0)j+(2−(−1))ka−c=(α+4)i+2j+3k
Step 3: Calculate the cross product of the direction vectors b and d.
The cross product b×d gives a vector perpendicular to both lines, which is in the direction of the shortest distance.
b×d=i13j−2−2k2−2=i((−2)(−2)−(2)(−2))−j((1)(−2)−(2)(3))+k((1)(−2)−(−2)(3))=i(4+4)−j(−2−6)+k(−2+6)=8i+8j+4k
Step 4: Calculate the magnitude of the cross product ∣b×d∣.
This magnitude will be the denominator in the shortest distance formula.
∣b×d∣=82+82+42=64+64+16=144∣b×d∣=12
Step 5: Calculate the scalar triple product (a−c)⋅(b×d).
This will be the numerator (before taking the absolute value) in the shortest distance formula.
(a−c)⋅(b×d)=((α+4)i+2j+3k)⋅(8i+8j+4k)=(α+4)(8)+(2)(8)+(3)(4)=8α+32+16+12=8α+60
Step 6: Apply the shortest distance formula and solve for α.
We are given that the shortest distance D=9.
D=∣b×d∣∣(a−c)⋅(b×d)∣9=12∣8α+60∣
Multiply both sides by 12:
9×12=∣8α+60∣108=∣8α+60∣
Divide by 4 inside the absolute value for simplification:
108=∣4(2α+15)∣108=4∣2α+15∣
Divide both sides by 4:
4108=∣2α+15∣27=∣2α+15∣
This equation gives two possibilities:
Case 1: 2α+15=272α=27−152α=12α=6
Case 2: 2α+15=−272α=−27−152α=−42α=−21
Step 7: Apply the given condition α>0 to find the correct value of α.
The problem states that α>0.
From Case 1, α=6, which satisfies α>0.
From Case 2, α=−21, which does not satisfy α>0.
Therefore, the only valid value for α is 6.
Common Mistakes & Tips
Sign Errors in Cross Product: Double-check the determinant calculation for the cross product, as sign errors are common and can lead to incorrect results.
Absolute Value: Always remember to take the absolute value of the scalar triple product in the numerator of the shortest distance formula, as distance is a non-negative quantity.
Condition Interpretation: Ensure you use all given conditions (like α>0) to select the correct answer from the possible solutions derived from the absolute value equation.
Summary
To find the value of α, we identified the position and direction vectors of the two given skew lines. We then applied the formula for the shortest distance between skew lines, which involves calculating the vector connecting points on the lines, the cross product of their direction vectors, and the magnitude of this cross product. By setting the given shortest distance (9) equal to the formula and solving the resulting absolute value equation, we obtained two potential values for α. Applying the condition α>0, we determined the unique correct value of α.