Animated Solution for Mathematics - Three Dimensional Geometry: If the shortest distance between the lines 2x−1=3y−2=4z−3 and 1x=αy=1z−5 is 65, then the sum of all possible values of α is
Select Answer:
Visualized Solution
Identify Lines and Points
Line L1: 2x−1=3y−2=4z−3
Passes through A(1,2,3)
Line L2: 1x=αy=1z−5
Passes through B(0,0,5)
Direction Vectors
Direction of L1: d1=2i^+3j^+4k^
Direction of L2: d2=1i^+αj^+1k^
Connecting Vector AB
AB=Position of B−Position of A
AB=(0−1)i^+(0−2)j^+(5−3)k^
AB=−i^−2j^+2k^
The Common Normal n
Shortest distance is measured along the common normal.
n=d1×d2
Calculating n
n=i^21j^3αk^41
n=i^(3−4α)−j^(2−4)+k^(2α−3)
n=(3−4α)i^+2j^+(2α−3)k^
Shortest Distance Formula
SD=∣n∣∣AB⋅n∣
Given SD=65
Numerator: Dot Product AB⋅n
AB⋅n=(−1)(3−4α)+(−2)(2)+(2)(2α−3)
=−3+4α−4+4α−6
=8α−13
Denominator: Magnitude Squared ∣n∣2
∣n∣2=(3−4α)2+22+(2α−3)2
=(9−24α+16α2)+4+(4α2−12α+9)
=20α2−36α+22
Equating and Squaring
20α2−36α+22∣8α−13∣=65
Squaring both sides:
20α2−36α+22(8α−13)2=625
Cross-Multiplication
6(8α−13)2=25(20α2−36α+22)
6(64α2−208α+169)=500α2−900α+550
384α2−1248α+1014=500α2−900α+550
Forming the Quadratic Equation
Bring all terms to one side:
(500−384)α2+(−900+1248)α+(550−1014)=0
116α2+348α−464=0
Divide by 116:
α2+3α−4=0
Sum of Possible Values
Equation: α2+3α−4=0
The question asks for the sum of all possible values of α.
For aα2+bα+c=0, sum of roots =−ab
Sum =−13=−3
00:00 / 00:00
The Sigma Insight: Shortest Distance Between Two Skew Lines
Solution Diagram
Analyzing the Setup
Imagine you are standing in a vast, three-dimensional coordinate system. You see two lines, L1 and L2, drifting through space like contrails of two jets. They do not intersect, and they are not parallel; these are skew lines.
Our mission is to find the shortest distance between them, a task that is a beautiful exercise in vector geometry.
Identifying the Anchors
Every line in 3D space is defined by a point and a direction. For L1:2x−1=3y−2=4z−3, we can immediately see it passes through point A(1,2,3).
For L2:1x=αy=1z−5, it passes through point B(0,0,5). These points are our anchors.
To bridge the gap between these lines, we define a vector AB:
AB=(0−1)i^+(0−2)j^+(5−3)k^=−i^−2j^+2k^
The Common Normal
The shortest distance between these lines is the path that is perpendicular to both lines. We need a vector n that is perpendicular to both direction vectors d1=2i^+3j^+4k^ and d2=1i^+αj^+1k^.
We find this using the cross product n=d1×d2:
n=i^21j^3αk^41=(3−4α)i^+2j^+(2α−3)k^
This vector n represents the common normal to both lines.
The Projection
The shortest distance SD is the projection of our bridge vector AB onto the common normal n. Mathematically, this is expressed as:
SD=∣n∣∣AB⋅n∣
Plugging in our values, the dot product AB⋅n becomes:
AB⋅n=(−1)(3−4α)+(−2)(2)+(2)(2α−3)=8α−13
The magnitude squared of the normal is:
∣n∣2=(3−4α)2+22+(2α−3)2=20α2−36α+22
The Algebraic Finale
We are given SD=65. Squaring both sides, we obtain:
20α2−36α+22(8α−13)2=625
Cross-multiplying leads us to the following expansion:
6(64α2−208α+169)=25(20α2−36α+22)
Simplifying this expression, we arrive at:
116α2+348α−464=0
Dividing by 116, we get the elegant quadratic equation:
α2+3α−4=0
The sum of the possible values of α is given by −b/a, which results in −3. We have successfully conquered the geometry and the algebra.