HomeJEE MathsEquation and Shortest Distance of Skew Lines
Equation and Shortest Distance of Skew Lines
Skew lines are lines in 3D space that do not intersect and are not parallel. They lie in different planes. The vector equation of a line is given by r = a + λb, where a is a position vector and b is the direction vector. To find the shortest distance between two skew lines, we use the formula: D = |(a₂ - a₁) · (b₁ × b₂)| / |b₁ × b₂|, where a₁, a₂ are position vectors, and b₁, b₂ are direction vectors. This distance is along the line perpendicular to both.
1.0What are Skew Lines?
Definition: Skew lines are two lines that do not intersect and are not parallel. They exist in different planes in 3D space.
2.0Characteristics of Skew Lines
They never meet.
They are not coplanar.
Their direction ratios (or direction vectors) are not proportional.
They do not have a common point of intersection.
Example:
Line 1 passes through point A(1, 2, 3) and has direction vector d1 = i^+j^+k^
Line 2 passes through point B(4, 0, -1) and has direction vector d2 = i^−2j^+2k^
These lines are not parallel (their direction vectors are not proportional) and do not intersect, hence they are skew.
3.0Equation of a Line in 3D
A line in 3D space can be written in vector form or Cartesian form.
Vector Form
r=a+λb
Where:
a is the position vector of a point on the line.
b is the direction vector.
λ is a scalar parameter.
Cartesian Form
lx−x1=my−y1=nz−z1
Where:
(x1,y1,z1) is a point on the line.
(l, m, n) are the direction ratios of the line.
4.0Shortest Distance of Skew Lines
Let line 1 be r1=a1+λb1, and line 2 be r2=a2+μb2
Formula: The shortest distance (SD) between two skew lines is: SD=∣b1×b2∣∣(a2−a1)⋅(b1×b2)∣
Derivation (Brief Overview)
a2−a1 gives a vector connecting any two points on the lines.
b1×b2 is a vector perpendicular to both lines.
The scalar projection of the connecting vector onto the perpendicular gives the shortest distance.
5.0Solved Example on Shortest Distance of Skew Lines
Example 1: Find the shortest distance between the lines: