Let λ be an integer. If the shortest distance between the lines x −λ = 2y − 1 = −2z and x = y + 2λ = z −λ is 227, then the value of | λ | is _________.
Answer: 1
Solution
Key Concepts and Formulas
Standard Form of a Line: A line in 3D space is typically represented in symmetric Cartesian form as ax−x1=by−y1=cz−z1. Here, (x1,y1,z1) is a point on the line, and b=ai^+bj^+ck^ is its direction vector.
Vector Form of a Line: Alternatively, a line can be written as r=a+tb, where a is the position vector of a point on the line and b is its direction vector.
Shortest Distance Between Skew Lines: For two skew lines r=a1+tb1 and r=a2+sb2, the shortest distance (SD) between them is given by the formula:
SD=∣∣b1×b2∣∣∣(a2−a1)⋅(b1×b2)∣
The numerator represents the absolute value of the scalar triple product, which can also be computed as a determinant:
(a2−a1)⋅(b1×b2)=x2−x1b1xb2xy2−y1b1yb2yz2−z1b1zb2z
Step-by-Step Solution
Step 1: Convert Line Equations to Standard Symmetric Form and Identify Point and Direction Vectors.
The first crucial step is to rewrite the given line equations into the standard symmetric form (ax−x0=by−y0=cz−z0) to easily extract a point on each line and its direction vector.
Line 1:x−λ=2y−1=−2z
To achieve the standard form, we need the coefficients of x,y,z in the numerators to be 1.
x−λ=2(y−21)=−2(z−0)
Now, divide each part by the appropriate values to make the denominators the direction ratios:
1x−λ=21y−21=−21z−0
To simplify calculations by avoiding fractions in the direction ratios, we can multiply all denominators by a common factor (e.g., 2). This scalar multiplication does not change the direction of the vector.
2x−λ=1y−21=−1z
From this form, we identify:
A point on the first line, a1=(λ,21,0).
The direction vector of the first line, b1=2i^+1j^−1k^.
Line 2:x=y+2λ=z−λ
This equation is already in a form that can be easily converted to standard symmetric form by writing denominators of 1:
1x−0=1y−(−2λ)=1z−λ
From this form, we identify:
A point on the second line, a2=(0,−2λ,λ).
The direction vector of the second line, b2=1i^+1j^+1k^.
Step 2: Calculate the Vector (a2−a1).
This vector connects a point on the first line to a point on the second line. It is a crucial component for the numerator of the shortest distance formula.
a2−a1=(0−λ)i^+(−2λ−21)j^+(λ−0)k^a2−a1=−λi^−(2λ+21)j^+λk^
Step 3: Calculate the Cross Product (b1×b2).
The cross product of the direction vectors yields a vector that is perpendicular to both lines. This vector's direction defines the line segment of shortest distance, and its magnitude forms the denominator of the shortest distance formula.
b1×b2=i^21j^11k^−11=i^((1)(1)−(−1)(1))−j^((2)(1)−(−1)(1))+k^((2)(1)−(1)(1))=i^(1+1)−j^(2+1)+k^(2−1)b1×b2=2i^−3j^+1k^
Step 4: Calculate the Scalar Triple Product (Numerator of SD Formula).
Now we compute the dot product of the vector (a2−a1) (from Step 2) and the cross product (b1×b2) (from Step 3).
(a2−a1)⋅(b1×b2)=(−λi^−(2λ+21)j^+λk^)⋅(2i^−3j^+1k^)=(−λ)(2)+(−2λ−21)(−3)+(λ)(1)=−2λ+6λ+23+λ=5λ+23
Step 5: Calculate the Magnitude of the Cross Product (Denominator of SD Formula).
Next, we find the magnitude of the vector b1×b2 calculated in Step 3.
∣∣b1×b2∣∣=∣∣2i^−3j^+1k^∣∣=(2)2+(−3)2+(1)2=4+9+1=14
Step 6: Substitute Values into the Shortest Distance Formula and Solve for λ.
We are given that the shortest distance (SD) is 227. We equate this to our calculated expression using the formula:
SD=∣∣b1×b2∣∣∣(a2−a1)⋅(b1×b2)∣227=14∣5λ+23∣
We can simplify 14=7×2.
227=72∣5λ+23∣
To isolate the absolute value term, multiply both sides by 72:
227⋅72=5λ+232272=5λ+2327=5λ+23
Step 7: Solve the Absolute Value Equation for λ and Find ∣λ∣.
The absolute value equation implies two possible cases for the expression inside:
Case 1:5λ+23=275λ=27−235λ=245λ=2λ=52
Case 2:5λ+23=−275λ=−27−235λ=−2105λ=−5λ=−1
The problem statement specifies that λ is an integer. Therefore, λ=−1 is the correct value.
Finally, we need to find the value of ∣λ∣.
∣λ∣=∣−1∣=1
Common Mistakes & Tips
Standard Form Conversion: Always ensure the coefficients of x,y,z in the numerator are exactly 1. If you have 3y−6, rewrite it as 3(y−2) and then divide by 3 in the denominator to get 1/3y−2. Errors here are very common.
Sign Errors: Be extremely careful with negative signs during vector operations (subtraction, cross product, dot product). A single sign error can propagate through the entire calculation.
Absolute Value Handling: Remember that ∣A∣=B implies A=B or A=−B. Both cases must be considered when solving for the unknown variable.
Simplifying Radicals: Look for common factors in radicals, like 14=72, to simplify expressions and make calculations easier.
Summary
This problem required finding the value of an integer λ given the shortest distance between two skew lines. The solution involved converting the line equations into their standard symmetric form to identify points and direction vectors. These vectors were then used in the shortest distance formula, which requires computing the vector connecting points, the cross product of direction vectors, and their dot product and magnitude. Equating the derived shortest distance expression to the given value led to an absolute value equation for λ. Solving this equation and applying the integer constraint for λ yielded the final answer.