Let the values of λ for which the shortest distance between the lines 2x−1=3y−2=4z−3 and 3x−λ=4y−4=5z−5 is 61 be λ1 and λ2. Then the radius of the circle passing through the points (0,0),(λ1,λ2) and (λ2,λ1) is
Options
Solution
1. Key Concepts and Formulas
Shortest Distance Between Two Skew Lines: For two lines given by r=a1+td1 and r=a2+sd2, the shortest distance D is given by the formula:
D=∣d1×d2∣(a2−a1)⋅(d1×d2)
Here, a1 and a2 are position vectors of points on the lines, and d1 and d2 are their direction vectors.
Equation and Radius of a Circle: The general equation of a circle in 2D is x2+y2+2gx+2fy+c=0. The center of the circle is (−g,−f) and its radius R is given by R=g2+f2−c. To find the equation, we substitute the coordinates of three distinct points on the circle into the general equation and solve for g,f,c.
2. Step-by-Step Solution
Part 1: Finding the values of λ
Step 1: Identify points and direction vectors for the given lines.
The first line is 2x−1=3y−2=4z−3.
A point on this line: a1=(1,2,3)
Its direction vector: d1=(2,3,4)
The second line is 3x−λ=4y−4=5z−5.
A point on this line: a2=(λ,4,5)
Its direction vector: d2=(3,4,5)
Step 2: Calculate the vector a2−a1.
This vector connects a point on the first line to a point on the second line, which is essential for calculating the shortest distance.
a2−a1=(λ−1,4−2,5−3)=(λ−1,2,2)
Step 3: Calculate the cross product of the direction vectors, d1×d2.
The cross product yields a vector perpendicular to both direction vectors. Its magnitude is the denominator of the shortest distance formula.
d1×d2=i23j34k45=i(3×5−4×4)−j(2×5−4×3)+k(2×4−3×3)=i(15−16)−j(10−12)+k(8−9)=−i+2j−k=(−1,2,−1)
Step 4: Calculate the magnitude of the cross product, ∣d1×d2∣.
This is the magnitude of the vector found in Step 3.
∣d1×d2∣=(−1)2+(2)2+(−1)2=1+4+1=6
Step 5: Calculate the scalar triple product (a2−a1)⋅(d1×d2).
This dot product forms the numerator of the shortest distance formula.
(a2−a1)⋅(d1×d2)=(λ−1)(−1)+(2)(2)+(2)(−1)=−λ+1+4−2=−λ+3
Step 6: Substitute into the shortest distance formula and solve for λ.
We are given that the shortest distance D=61.
61=6−λ+3
Multiplying both sides by 6:
1=∣−λ+3∣
This absolute value equation gives two possibilities:
Case 1: −λ+3=1⟹−λ=−2⟹λ=2
Case 2: −λ+3=−1⟹−λ=−4⟹λ=4
Thus, the values of λ are λ1=2 and λ2=4.
Part 2: Finding the radius of the circle
Step 7: Identify the three points for the circle.
The problem states the circle passes through (0,0), (λ1,λ2), and (λ2,λ1).
Using λ1=2 and λ2=4, the three points are:
P1=(0,0)
P2=(2,4)
P3=(4,2)
Step 8: Substitute the points into the general equation of a circle (x2+y2+2gx+2fy+c=0).
For P1(0,0):02+02+2g(0)+2f(0)+c=0⟹c=0
For P2(2,4) (with c=0):22+42+2g(2)+2f(4)=04+16+4g+8f=020+4g+8f=0
Dividing by 4: 5+g+2f=0⟹g+2f=−5 (Equation 1)
For P3(4,2) (with c=0):42+22+2g(4)+2f(2)=016+4+8g+4f=020+8g+4f=0
Dividing by 4: 5+2g+f=0⟹2g+f=−5 (Equation 2)
Step 9: Solve the system of linear equations for g and f.
We have:
g+2f=−5
2g+f=−5
Subtract Equation 1 from Equation 2 (multiplied by 2):
(4g+2f)−(g+2f)=−10−(−5)3g=−5⟹g=−35
Substitute g=−35 into Equation 1:
−35+2f=−52f=−5+35=−315+35=−310f=−35
So, we have g=−35, f=−35, and c=0.
Step 10: Calculate the radius R of the circle.
Using the radius formula R=g2+f2−c:
R=(−35)2+(−35)2−0R=925+925R=950R=950=352
3. Common Mistakes & Tips
Shortest Distance Formula: Ensure correct identification of a1,d1,a2,d2 from Cartesian equations. Pay close attention to signs during cross product and dot product calculations. Remember the absolute value for distance.
Circle Equation: The point (0,0) on the circle always simplifies the problem by directly giving c=0.
Symmetry: For points like (λ1,λ2) and (λ2,λ1), the center of the circle will lie on the line y=x, implying g=f. This can be a useful shortcut to solve for g and f more quickly.
Collinearity Check: Always check if the three points are collinear. If they are, a unique circle cannot be formed. (In this case, (0,0),(2,4),(4,2) are not collinear since the slope of P1P2 is 4/2=2 and the slope of P1P3 is 2/4=1/2).
4. Summary
This problem required a two-part approach. First, we used the formula for the shortest distance between two skew lines to determine the possible values of λ. This involved careful vector algebra, including cross products and dot products, leading to λ1=2 and λ2=4. Second, we used these values to identify three points (0,0),(2,4),(4,2) and then found the radius of the circle passing through them. By substituting these points into the general equation of a circle, we solved for the coefficients g,f,c (where c=0 due to the origin being a point on the circle) and subsequently calculated the radius using the formula R=g2+f2−c. The final calculated radius is 352.
5. Final Answer
The final calculated radius of the circle is 352.
The final answer is 352 which corresponds to option (B).