Chapter 10 Basic Concepts of Descriptive Vector Geometry

Section 10.2 Lines and Planes

10.2.3 Planes in Space


Starting from a vector u in space one obtains all vectors that are collinear to u (see Info Box 10.2.1) by taking all multiples λ u , λ of this vector. Interpreted as position vectors, all these collinear vectors in combination with an arbitrary reference vector constitute the parametric equation of a line as discussed in the previous Subsection 10.2.2. With this in mind, one may ask which object we obtain starting from two fixed (but non-collinear) vectors u and v and considering all their coplanar vectors (all vectors that result from λ u +μ v ; λ,μ - see Info Box 10.2.1). This, in combination with an arbitrary reference vector, generalises the concept of the parametric equation of a line resulting in the parametric equation of a plane in space which is outlined in the Info Box below.
Planes are usually denoted by uppercase Latin letters ( E, F, G, ). Of course, the concept of a plane is only meaningful in 3 .
Info 10.2.8
 
A plane E in space is given in vector form or parametric form as the set of position vectors

E={ r = a +λ u +μ v :λ,μ},

often written

E: r = a +λ u +μ v ;λ,μ.

Here, λ and μ are called parameters, a is called the reference vector, and u , v O is called the direction vector of the plane. Here, the direction vectors u and v are non-collinear. The position vectors point to individual points in the plane. The reference vector a is the position vector of a fixed point in the plane, called the reference point.
(This figure will be released shortly.)

Just as two points in space uniquely define a line (see Section 10.2.2), three given points in space uniquely define a plane. From these three given points, the parametric form of the equation of the corresponding plane can be determined rather easily. The vector form of the equation of a given plane plane is, as for a line, not unique. An infinite number of equivalent equations in vector form exists to represent a given plane. The example below lists a few typical applications.
Example 10.2.9
  • The reference vector a =( 0 1 0 ) and the direction vectors u =( 1 0 0 ), v =( 0 0 1 ) define an equation in parametric form

    E: r = a +λ u +μ v =( 0 1 0 )+λ( 1 0 0 )+μ( 0 0 1 );λ,μ

    of a plane that lies at an altitude of 1 parallel to the xz-plane in the coordinate system (see figure below).
    (This figure will be released shortly.)
    The parametric equation of the plane E given above is not the only possible one. Each point in the plane E can be used as a reference point. For example, the point defined by the position vector a ' =( 1 1 1 ) lies in E since for λ=μ=1 we have:

    ( 1 1 1 )=( 0 1 0 )+1·( 1 0 0 )+1·( 0 0 1 ).

    Thus, this point can be used as a reference vector. All vectors that are coplanar to u and v but not collinear to each other can be used as alternative direction vectors. Examples are the vectors u ' =( 1 0 1 )=1·( 1 0 0 )+1·( 0 0 1 ) and v ' =( 1 0 -1 )=1·( 1 0 0 )-1·( 0 0 1 ). Then, another representation of E in parametric form is given by the equation

    E: r = a ' +s u ' +t v ' =( 1 1 1 )+s( 1 0 1 )+t( 1 0 -1 );s,t.


  • Consider three points A=(1;0;-2), B=(4;1;2), and C=(0;2;1). Find the equation of the plane F that is specified by these three points, in parametric form.
    One of these three points, for example the point A, is used as the reference point. A =( 1 0 -2 ) is the corresponding reference vector. The connecting vectors from the reference point to the two other points are used as the direction vectors:

    AB = B - A =( 4 1 2 )-( 1 0 -2 )=( 3 1 4 ),



    AC = C - A =( 0 2 1 )-( 1 0 -2 )=( -1 2 3 ).

    Hence, the equation

    F: r =( 1 0 -2 )+ρ( 3 1 4 )+σ( -1 2 3 );ρ,σ

    is a correct representation of the plane F in parametric form.
    (This figure will be released shortly.)
  • Consider the two points P=(1;2;3) and Q=(2;6;6). Verify whether they lie in the plane G given by the equation

    G: r =( 0 3 2 )+μ( 1 2 3 )+ν( 0 1 2 );μ,ν

    in parametric form.
    The points P or Q lie in the plane G if their position vectors arise for specific parameter values of μ and ν as position vectors from the equation of G, i.e. P = r or Q = r for appropriate values of μ and ν. For the point P, we have:

    P =( 1 2 3 )=( 0 3 2 )+μ( 1 2 3 )+ν( 0 1 2 )=( μ 3+2μ+ν 2+3μ+2ν ).

    From the first component of this vector equation we get μ=1. Substituting this parameter value into the second and third component provides two contradicting equations in the parameter ν:

    2=3+2·1+νν=-3

    and

    3=2+3·1+2νν=-1.

    There are no parameter values μ and ν providing in the parametric equation of the plane G the position vector P , so the point P does not lie in the plane G. For Q, however, we have:

    Q =( 2 6 6 )=( 0 3 2 )+μ( 1 2 3 )+ν( 0 1 2 )=( μ 3+2μ+ν 2+3μ+2ν ).

    From the first component we get μ=2. Substituting this parameter value into the second and third component results in

    6=3+2·2+νν=-1

    and

    6=2+3·2+2νν=-1.

    This is not a contradiction. We see that the parameter values μ=2 and ν=-1 provide the position vector Q . Hence, the point Q lies in the plane G.
    (This figure will be released shortly.)

As well as by three points, a plane can also be defined by a line and a point that does not lie on the line. The example below shows how this can be reduced to the case of three given points.
Example 10.2.10
Let a point P=(2;1;-3) be given. In addition, let a line g be given in parametric form by the equation

g: r =( 0 -1 0 )+t( 2 0 -1 ),t.

The point P does not lie on the line g since there is no value of the parameter t such that

P =( 2 1 -3 )=( 0 -1 0 )+t( 2 0 -1 )=( 2t -1 -t ).

The second component of this vector equation results in the contradiction 1=-1. The point P and the line g uniquely define a plane E that contains both P and g. A parametric equation of this plane can by found by choosing two additional points on g besides the given point P that can be used as a reference point and then proceeding as in the example above for three given points. Hence, the reference vector is in this case

P =( 2 1 -3 ),

and the two additional points Q1 and Q2 on g result from the equation of the line for two different values of the parameter t, for example, t=0 and t=1. Choosing t=0 results in the reference point of the line as position vector:

Q 1 =( 0 -1 0 )+0·( 2 0 -1 )=( 0 -1 0 ).

Choosing t=1 results in

Q 2 =( 0 -1 0 )+1·( 2 0 -1 )=( 2 -1 -1 ).

Thus, the direction vectors are

PQ 1 = Q 1 - P =( 0 -1 0 )-( 2 1 -3 )=( -2 -2 3 )

and

PQ 2 = Q 2 - P =( 2 -1 -1 )-( 2 1 -3 )=( 0 -2 2 ).

Hence, the plane E is given by the vector equation

E: r =( 2 1 -3 )+v( -2 -2 3 )+w( 0 -2 2 );v,w.


(This figure will be released shortly.)

In the following Section 10.2.4 we will further discuss the relative positions of planes and lines, as well as other data that can be used to define a plane uniquely.
Exercise 10.2.11
The plane E uniquely defined by the three points A=(0;0;8), B=(3;-1;10), and C=(-1;-2;11) has the parametric equation

E: r =( 2 -3 x )+s( y 1 -1 )+t( 5 z -4 );s,t.

Find the missing components x, y, and z.
x=

y=

z=



Exercise 10.2.12
Consider the points P=(h;2;-2), Q=(1;i;6), R=(-3;2;j) and the plane E be given by an equation

E: r =( 3 0 2 )+s( 2 1 7 )+t( 3 2 5 );s,t

in parametric form. Find the missing components h, i, and j such that the points P, Q, and R lie in the plane E.
h=

i=

j=