Animated Solution for Mathematics - Three Dimensional Geometry: The shortest distance between the lines 0x−1=−1y+1=1z and x+y+z+1=0,2x−y+z+3=0 is:
Select Answer:
Visualized Solution
Analyzing Line L1
Line L1: 0x−1=−1y+1=1z
Point on L1: A(1,−1,0)
Direction vector: b1=0i^−j^+k^
Line L2 as Intersection of Planes
Line L2 is given by the intersection of two planes.
Plane P1:x+y+z+1=0
Plane P2:2x−y+z+3=0
Direction Vector of L2
The line lies in both planes, so it is perpendicular to both normal vectors.
n1=i^+j^+k^
n2=2i^−j^+k^
Direction b2=n1×n2
Calculating b2
b2=i^12j^1−1k^11
b2=(1−(−1))i^−(1−2)j^+(−1−2)k^
b2=2i^+j^−3k^
Finding a Point on L2
We need a specific point on L2. Let's set y=0.
x+z+1=0⇒x+z=−1
2x+z+3=0⇒2x+z=−3
Coordinates of Point B
Subtracting the equations: (2x+z)−(x+z)=−3−(−1)
x=−2
Substituting x: −2+z=−1⇒z=1
Point B(−2,0,1)
Shortest Distance Formula
d=∣b1×b2∣∣(a2−a1)⋅(b1×b2)∣
a1,a2 are position vectors of A and B.
b1,b2 are the direction vectors.
Connecting the Points: a2−a1
a1=i^−j^+0k^
a2=−2i^+0j^+k^
a2−a1=(−2−1)i^+(0−(−1))j^+(1−0)k^
a2−a1=−3i^+j^+k^
Cross Product b1×b2
b1×b2=i^02j^−11k^1−3
=(3−1)i^−(0−2)j^+(0−(−2))k^
=2i^+2j^+2k^
Magnitude ∣b1×b2∣
∣b1×b2∣=22+22+22
=4+4+4=12
=23
Numerator: The Dot Product
(a2−a1)⋅(b1×b2)
=(−3i^+j^+k^)⋅(2i^+2j^+2k^)
=(−3)(2)+(1)(2)+(1)(2)
=−6+2+2=−2
Final Shortest Distance
d=23∣−2∣
d=232
d=31
00:00 / 00:00
The Sigma Insight: Shortest Distance Between Two Skew Lines
Solution Diagram
Analyzing the Setup
The goal is to find the shortest distance between two lines in 3D space. We are given one line, L1, and a second line, L2, defined by the intersection of two planes.
Decoding the First Line
The equation for L1 is given in symmetric form:
0x−1=−1y+1=1z
From this, we identify a point A(1,−1,0) on the line. The direction vector is extracted from the denominators:
b1=0i^−1j^+1k^
The Mystery of the Second Line
Line L2 is the intersection of planes P1:x+y+z+1=0 and P2:2x−y+z+3=0. The direction vector b2 must be perpendicular to the normals n1=i^+j^+k^ and n2=2i^−j^+k^.