Let the shortest distance between the lines L:−2x−5=0y−λ=1z+λ,λ≥0 and L1:x+1=y−1=4−z be 26. If (α,β,γ) lies on L, then which of the following is NOT possible?
Options
Solution
Key Concepts and Formulas
Equation of a Line in Vector Form: A line passing through a point with position vector a and parallel to a vector b can be written as r=a+tb, where t is a scalar parameter. From the Cartesian form lx−x1=my−y1=nz−z1, we have a=(x1,y1,z1) and b=(l,m,n).
Shortest Distance Between Two Skew Lines: The shortest distance D between two skew lines r1=a1+tb1 and r2=a2+sb2 is given by the formula:
D=∣∣b1×b2∣∣∣(a2−a1)⋅(b1×b2)∣
This formula represents the projection of the vector connecting any two points on the lines onto the common perpendicular direction of the lines.
Parametric Form of a Line: A point (x,y,z) on a line given by lx−x1=my−y1=nz−z1 can be expressed in terms of a parameter, say k, as x=x1+lk, y=y1+mk, z=z1+nk.
Step-by-Step Solution
Step 1: Convert the given lines into vector form.
We are given two lines in Cartesian form. To use the shortest distance formula, we first convert them to vector form r=a+tb.
For line L: −2x−5=0y−λ=1z+λ
This line passes through the point (5,λ,−λ) and is parallel to the direction vector (−2,0,1).
So, a1=(5,λ,−λ) and b1=(−2,0,1).
For line L1: x+1=y−1=4−z
We need to rewrite this in the standard symmetric form lx−x1=my−y1=nz−z1.
1x−(−1)=1y−1=−1z−4
This line passes through the point (−1,1,4) and is parallel to the direction vector (1,1,−1).
So, a2=(−1,1,4) and b2=(1,1,−1).
Step 2: Calculate the vector connecting the points on the lines, a2−a1.
This vector connects a point on L1 to a point on L.
a2−a1=(−1−5,1−λ,4−(−λ))=(−6,1−λ,4+λ)
Step 3: Calculate the cross product of the direction vectors, b1×b2.
This cross product gives a vector that is perpendicular to both lines, representing the direction of the shortest distance.
b1×b2=i−21j01k1−1=i((0)(−1)−(1)(1))−j((−2)(−1)−(1)(1))+k((−2)(1)−(0)(1))=i(0−1)−j(2−1)+k(−2−0)=−i−j−2k=(−1,−1,−2)
Step 4: Calculate the magnitude of the cross product, ∣∣b1×b2∣∣.
This is the magnitude of the common perpendicular direction vector, which forms the denominator of the shortest distance formula.
∣∣b1×b2∣∣=(−1)2+(−1)2+(−2)2=1+1+4=6
Step 5: Calculate the scalar triple product component, (a2−a1)⋅(b1×b2).
This is the dot product of the vector connecting the points on the lines with the common perpendicular vector. Its absolute value forms the numerator of the shortest distance formula.
(a2−a1)⋅(b1×b2)=(−6,1−λ,4+λ)⋅(−1,−1,−2)=(−6)(−1)+(1−λ)(−1)+(4+λ)(−2)=6−1+λ−8−2λ=−3−λ
Step 6: Use the shortest distance formula to solve for λ.
We are given that the shortest distance D=26.
D=∣∣b1×b2∣∣∣(a2−a1)⋅(b1×b2)∣26=6∣−3−λ∣
Multiply both sides by 6:
26⋅6=∣−3−λ∣2⋅6=∣−(3+λ)∣12=∣3+λ∣
This gives two possible cases:
Case 1: 3+λ=12⟹λ=9
Case 2: 3+λ=−12⟹λ=−15
Since the problem states λ≥0, we must choose λ=9.
Step 7: Establish the relationship between α and γ for a point (α,β,γ) on line L.
A general point on line L:−2x−5=0y−λ=1z+λ can be expressed parametrically. Let this common ratio be k.
−2x−5=k⟹x=5−2k0y−λ=k⟹y−λ=0⟹y=λ1z+λ=k⟹z=k−λ
Since (α,β,γ) lies on L and we found λ=9:
α=5−2kβ=9γ=k−9
From the equation for γ, we can express k in terms of γ: k=γ+9.
Substitute this expression for k into the equation for α:
α=5−2(γ+9)α=5−2γ−18α=−13−2γ
Rearranging this, we get the fundamental relationship between α and γ:
α+2γ=−13
Step 8: Check which of the given options is NOT possible using the derived relationship.
We will substitute the relationship α=−13−2γ into each option or compare the option directly with α+2γ=−13.
(A) α+2γ=24
Comparing this with our derived relationship α+2γ=−13, we see that 24=−13.
Therefore, this option is NOT possible.
(B) 2α+γ=7
Substitute α=−13−2γ:
2(−13−2γ)+γ=−26−4γ+γ=−26−3γ.
If −26−3γ=7, then −3γ=33⟹γ=−11.
This is a possible value for γ, so this option is possible.
(C) α−2γ=19
Substitute α=−13−2γ:
(−13−2γ)−2γ=−13−4γ.
If −13−4γ=19, then −4γ=32⟹γ=−8.
This is a possible value for γ, so this option is possible.
(D) 2α−γ=9
Substitute α=−13−2γ:
2(−13−2γ)−γ=−26−4γ−γ=−26−5γ.
If −26−5γ=9, then −5γ=35⟹γ=−7.
This is a possible value for γ, so this option is possible.
Thus, the only option that is not possible is (A).
Common Mistakes & Tips
Incorrectly converting line equations: Pay close attention to the signs and coefficients when converting from Cartesian to vector form (e.g., 4−z becomes −1z−4, not 1z−4). Also, lines like 0y−λ imply y−λ=0, so y=λ.
Algebraic errors in vector calculations: Double-check dot products, cross products, and magnitudes to avoid calculation mistakes.
Forgetting the absolute value: The shortest distance must always be positive, so remember to take the absolute value of the scalar triple product in the numerator.
Ignoring constraints: The condition λ≥0 is crucial for determining the correct value of λ.
Parametric representation of a point: Ensure you correctly express the coordinates of a point on the line in terms of a parameter, especially when one of the direction ratios is zero.
Summary
The problem required us to find a constraint on the coordinates of a point lying on a given line, using the information about the shortest distance to another line. We first converted both lines into their vector forms to identify their position and direction vectors. Then, we applied the shortest distance formula between two skew lines, which involved calculating the vector connecting points on the lines, the cross product of their direction vectors, and their dot product. Solving the shortest distance equation yielded the value of the parameter λ. Finally, we used this value of λ to find the relationship between the coordinates (α,β,γ) of a point on the first line. By comparing this derived relationship with the given options, we identified the option that was not possible.