L10 L12
L10 L12
L10 L12
Topic 3 — Lecture 10
w · u = 0, w · v = 0.
A = ||u × v||
11.3. Lines and planes. One method of specifying lines and planes involves the
use of a parameter (for lines) and multiple parameters (for planes).
A line through the origin is uniquely determined by a single vector v, scaled by
a parameter t.
Exercise Describe in words the geometrical object tv + v0 , where t ∈ R. When does
this geometrical object pass through the origin?
12.1. Parametric form. Specifying a line (or plane) by the use of a parameter(s)
is said to specify the parametric form when written in terms of its components.
Otherwise it is referred to as the vector form.
Example The equation x = (1, 0, −1)t + (0, 1, 0), t ∈ R is the vector form of a
line in R3 . This can equivalently be written in the parametric form x = t, y = 1
and z = −t.
In words, this plane is in the directions of (1, −1, 0) and (2, 0, 1), and it passes
through (−1, 1, 1).
For the parametric form we simply equate components:
x = s + 2t − 1, y = −s + 1, z = t + 1.
To get the Cartesian form of the plane, the parameters must be eliminated. One
method is to solve for s and t using two of the parametric equations, and substitute
in the remaining. Thus, t = z − 1, s = 1 − y. Substituting in the first equation
gives x + y − 2z = −2.
An alternative approach is to characterise a plane in terms of a point it passes
through v0 and a normal n perpendicular to the plane. Both these vectors can be
can be deduced from the vector form. For example, consider the vector form
α − β =1
−2α + β =2
2α + 2β =3
has no solution.
Task Formulate a linear systems criterion, for three vectors {a, b, c} to be related
by linear combination.
Answer There is a nonzero solution to the linear system implied by the vector
equation
α1 a + α2 b + α3 c = 0.
If the vectors are not related by linear combination, and thus the only solution of
the linear system is α1 = α2 = α3 = 0, we say the vectors are linearly independent.
Exercise You are told that
1 1 3 1 1 3
1 −1
1 ∼ 0
−2 −2
2 2 6 0 0 0
4
Explain why the vectors (1, 1, 2), (1, −1, 2) and (3, 1, 6) are linearly dependent, and
express the third as a linear combination of the first two.
Question Form a matrix A out to the column vectors x1 , x2 and x3 . Suppose
each vector is in R4 , and that the rank of A is equal to 3. Are the vectors linearly
independent? Give a reason.