Animated Solution for Mathematics - Three Dimensional Geometry: The sum of all values of α, for which the shortest distance between the lines αx+1=−1y−2=−αz−4 and αx=2y−1=2αz−1 is 2, is
Select Answer:
Visualized Solution
Visualizing the Skew Lines
Given lines: L1 and L2
Shortest distance d=2
Objective: Find the sum of all possible values of α
Extracting Parameters
For L1: Point a1=(−1,2,4), Direction b1=(α,−1,−α)
For L2: Point a2=(0,1,1), Direction b2=(α,2,2α)
The Shortest Distance Formula
d=∣b1×b2∣∣(a2−a1)⋅(b1×b2)∣
Position Vector Difference
a2−a1=(0−(−1))i^+(1−2)j^+(1−4)k^
a2−a1=i^−j^−3k^
Computing the Cross Product
b1×b2=i^ααj^−12k^−α2α
=i^(−2α+2α)−j^(2α2+α2)+k^(2α+α)
=−3α2j^+3αk^
Magnitude of the Cross Product
∣b1×b2∣=02+(−3α2)2+(3α)2
=9α4+9α2
=3∣α∣α2+1
Scalar Triple Product
Numerator =(a2−a1)⋅(b1×b2)
=(1)(0)+(−1)(−3α2)+(−3)(3α)
=3α2−9α
Setting up the Distance Equation
d=3∣α∣α2+1∣3α2−9α∣=2
Factorizing: ∣3α2−9α∣=3∣α∣∣α−3∣
Simplifying the Equation
3∣α∣α2+13∣α∣∣α−3∣=2
α2+1∣α−3∣=2
Squaring Both Sides
α2+1(α−3)2=2
(α−3)2=2(α2+1)
Forming the Quadratic Equation
α2−6α+9=2α2+2
α2+6α−7=0
Finding the Sum of Values of α
Quadratic equation: α2+6α−7=0
Sum of roots =−ab
Sum of values of α=−6
00:00 / 00:00
The Sigma Insight: Shortest Distance Between Two Skew Lines
Solution Diagram
Analyzing the Setup
Imagine standing in a vast, three-dimensional space. You see two lines, L1 and L2, that refuse to meet and refuse to be parallel. They are skew lines, dancing around each other in the void.
Our mission is to find the parameter α that dictates their separation, specifically when the shortest distance between them is exactly 2. This is not just algebra; it is the study of how lines exist in space.
Extracting the DNA
Every line has a signature. For L1, the symmetric form
αx+1=−1y−2=−αz−4
tells us it passes through a1=(−1,2,4) with direction b1=(α,−1,−α).
For L2, the equation
αx=2y−1=2αz−1
reveals it passes through a2=(0,1,1) with direction b2=(α,2,2α). These vectors are the DNA of our lines.
The Common Perpendicular
To find the shortest distance, we need a bridge—a vector perpendicular to both lines. We find this using the cross product: b1×b2.
This vector, (0,−3α2,3α), is the common perpendicular. Its magnitude is:
∣b1×b2∣=02+(−3α2)2+(3α)2=3∣α∣α2+1
The Scalar Triple Product
Now, we project the vector connecting the two points, a2−a1=(1,−1,−3), onto this perpendicular. The numerator of our distance formula is the scalar triple product:
We factor the numerator: ∣3α(α−3)∣=3∣α∣∣α−3∣. Cancelling the 3∣α∣ term, we get:
α2+1∣α−3∣=2
Squaring both sides yields:
α2+1(α−3)2=2⇒(α−3)2=2(α2+1)
Expanding this, we get α2−6α+9=2α2+2, leading to the quadratic:
α2+6α−7=0
The Elegant Conclusion
We do not need to solve for α individually. By Vieta's formulas, the sum of the roots is −b/a=−6/1=−6.
The beauty of this problem lies in how the complex geometry collapses into a simple, elegant quadratic equation. You have mastered the skew lines! The sum of the possible values of α is −6.