Lecture5 Handout
Lecture5 Handout
VECTOR GEOMETRY :
REPRESENTATION OF PLANES
Prof. N. Harnew
University of Oxford
MT 2012
1
Outline: 5. MORE ON VECTOR GEOMETRY
2
5.1 Vector representation of planes
I Vector a is any position vector
to the plane. Vectors b and c
are any vectors in the plane
(but not parallel to each
other). r is a position vector
to a general point on the
plane.
(r − a).n̂ = 0
b×c
where n̂ (= |b×c| ) is the unit vector perpendicular to the plane.
3
5.1.1 Plane from vector to Cartesian form
I (r − a).n̂ = 0 gives r.n̂ = a.n̂
I Note that
d = a cos θ = a.n̂ is the
perpendicular distance of
the plane to the origin.
I Also we write
n̂ = li + mj + nk.
where (l, m, n) are defined
as the direction cosines of
the normal to the plane.
I Finally we write the general vector r as (x, y, z)
I This gives the plane in Cartesian representation as
r.n̂ = lx + my + nz = d
4
5.1.2 From components back to vector form
Example
I Coordinate equation 5x + 3y + z = 6 :
the normal vector to the plane is (5, 3, 1) and
(5,3,1) √
n̂ = √(25+9+1) = (5, 3, 1)/ 35.
√
I So vector equation of plane is r.n̂ = d where d = 6/ 35
is the perpendicular distance.
5
5.2 Two intersecting planes
6
5.3 Minimum distance from a point to a plane
I Find the minimum distance, d, from point P with position
vector p, to the plane defined by (r − a).n̂ = 0
I Consider vector (p − a)
which is a vector from
the plane to the point P
l1 x + m1 y + n1 z = d1
l2 x + m2 y + n2 z = d2
l3 x + m3 y + n3 z = d3
10
5.6 Vector representation of a sphere
|r − c|2 = a2
alternatively
r 2 − 2r · c + c 2 = a2
I c is the position vector to the
centre of the sphere
I a = |a| is the sphere radius (scalar)
I The two points that are the intersection of the sphere with a line
r = p + λq are given by solving the quadratic for λ :
(p + λq − c) · (p + λq − c) = a2
I The radius ρ of the circle that is the intersection of the sphere
with a plane n̂ · r = d is given by
q
2
ρ = a2 − (d − c · n̂)
(See Riley, Hobson & Bence for proof.)
11