skew lines for vectors...
skew lines for vectors...
1. Do not intersect.
In simpler terms, skew lines are lines that do not lie on the same plane and never meet.
Unlike parallel lines, they are non-coplanar.
Mathematical Representation
Let the equations of two lines be given as:
where:
• ⃗a1 and ⃗a2 are position vectors of points on the respective lines.
1. They do not satisfy the condition for intersection: ⃗r1 = ⃗r2 for some t and s.
2. Their direction vectors are not proportional: ⃗b1 ̸= k⃗b2 for any scalar k.
Example Problem
Problem: Determine if the following lines are skew, parallel, or intersecting:
x−1 y+1 z
Line 1: = = ,
2 −1 3
x−3 y−2 z+1
Line 2: = = .
1 2 −1
1
Solution
First, express the lines in parametric form:
1 2
Line 1: ⃗r1 = −1 + t −1 ,
t ∈ R,
0 3
3 1
Line 2: ⃗r2 = 2 + s 2 ,
s ∈ R.
−1 −1
1 + 2t = 3 + s,
−1 − t = 2 + 2s,
3t = −1 − s.
s = 1 + 2t − 3 = 2t − 2.
−1 − t = 2 + 2(2t − 2),
−1 − t = 2 + 4t − 4,
−1 − t = −2 + 4t,
3t = 1.
Solve for t:
1
t= .
3
1
Substitute t = 3
into the third equation:
( )
1
3 = −1 − s,
3
1 = −1 − s,
2
s = −2.
The solution gives consistent values for t and s. Thus, the lines intersect at:
5
( ) 1 2
1 1 34
⃗r = ⃗r1 = −1 + −1 = − 3 .
3 3
0 3 1