Animated Solution for Mathematics - Three Dimensional Geometry: 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 ______.
Enter Numerical Value:
Visualized Solution
Extracting Vectors for Line 1
Line L1 passes through points A(1,2,3) and B(2,3,4).
Position vector of A: a1=i^+2j^+3k^
Direction vector b1=AB=(2−1)i^+(3−2)j^+(4−3)k^
b1=i^+j^+k^
Extracting Vectors for Line 2
Equation of L2: 2x−1=−1y+1=0z−2
Position vector of a point on L2: a2=i^−j^+2k^
Direction vector of L2: b2=2i^−j^+0k^
Shortest Distance Formula
The shortest distance α between two skew lines is measured along their common perpendicular.
Formula: α=∣b1×b2∣∣(a2−a1)⋅(b1×b2)∣
Vector Connecting the Lines
We need the vector joining the given points on the two lines: a2−a1
a2−a1=(1−1)i^+(−1−2)j^+(2−3)k^
a2−a1=−3j^−k^
Common Perpendicular Direction
The common perpendicular is parallel to b1×b2.
b1×b2=i^12j^1−1k^10
Evaluating the Cross Product
Expanding the determinant along the first row:
=i^(0−(−1))−j^(0−2)+k^(−1−2)
b1×b2=i^+2j^−3k^
Magnitude of the Normal Vector
We need the denominator of our formula: ∣b1×b2∣
∣b1×b2∣=12+22+(−3)2
=1+4+9=14
Projection Numerator
Now, the dot product: (a2−a1)⋅(b1×b2)
=(0i^−3j^−k^)⋅(i^+2j^−3k^)
=(0)(1)+(−3)(2)+(−1)(−3)
=0−6+3=−3
Calculating Shortest Distance α
Substitute into the formula: α=14∣−3∣
α=143
Squaring both sides: α2=149
Final Evaluation
The question asks for the value of 28α2.
28α2=28×149
=2×9=18
Final Answer: 18
00:00 / 00:00
The Sigma Insight: Shortest Distance Between Two Skew Lines
Solution Diagram
The Geometry of Skew Lines
A 3D Odyssey
Welcome, fellow explorer of the mathematical universe. Today, we are diving into the elegant world of 3D geometry. We are tasked with finding the shortest distance between two skew lines.
Imagine two highways in the sky, passing over each other at different altitudes. They never touch, and they aren't parallel. How do we measure the gap between them? This is the essence of our problem.
Phase 1
Deconstructing the Lines
First, let us look at our lines. We have line L1 passing through A(1,2,3) and B(2,3,4).
To define a line in 3D, we need a point and a direction. Our point a1 is simply i^+2j^+3k^.
The direction vector b1 is the vector AB, calculated as (2−1)i^+(3−2)j^+(4−3)k^, which simplifies to b1=i^+j^+k^.
Now, consider L2, given by the symmetric form:
2x−1=−1y+1=0z−2
This symmetric form is a gift! The numerators reveal a point on the line: a2=i^−j^+2k^.
The denominators give us the direction vector: b2=2i^−j^+0k^. We have our building blocks.
Phase 2
The Common Perpendicular
Since these lines are skew, the shortest distance α is the length of the segment that is perpendicular to both. The direction of this segment is the cross product of the two direction vectors: n=b1×b2.
We calculate this using a determinant:
b1×b2=i^12j^1−1k^10
Expanding this, we get i^(0−(−1))−j^(0−2)+k^(−1−2)=i^+2j^−3k^.
This vector n=i^+2j^−3k^ is the backbone of our shortest distance.
Phase 3
The Calculation
The formula for the shortest distance is:
α=∣b1×b2∣∣(a2−a1)⋅(b1×b2)∣
We already have the denominator's vector. Its magnitude is:
∣n∣=12+22+(−3)2=1+4+9=14
Now, for the numerator, we need the vector connecting the two lines:
We have arrived at the destination. The beauty of this problem lies in how the 3D complexity collapses into a single, elegant integer. Keep practicing, and these vectors will soon become second nature to you.