If the shortest distance between the line joining the points (1, 2, 3) and (2, 3, 4), and the line 2x−1=−1y+1=0z−2 is α, then 28α2 is equal to ____________.
Answer: 1
Solution
1. Key Concepts and Formulas
Vector Form of a Line: A line passing through a point with position vector a and having a direction vector b can be represented as r=a+λb, where λ is a scalar parameter.
Shortest Distance Between Two Skew Lines: Two lines L1:r=a1+λb1 and L2:r=a2+μb2 are skew if they are neither parallel (i.e., b1 is not parallel to b2) nor intersecting. The shortest distance, d, between them is given by the formula:
d=∣b1×b2∣(a2−a1)⋅(b1×b2)
This formula represents the projection of the vector connecting a point on L1 to a point on L2 (i.e., a2−a1) onto the common perpendicular direction of the two lines (i.e., b1×b2).
2. Step-by-Step Solution
Step 1: Convert Given Lines to Vector Form
We begin by expressing both lines in the standard vector form r=a+λb, which requires identifying a point on each line (a) and its direction vector (b).
For Line L1: The line passes through points P1(1,2,3) and P2(2,3,4).
Identifying a point on L1 (a1): We can choose P1.
So, a1=i^+2j^+3k^.
Identifying the direction vector b1: The direction vector is the vector connecting P1 to P2.
b1=P1P2=(2−1)i^+(3−2)j^+(4−3)k^=i^+j^+k^.
Thus, L1:r=(i^+2j^+3k^)+λ(i^+j^+k^).
For Line L2: The line is given by the Cartesian equation: 2x−1=−1y+1=0z−2.
Identifying a point on L2 (a2): From the Cartesian form lx−x0=my−y0=nz−z0, the point is (x0,y0,z0).
Here, x0=1, y0=−1 (from y+1=y−(−1)), and z0=2.
So, a2=i^−j^+2k^.
Identifying the direction vector b2: The direction ratios are (l,m,n).
Here, l=2, m=−1, and n=0.
So, b2=2i^−j^+0k^=2i^−j^.
Thus, L2:r=(i^−j^+2k^)+μ(2i^−j^).
This vector connects a point on L1 to a point on L2.
a2−a1=(i^−j^+2k^)−(i^+2j^+3k^)=(1−1)i^+(−1−2)j^+(2−3)k^=0i^−3j^−k^
Step 3: Calculate Cross Product of Direction Vectors, (b1×b2)
This vector is perpendicular to both direction vectors and indicates the direction of the shortest distance.
b1×b2=i^12j^1−1k^10=i^((1)(0)−(1)(−1))−j^((1)(0)−(1)(2))+k^((1)(−1)−(1)(2))=i^(0+1)−j^(0−2)+k^(−1−2)=i^+2j^−3k^
Step 4: Calculate Magnitude of Cross Product, ∣b1×b2∣
This magnitude forms the denominator of the shortest distance formula.
∣b1×b2∣=∣i^+2j^−3k^∣=12+22+(−3)2=1+4+9=14
Since ∣b1×b2∣=0, the lines are not parallel, confirming they are skew lines.
This dot product forms the numerator (inside the absolute value) of the shortest distance formula.
(a2−a1)⋅(b1×b2)=(0i^−3j^−k^)⋅(i^+2j^−3k^)=(0)(1)+(−3)(2)+(−1)(−3)=0−6+3=−3
Step 6: Apply Shortest Distance Formula to Find α
Now we substitute the calculated values into the shortest distance formula.
α=∣b1×b2∣(a2−a1)⋅(b1×b2)=14−3α=∣14∣∣−3∣=143
Step 7: Calculate the Final Expression 28α2
The problem asks for the value of 28α2.
We have α=143.
First, calculate α2:
α2=(143)2=(14)232=149
Now, substitute this into the expression 28α2:
28α2=28×(149)28α2=1428×928α2=2×928α2=18
3. Common Mistakes & Tips
Sign Errors: Be meticulous with signs when identifying coordinates from Cartesian forms (e.g., y+1 implies y0=−1) and when performing vector operations like cross products and dot products.
Zero Denominators: A zero in the denominator of a Cartesian equation (e.g., 0z−2) simply means the direction ratio for that axis is zero, implying the line is parallel to the corresponding coordinate plane. It does not mean the term is undefined in the context of direction ratios.
Checking for Parallelism: Before applying the skew line formula, it's good practice to quickly check if the direction vectors b1 and b2 are parallel (i.e., if one is a scalar multiple of the other). If they are, a different formula for parallel lines would be used. In this case, i^+j^+k^ and 2i^−j^ are clearly not parallel.
4. Summary
To find the shortest distance between the two given lines, we first converted both lines into their vector forms. We then systematically calculated the necessary components: the vector connecting a point on each line (a2−a1), the cross product of their direction vectors (b1×b2), its magnitude, and finally the scalar triple product. Substituting these values into the shortest distance formula, we found α=143. Squaring this value and multiplying by 28 yielded 28α2=18.