MATH1014-LinearAlgebra-Lecture03.slides
MATH1014-LinearAlgebra-Lecture03.slides
Question
Describe all the vectors in R3 which are orthogonal to the 0 vector.
Can you rephrase your answer as a statement about solutions to some
linear equation?
ax + by = c,
where a and b are not both zero. If b 6= 0 then this equation can be
rewritten as
y = −(a/b)x + c/b,
which has the form y = mx + k. (Here m is the slope of the line and the
point (0, k) is its y -intercept.)
ax + by = c,
where a and b are not both zero. If b 6= 0 then this equation can be
rewritten as
y = −(a/b)x + c/b,
which has the form y = mx + k. (Here m is the slope of the line and the
point (0, k) is its y -intercept.)
Example 1
Let L be the line 2x + y = 3. The line has slope m = −2 and the
y -intercept is (0, 3).
r = r0 + tv
is the vector equation of the line L. The variable t is called a parameter.
x = x0 + ta
y = y0 + tb.
The definitions of the vector and parametric forms of a line carry over
perfectly to R3 .
Definition
The vector form of the equation of the line L in R2 or R3 is
r = r0 + tv
The line L contains the point (1, 4, −2) and has direction parallel to
1
v = 2. By taking different values of t we can find different points on
2
the line.
No, any vector parallel to the direction vector is another direction vector,
and each choice of a point on L will give a different r0 .
x = 1 + 2t y = −4t z = −3 + 5t.
x = 3 + 2t y = −4 − 4t z = 2 + 5t.
or as
x = 1 − 4t y = 8t z = −3 − 10t.
Note that a fixed value of t corresponds to three different points on L
when plugged into the three different systems.
x = x0 + at y = y0 + bt z = z0 + ct
r = i + 2j + 3k + t(2i + 3j − 4k),
1 + 2t = −1 + s
3t = 4 + s
2 − t = 1 + 3s
Solving the first two equations gives s = 14, t = 6, but these values don’t
satisfy the third equation. We conclude that the lines L1 and L2 don’t
intersect.
1 + 2t = −1 + s
3t = 4 + s
2 − t = 1 + 3s
Solving the first two equations gives s = 14, t = 6, but these values don’t
satisfy the third equation. We conclude that the lines L1 and L2 don’t
intersect.
In fact, their direction vectors are not proportional, so the lines aren’t
parallel, either. They are skew lines.
Dr Scott Morrison (ANU) MATH1014 Notes Second Semester 2015 14 / 28
Planes in R3
We described a line as the set of position vectors expressible as r0 + v,
where r0 was a position vector of a point in L and v was any vector
parallel to L.
We can describe a plane the same way: the set of position vectors
expressible as the sum of a position vector to a point in P and an arbitrary
vector parallel to P.
z z
P0 v
P r0
r0
r
x y x y
P0 r-r0
P
r0
r
x y
P0 r-r0
P
r0
r
x y
How can we use this data to describe all the other points P which lie in
the plane?
P0 r-r0
P
r0
r
x y
How can we use this data to describe all the other points P which lie in
the plane?
Let r0 and r be the position vectors of P0 and P respectively.
The normal vector n is orthogonal to every vector in the plane. In
particular n is orthogonal to r − r0 and so we have
n·(r − r0 ) = 0.
Dr Scott Morrison (ANU) MATH1014 Notes Second Semester 2015 16 / 28
This equation
n·(r − r0 ) = 0. (2)
can be rewritten as
n·r = n·r0 . (3)
Either of the equations (2) or (3) is called a vector equation of the plane.
We have r0 = h0, −2, 3i and n = h4, 2, −3i. Thus the vector form is
n · r − r0 = 0,
or
We have r0 = h0, −2, 3i and n = h4, 2, −3i. Thus the vector form is
n · r − r0 = 0,
or
(4i + 2j − 3k)· [(x − 0)i + (y + 2)j + (z − 3)k] = 0.
hA, B, C i·hx − x0 , y − y0 , z − z0 i = 0,
or
hA, B, C i·hx − x0 , y − y0 , z − z0 i = 0,
or
A(x − x0 ) + B(y − y0 ) + C (z − z0 ) = 0. (4)
Equation (4) is the scalar equation of the plane through P0 (x0 , y0 , z0 ) with
normal vector n = hA, B, C i.
A(x − x0 ) + B(y − y0 ) + C (z − z0 ) = 0.
Ax + By + Cz + D = 0,
4x + 2y − 3z = −13.
First, we should find a normal vector n to the plane, and there are several
ways to do this.
First, we should find a normal vector n to the plane, and there are several
ways to do this.
−→
The vector n = n1 i + n2 j + n3 k will be perpendicular to PQ = −i + j + k
−→
and PR = −2i − 2j − 6k. Therefore, we can solve a system of linear
equations:
0 = n · (−i + j + k) = −n1 + n2 + n3
x − y + z = −1 and 2x + y + 3z = 4.
Explain why the planes above are not parallel and find a direction vector
for the line of intersection.
x − y + z = −1 and 2x + y + 3z = 4.
Explain why the planes above are not parallel and find a direction vector
for the line of intersection.
Two planes are parallel if and only if their normal vectors are parallel.
Normal vectors for the two planes above are for example
n1 = i − j + k and n2 = 2i + j + 3k
respectively. These vectors are not parallel, so the planes can’t be parallel
and must intersect. A vector v parallel to the line of intersection is a
vector which is orthogonal to both the normal vectors above. We can find
such a vector by calculating the cross product of the normal vectors:
i j k
v = 1 −1 1 = −4i − j + 3k.
2 1 3
Dr Scott Morrison (ANU) MATH1014 Notes Second Semester 2015 25 / 28
Example 11
Find the line through the origin and parallel to the line of intersection of
the two planes
x + 2y − z = 2 and 2x − y + 4z = 5.
x + 2y − z = 2 and 2x − y + 4z = 5.
n1 = i + 2j − k and n2 = 2i − j + 4k.
v = n1 ×n2 = 7i − 6j − 5k.
r = t(7i − 6j − 5k),
x = 7t
y = −6t
z = −5t