2 - 4 - lines + planes in space Flashcards
vector eq of a line
r = a + λb
if a is the position vector and b is the direction vector
cartesian eq of a line
x-a1/b1 = y-a2/b2 = z-a3/b3
if a is the position vector and b is the direction vector
vector eq of a plane
r = a + λb + μc
if a is the position vector and b is the direction vector
OR
r.n = p
where n is normal vector and p = a.n
a plane is uniquely determined by
- 3 points not on the same line
- a line and a point outside the line
- 2 intersecting lines
cartesian eq of a plane
n1x + n2y + n3z = p
where n is normal vector and p = a.n
line and line intersection
make 2 vector equations =
solve simultaneously using 2
check 3rd - if dont meet skew
line and plane intersections
r = a + λb and r.n = p
dot the line eq and n and make = p
(sub in r and solve)
line and line angle between
a.b/|a||b| = cosθ
a and b are the 2 direction vectors
line and plane angle between
cos ⍺ = b.n / |b||n|
θ = 90 - ⍺
where b is the direction vector of the line and n is the normal vector
plane and plane angle between
cos ⍺ = n1.n2/ |n1||n2|
θ = 180 - ⍺
point and line distance between
D = |ax1+ by1 -c|/ √a^2 + b^2
where the point is (x1,y1)
and the line is ax + by = c
point and plane distance between
D = |b.n - p|/|n|
where b is the position vector of the point and n is the normal of the plane
skew lines distance between
D = |(b-a).n|/|n|
where n is normal and a,b are 2 direction vectors
2 parallel lines distance between
cos θ = (b-a).d/|b-a||d|
D = |b-a|sinθ
not in formula book