Animated Solution for Mathematics - Three Dimensional Geometry: Let L1:2x−1=3y−2=4z−3L2:3x−2=4y−4=5z−5 and be two lines. Then which of the following points lies on the line of the shortest distance between L₁ and L2?
Select Answer:
Visualized Solution
Direction Vectors of L1 and L2
Direction of L1: d1=2i^+3j^+4k^
Direction of L2: d2=3i^+4j^+5k^
Direction of Shortest Distance Line
The line of shortest distance is perpendicular to both L1 and L2.
Its direction vector n is given by n=d1×d2.
Calculate n=d1×d2
n=i^23j^34k^45
n=(15−16)i^−(10−12)j^+(8−9)k^
n=−i^+2j^−k^
Plane P1 Containing L1 and SD Line
Let P1 be the plane containing line L1 and the shortest distance line.
This plane is formed by vectors d1 and n.
Normal Vector to Plane P1
Normal to P1: n1=d1×n
n1=i^2−1j^32k^4−1
n1=−11i^−2j^+7k^
Equation of Plane P1
P1 passes through a point on L1: (1,2,3).
Equation: −11(x−1)−2(y−2)+7(z−3)=0
Simplifying: 11x+2y−7z+6=0
Plane P2 Containing L2 and SD Line
Similarly, let P2 be the plane containing line L2 and the shortest distance line.
This plane is formed by vectors d2 and n.
Normal Vector to Plane P2
Normal to P2: n2=d2×n
n2=i^3−1j^42k^5−1
n2=−14i^−2j^+10k^
Direction ratios can be scaled to (7,1,−5).
Equation of Plane P2
P2 passes through a point on L2: (2,4,5).
Equation: 7(x−2)+1(y−4)−5(z−5)=0
Simplifying: 7x+y−5z+7=0
The Shortest Distance Line as an Intersection
The shortest distance line lies in bothP1 and P2.
Therefore, the SD line is the line of intersection of the two planes:
1) 11x+2y−7z+6=0
2) 7x+y−5z+7=0
Verifying the Given Options
We need to find which of the given points satisfies both plane equations.
Let's test Option A: (314,−3,322)
In P1: 11(314)+2(−3)−7(322)+6
=3154−6−3154+6=0 (Satisfies P1)
Final Verification and Conclusion
Now test Option A in P2: 7(314)+(−3)−5(322)+7
=398−3−3110+7=−312+4=−4+4=0 (Satisfies P2)
Conclusion: Point (314,−3,322) lies on both planes, hence on the SD line.
00:00 / 00:00
The Sigma Insight: Shortest Distance Between Two Skew Lines
Solution Diagram
The Geometry of the Bridge
Conquering Skew Lines
Welcome, future engineer. Today, we are not just solving a problem; we are visualizing the architecture of 3D space. We are dealing with two skew lines, L1 and L2.
These lines are like two airplanes flying at different altitudes, never touching, yet passing near each other. Our mission is to find the 'bridge'—the unique line of shortest distance that connects them.
Phase 1
The Direction of the Bridge
First, let us extract the DNA of these lines. From the symmetric equations, we immediately see their direction vectors.
For L1, the direction is d1=2i^+3j^+4k^. For L2, it is d2=3i^+4j^+5k^.
Now, think geometrically. The shortest distance line must be perpendicular to both L1 and L2. If you have two vectors and you need a third vector perpendicular to both, the go-to tool is the cross product.
We define the direction of our bridge, n, as n=d1×d2. Calculating this determinant, we find:
n=−i^+2j^−k^
This vector n is the compass pointing along our shortest distance line.
Phase 2
Trapping the Line in Planes
Here is where the magic happens. Instead of chasing parametric coordinates, let us trap this line. Imagine a plane, P1, that contains the line L1 and our bridge vector n.
Since this plane contains both d1 and n, its normal vector n1 must be d1×n. Performing the cross product:
n1=i^2−1j^32k^4−1=−11i^−2j^+7k^
Using the point (1,2,3) from L1, the equation of plane P1 becomes −11(x−1)−2(y−2)+7(z−3)=0, which simplifies beautifully to:
11x+2y−7z+6=0
We repeat this for P2, the plane containing L2 and n. The normal n2=d2×n yields n2=−14i^−2j^+10k^. Scaling this down for simplicity, we use the vector (7,1,−5).
Using the point (2,4,5) from L2, the equation of P2 becomes 7(x−2)+1(y−4)−5(z−5)=0, simplifying to:
7x+y−5z+7=0
Phase 3
The Final Verification
The shortest distance line is the intersection of these two planes. Any point on this line must satisfy both 11x+2y−7z+6=0 and 7x+y−5z+7=0.
We test our candidate point (314,−3,322) by plugging it into P1:
11(314)+2(−3)−7(322)+6=3154−6−3154+6=0
It satisfies P1! Checking P2:
7(314)+(−3)−5(322)+7=398−3−3110+7=−312+4=0
It satisfies P2 as well. We have found our point. Remember, in JEE Advanced, the most complex problems often yield to the most elegant geometric constructions. Keep visualizing, keep calculating, and never stop questioning the geometry.