Let the shortest distance between the lines 3x−3=−1y−α=1z−3 and −3x+3=2y+7=4z−β be 330. Then the positive value of 5α+β is
Options
Solution
Key Concepts and Formulas
Equation of a Line in 3D Space: A line passing through a point (x0,y0,z0) with direction ratios (l,m,n) can be represented in Cartesian form as lx−x0=my−y0=nz−z0. In vector form, it is r=a+λb, where a is the position vector of a point on the line and b is the direction vector of the line.
Shortest Distance Between Two Skew Lines: For two skew lines L1:r=a1+λb1 and L2:r=a2+μb2, the shortest distance d between them is given by the formula:
d=∣b1×b2∣∣(a2−a1)⋅(b1×b2)∣
The numerator represents the magnitude of the scalar triple product of the vectors (a2−a1), b1, and b2. This can also be calculated as the absolute value of the determinant:
(a2−a1)⋅(b1×b2)=x2−x1l1l2y2−y1m1m2z2−z1n1n2
where (x1,y1,z1) and (x2,y2,z2) are points on L1 and L2 respectively, and (l1,m1,n1) and (l2,m2,n2) are their respective direction ratios. The denominator is the magnitude of the cross product of the direction vectors, representing the area of the parallelogram formed by b1 and b2.
Step-by-Step Solution
Step 1: Extract Position and Direction Vectors from the Given Lines
We are given two lines in Cartesian form. We first convert them into vector form to identify the position vectors of points on the lines (a1,a2) and their respective direction vectors (b1,b2).
The first line L1 is 3x−3=−1y−α=1z−3.
A point on L1 is A1(3,α,3). So, its position vector is a1=3i^+αj^+3k^.
The direction vector of L1 is b1=3i^−j^+k^.
The second line L2 is −3x+3=2y+7=4z−β.
A point on L2 is A2(−3,−7,β). So, its position vector is a2=−3i^−7j^+βk^.
The direction vector of L2 is b2=−3i^+2j^+4k^.
Step 2: Calculate the Vector Connecting Points on the Lines
We need the vector a1−a2 (or a2−a1; the absolute value in the formula handles the sign difference). We will use a1−a2 for consistency with the determinant calculation in later steps.
a1−a2=(3i^+αj^+3k^)−(−3i^−7j^+βk^)a1−a2=(3−(−3))i^+(α−(−7))j^+(3−β)k^a1−a2=6i^+(α+7)j^+(3−β)k^
Step 3: Determine the Common Perpendicular Direction Vector (b1×b2)
The cross product of the direction vectors b1 and b2 gives a vector that is perpendicular to both lines, representing the direction of the shortest distance.
b1×b2=i^3−3j^−12k^14
Expanding the determinant:
=i^((−1)(4)−(1)(2))−j^((3)(4)−(1)(−3))+k^((3)(2)−(−1)(−3))=i^(−4−2)−j^(12+3)+k^(6−3)=−6i^−15j^+3k^
Step 4: Calculate the Magnitude of the Common Perpendicular Direction Vector (∣b1×b2∣ )
This magnitude will be the denominator in the shortest distance formula.
∣b1×b2∣=(−6)2+(−15)2+(3)2=36+225+9=270
Step 5: Calculate the Scalar Triple Product ((a1−a2)⋅(b1×b2))
This value forms the numerator (before taking the absolute value) in the shortest distance formula. It can be computed as a determinant using the components of a1−a2, b1, and b2.
(a1−a2)⋅(b1×b2)=63−3α+7−123−β14
Expanding the determinant along the first row:
=6((−1)(4)−(1)(2))−(α+7)((3)(4)−(1)(−3))+(3−β)((3)(2)−(−1)(−3))=6(−4−2)−(α+7)(12+3)+(3−β)(6−3)=6(−6)−(α+7)(15)+(3−β)(3)=−36−15α−105+9−3β=−15α−3β−132
Step 6: Apply the Shortest Distance Formula and Solve for 5α+β
The shortest distance d is given as 330. Substitute the calculated values into the formula:
d=∣b1×b2∣∣(a1−a2)⋅(b1×b2)∣330=270∣−15α−3β−132∣
Now, we solve for the expression involving α and β:
∣−15α−3β−132∣=330⋅270∣−15α−3β−132∣=330×270∣−15α−3β−132∣=38100∣−15α−3β−132∣=3×90∣−15α−3β−132∣=270
Factor out −3 from the expression inside the absolute value:
∣−3(5α+β+44)∣=270
Since ∣−3∣=3:
3∣5α+β+44∣=270∣5α+β+44∣=3270∣5α+β+44∣=90
This equation leads to two possible cases:
5α+β+44=905α+β=90−445α+β=46
5α+β+44=−905α+β=−90−445α+β=−134
The question asks for the positive value of 5α+β.
Therefore, 5α+β=46.
Common Mistakes & Tips
Sign Errors: Pay close attention to signs when extracting coordinates from the Cartesian equation of a line, especially for terms like x+3 (which corresponds to x−(−3)). Also, be meticulous with signs during determinant expansion and vector arithmetic.
Absolute Value: Always remember to take the absolute value of the scalar triple product in the numerator of the shortest distance formula, as distance must be non-negative. Forgetting this can lead to an incorrect final sign or missing a valid solution.
Calculation Accuracy: Double-check all calculations, especially those involving cross products, magnitudes, and determinant expansions. Even a small arithmetic error can propagate and lead to an incorrect final answer.
Summary
This problem required us to find a positive expression involving two unknown parameters, α and β, given the shortest distance between two skew lines. We began by identifying the position and direction vectors for each line from their Cartesian equations. Then, we calculated the vector connecting points on the lines and the cross product of the direction vectors, which gives the common perpendicular direction. These values were used to compute the scalar triple product and the magnitude of the cross product. Finally, we substituted these into the shortest distance formula, which was provided as 330, and solved the resulting equation for ∣5α+β+44∣. Considering the positive value, we found 5α+β=46.
The final answer is 46 which corresponds to option (A).