Math 151 Algebra2016 1
Math 151 Algebra2016 1
Math 151 Algebra2016 1
INTRODUCTION TO
NUMBER THEORY
• a + (b + c) = (a + b) + c
• a+b=b+a
• a(b + c) = ab + ac
• a(bc) = (ab)c Associativity
• ab = ba Commutativity
• (a + b)c = ac + bc Distributive
1
2 CHAPTER 1. INTRODUCTION TO NUMBER THEORY
(b) INTEGERS
PROPERTIES OF INTEGERS
• Associativity
• Commutativity
• Distributive
• a+0=a=0+a
• a·1=a=1·a
• Transitivity: a > b and b > c ⇒ a > c.
• Trichotomy:a > b,a < b or a = b.
• Cancellation law: If a · c = b · c and c 6= 0 then a = b.
3. From the assumption in 2 prove that the statement must be true for
n = k + 1. This is part of the proof establishing the induction and may
be difficult or impossible.
4. Since the statement is true for n = 1 [from step 1] it must [from step
3] be true for n = 1 + 1 = 2 and from this for n = 2 + 1 = 3, and
so on, and so must be true for all positive integers. (This assumption,
which provides the link for the truth of a statement for a finite number
of cases to the truth of that statement for the infinite set, is called The
Axiom of Mathematical Induction).
EXAMPLES:
n(n+1)
1. Prove that 1 + 2 + ... + n = 2
PROOF:
1(1+1)
n0 = 1, since 1 = 2
4 CHAPTER 1. INTRODUCTION TO NUMBER THEORY
k(k + 1)
1 + 2 + ... + k + (k + 1) = +k+1
2
k 2 + 3k + 2
=
2
(k + 1)[(k + 1) + 1]
=
2
This is exactly the formula for the (k + 1)th case.
PROOF:
1.3 DEFINITION 1:
A non-empty subset S of Z is well-ordered if S contains a least element.Notice
that the set Z is not well-ordered since it does not contain a smallest element.
However, the natural numbers are well-ordered.
1.5 THEOREM 1:
• If x ∈ R, y ∈ R ,and x > 0,then there is a positive integer n such that
nx > y
EXERCISE:
n(n+1)(2n+1)
1. Prove that 12 + 22 + 32 + · · · + n2 = 6
z 2 − 4z + 5 (1.1)
(z − z1 )(z − z2 ) = 0 (1.2)
Using the familiar formula for the roots of a quadratic equation,the solutions
z1 and z2 ,written in brief as
p √
4 ± (−4)2 − 4(1 × 5) −4
z1,2 = =2± (1.3)
2 2
6 CHAPTER 1. INTRODUCTION TO NUMBER THEORY
z = x + iy, (1.4)
where i is used to denote the square root of −1. The real part x and the
imaginary part y are usually denoted by Rez and Imz respectively. We
note at this point that some physical scientists, engineers in particular, use
j instead of i. However,for
√ √consistency, we will use i this book. In our
particular example −4 = 2 −1 = 2i,and hence the two solutions of (1.3)
are
2i
z1,2 = 2 ± =2±i (1.5)
2
Thus, here x = 2 and y = ±1 For compactness a complex number is some-
times written in the form
z = (x, y),
The addition of two complex numbers z1 and z2 ,in general gives another
complex number. The real components and the imaginary components
are added separately and in a like manner to the familiar addition of real
numbers:
z1 + z2 = (x1 + y1 i) + (x2 + y2 i)
= (x1 + x2 ) + (y1 + y2 )i,
or in component notation
z1 + z2 = z2 + z1 ,
z1 + (z2 + z3 ) = (z1 + z2 ) + z3 .
EXAMPLE:
(b) EQUALITY
EXERCISE:
(a) z1 + z2
(b) z1 − z2
(c) z2 + z3
(d) z2 − z3
(e) z1 + z3
(f) z1 − z3
Hence the modulus of the complex number is the distance of the corre-
sponding point from the origin in the Argand diagram. The argument
of the complex number z is denoted by arg z and is defined as
y
argz = tan−1 (1.7)
x
It can be seen that arg z is the angle that the line joining the origin to
z on the Argand diagram makes with the positive x − axis. The anti-
clockwise direction is taken to be positive by convention.Account must
be taken of the signs of x and y individually in determining in which
quadrant arg z lies. Thus, for example, if x and y are both negative then
arg z lies in the range −π <arg z< −π2
rather than in the first quadrant
1.6. ALGEBRA OF COMPLEX NUMBERS 9
0 <arg z< π2 ,though both cases give the same value for the ratio of y to x.
EXAMPLES:
(a) Find the modulus and the argument of the complex number
z = 2 − 3i.
Using (1.6), the modulus is given by
p √
| z |= (2)2 + (−3)2 = 13
Using (1.7), the argument is given by
−3
arg z= θ = tan−1
2
= −56.31o
Since x = 2 and y = −3, z clearly lies in the fourth quadrant;(i.e.
the argument must be measured from the positive real axis). there-
fore arg z = 56.31o is the appropriate answer.
(b) Determine the modulus and argument of the complex number
z = 3 + 4i
p
| z |= r = (3)2 + (4)2 = 5
p
| z |= r = (−3)2 + (−4)2 = 5
(d) MULTIPLICATION
z1 z2 = (x1 + y1 i)(x2 + y2 i)
= x1 x2 + x1 y2 i + y1 x2 i + y1 y2 i2
EXAMPLE:
z1 z2 = z1 z2 (1.8)
(z1 z2 )z3 = z1 (z2 z3 ) (1.9)
The product of two complex numbers also has the simple properties
| z1 z2 |=| z1 || z2 | (1.10)
arg(z1 z2 ) = argz1 + argz2 . (1.11)
EXAMPLE:
SOLUTION:
p √
| z1 z2 |=| 5 − 14i |= 52 + (−14)2 = 221
We also find
√ √
| z1 |= 32 + 22 = 13
p √
| z2 |= (−1)2 + (−4)2 = 17
and hence
√ √ √
| z1 || z2 |= 13 17 = 221 =| z1 z2 |
12 CHAPTER 1. INTRODUCTION TO NUMBER THEORY
zz = (x + yi)(x − yi)
= x2 − xyi + xyi − y 2 i2
= x2 + y 2 =| z |2
EXAMPLE:
SOLUTION:
z = a + i(2 + 3b);
z = a − i(2 + 3b)
EXAMPLE:
SOLUTION:
z = w(3y+2ix) = (x + 5i)3y+2ix .
z = (x − 5i)3y−2ix .
(a) z = z,
(b) z + z = 2 Re z = 2x,
(c) z − z = 2i Im z = 2yi,
2 2
−y
(d) zz = xx2 +y 2 + i 2xy
x2 +y 2
.
(f) DIVISION
Hence we have separated the quotient into real and imaginary compo-
nents, as required.
EXAMPLE 1 :
3 − 2i
z=
−1 + 4i
SOLUTION:
EXAMPLE 2:
Write each of the following in standard form
3−i
(a) 2+7i
3
(b) 9−i
8i
(c) 1+2i
6−9i
(d) 2i
1.6. ALGEBRA OF COMPLEX NUMBERS 15
SOLUTION:
So,in each case we are really looking at the division of two complex num-
bers. The main idea here is that we want to write them in standard form.
standard form does not allow for any is to be in the denominator.So, we
want to get the i’s out of the denominator. This is actually fairly simple
if we recall that a complex number times its conjugate is real number.
So, if we multiply the numerator and denominator by the conjugate of
the denominator we will be able to eliminate the i from the denominator.
Now that we’ve figured out how to do these let’s go ahead and work the
problems.
3−i (3−i)(2−7i) 6−23i+7i2 −1−23i 1 23
(a) 2+7i
= (2+7i)(2−7i)
= 22 +72
+ = 53
= − 53 − 53
i
3 3(9+i) 27+3i 27 3
(b) 9−i
= (9−i)(9+i)
= 92 +12
= 82
+ 82
i
(d) This one is a little different from the previous ones since the de-
nominator is a pure imaginary number. It can be done in the same
manner as the previous ones, but there is a slightly easier way to do
the problem.
First,we break up the fraction as follows.
6−9i 6 9i 3 9
2i
= 2i
− 2i
= i
− 2
Now, we want the i out of the denominator and since there is only
an i in the denominator of the first term we will simply multiply the
numerator and denominator of the first term by an i.
6−9i 3(i) 9 3i 9 −9
2i
= i(i)
− 2
= −1
− 2
= 2
− 3i
16 CHAPTER 1. INTRODUCTION TO NUMBER THEORY
z2 z3
ez = exp z = 1 + z + + + ··· . (1.15)
2! 3!
Strictly speaking it is the function expz that is defined by (1.15).The
number e is the value of exp(1), i.e. it is just a number. However, it
may be shown that ez and expz are equivalent when z is real and ratio-
nal and mathematicians then define their equivalence for irrational and
complex z. For the purposes of this book we will not concern ourselves
further with this mathematical nicety but,rather, assume that(1.15),is
valid for all z. We also note that, using(1.15),by multiplying together
the appropriate series we may show that
θ2 iθ3
eiθ = 1 + iθ − − + ··· (1.17)
2! 3!
θ2 θ4 θ3 θ5
=1− + − · · · + i(θ − + − ···) (1.18)
2! 4! 3! 5!
and hence that
where the last equality follows from the series expansions of the sine and
cosine functions.This last relationship is called Euler’s equation. It also
follows from (1.19)
where the identity einθ = cosnθ + isinnθ follows from the series defini-
tion of einθ .This result is called de Moivres theorem and is often used
in the manipulation of complex numbers. The theorem is valid for all
n whether real,imaginary or complex. There are numerous applications
of de Moivres theorem but this section examines just three: proofs of
trigonometric identities; finding the nth roots of unity; and solving poly-
nomial equations with complex roots.
EXAMPLES:
i. Express sin3θ and cos3θ in terms of powers of cosθ and sinθ.
Using de Moivres theorem,
and
1
zn + = 2isinθ. (1.32)
zn
1.6. ALGEBRA OF COMPLEX NUMBERS 19
and
1
zn − = (cosθ + isinθ)n − (cosθ + isinθ)−n
zn
= cosnθ + isin nθ + cos(−nθ) + isin(−nθ)
= cosnθ + isin nθ − cosnθ + isinnθ = 2isin nθ
1
z− = eiθ − e−iθ = 2isinθ. (1.34)
z
ii. Find an expression for cos3 θ in terms of cos3θ and cosθ.
1 1
cos3 θ =
3
(z + )3
2 z
1 3 3 1
= (z + 3z + + 3 )
8 z z
1 3 1 3 1
= (z + 3 ) + (z + ).
8 z 8 z
we find
1 3
cos3 θ = cos3θ + cosθ
4 4
20 CHAPTER 1. INTRODUCTION TO NUMBER THEORY
z n = e2ikπ , (1.35)
where k is any integer. Now taking the nth root of each side of the
equation we find
2ikπ
zn = e n , (1.36)
EXAMPLES:
i. Find the solutions to the equation z 3 = 1.
SOLUTION:
By applying the above method we find
2ikπ
z=e 3
2iπ 4iπ
Hence the three solutions are z1 = e0i = 1, z2 = e 3 ,z3 = e 3 .
We note that, as expected,the next solution, for which k = 3,gives
6iπ
z4 = e 3 = 1 = z1 ,so that there are only three separate solutions.
Not surprisingly, given that | z 3 |=| z |3 all the roots of unity have
unit modulus, i.e. they all lie on a circle in the Argand diagram of
unit radius
1.6. ALGEBRA OF COMPLEX NUMBERS 21
(z 3 − 2)(z 2 + 4)(z − 1) = 0
z 3 = 2 = 2e2ikπ ,
√ !
2πi 1 3
z2 = 21/3 e 3 = 21/3 − + i ,
2 2
√ !
−2πi 1 3
z3 = 21/3 e 3 = 21/3 − − i .
2 2
an z n + an−1 z n−1 + · · · + a1 z + a0 = 0.
Taking the complex conjugate of this equation,
an (z)n + an−1 (z)n−1 + · · · + a1 z + a0 = 0.
But the an are real, and so z satisfies
an (z)n + an−1 (z)n−1 + · · · + a1 z + a0 = 0,
and is also a root of the original equation.
(j) COMPLEX LOGARITHM AND COMPLEX POWERS
z1 z2 = ew1 ew2 = ew1 +w2 , and taking logarithms of both sides we find
z = rei(θ+2nπ) .
Lni = Ln[ei(π/2+2nπ) ]
= i(π/2 + 2nπ)
EXERCISES:
(a) z+w
(b) w − z
(c) wz
(d) z/w
(e) lnz
(f) (1 + z + w)1/2
(g) zw + wz
24 CHAPTER 1. INTRODUCTION TO NUMBER THEORY
where t = tanθ
5. Evaluate
(a) ii
(b) Im2i+3
(c) exp(i3 )
√
(d) (−1 + 3i)1/2
(e) e3iπ + 1
(f) (1 + i)10000
6. Find the cubic roots of a complex number z = −1 + i
7. Find the cubic roots of unity
8. Show that log z n =log [(reiθ )n ]
9. Show that log (ez ) = z
10. If z = a − ib, what is i3 z
11. Simplify z = (25i)(3 + i)/(3i) and find the modulus and argument of
the result.
12. If w = z 2 and z = x + iy and w = u + iv, find u and v.
13. If i2 = −1, what are i3 ,i4 ,i5 ,i6 .
14. If z = 3 + 4I find z 2 and the modulus and argument of z 2
15. Find z n if θ = π and r = 2.
√ −1 1
16. Write ( 5)eitan ( 2 ) in the form a + bi.
Chapter 2
VECTOR ALGEBRA
In general, if we start with vectors u and v, we first move v so that its tail
coincides with the tip of u and define the sum of u and v as follows.
25
26 CHAPTER 2. VECTOR ALGEBRA
u − v = u + (−v)
a = cb
So, two vectors are parallel if one is a scalar multiple of the other.
2.4. COMPONENTS 27
2.4 COMPONENTS
For some purposes its best to introduce a coordinate system and treat vectors
algebraically.If we place the initial point of a vector a at the origin of a
rectangular coordinate system, then the terminal point of a has coordinates of
the form (a1 , a2 ) or (a1 , a2 , a3 ),depending on whether our coordinate system
is two- or three-dimensional. These coordinates are called the components
of and we write
a = ha1 , a2 i or a = ha1 , a2 , a3 i
We use the notation a = ha1 , a2 i for the ordered pair that refers to a vector
so as not to confuse it with the ordered pair (a1 , a2 ) that refers to a point in
the plane.
−→
In three dimensions, the vector a = OP = ha1 , a2 , a3 i is the position vector of
−→
the point P (a1 , a2 , a3 ).Let’s consider any other representation AB of a,where
the initial point is A(x1 , y1 , z1 ) and the terminal point is B(x2 , y2 , z2 ).Then
we must have x1 + a1 = x2 ,y1 + a2 = y2 , and z1 + a3 = z2 and so a1 =
x2 − x1 ,a2 = y2 − y1 , and a3 = z2 − z1 .Thus we have the following result.
Given the points A(x1 , y1 , z1 ) and B(x2 , y2 , z2 ),the vector with representation
−→
AB is
a = hx2 − x1 , y2 − y1 , z2 − z1 i
EXAMPLE 1:
Find the vector represented by the directed line segment with initial point
A (2, −3, 4) and terminal point B (−2, 1, 1)
SOLUTION:
−→
the vector corresponding to AB is
a = h−2 − 2, 1 − (−3), 1 − 4i = h−4, 4, −3i
The magnitude or length of the vector is the length of any of its representa-
tions and is denoted by the symbol | v |. By using the distance formula to
compute the length of a segment OP ,we obtain the following formulas.
a + b = ha1 + b1 , a2 + b2 i
a − b = ha1 − b1 , a2 − b2 i
ca = hca1 , ca2 i
EXAMPLE 2:
SOLUTION:
√ √
1. | a |= 42 + 02 + 32 = 25 = 5
2. a + b = h4, 0, 0i + h−2, 1, 5i
= h4 + (−2), 0 + 1, 3 + 5i = h2, 1, 8i
5. 2a + 5b = 2 h4, 0, 3i + 5 h−2, 1, 5i
(a) a + b = b + a
(b) a + (b + c) = (a + b) + c
(c) a + (−a) = 0
(d) c(a + b) = ca + cb
(e) a + 0 = a
(f) (c + d)a = ca + da
(h) 1a = a
These vectors i,j and k are called the standard basis vectors. They have
length 1 and point in the directions of the positive x-, y-, and z-axes.Similarly,
in two dimensions we define i = h1, 0i and j = h0, 1i
If
Thus any vector in V3 can be expressed in terms of i,j,k and . For instance,
h1, −2, 6i = i − 2j + 6k
a = ha1 , a2 i = a1 i + a2 j
30 CHAPTER 2. VECTOR ALGEBRA
EXAMPLE 3:
SOLUTION:
EXAMPLE 4:
SOLUTION:
EXERCISE:
2. Find a unit vector that has the same direction as the given vector.
(a) −3i + 7j
(b) 8i − j + k
(c) h−4, 2, 4i
2.8 DEFINITION 1
If a = ha1 , a2 , a3 i and b = hb1 , b2 , b3 i,then the dot product of a and b is the
number a · b given by
a · b = a1 b 1 + a2 b 2 + a3 b 3
Thus, to find the dot product of a and b,we multiply corresponding compo-
nents and add. The result is not a vector. It is a real number, that is, a
scalar. For this reason, the dot product is sometimes called the scalar prod-
uct (or inner product). Although Definition 1 is given for three-dimensional
vectors, the dot product of two-dimensional vectors is defined in a similar
fashion:
ha1 , a2 i . hb1 , b2 i = a1 b1 + a2 b2
EXAMPLE 5:
The dot product obeys many of the laws that hold for ordinary products of
real numbers.These are stated in the following theorem.
2.9. PROPERTIES OF THE DOT PRODUCT 33
1. a · a =| a |2
2. a · b = b · a
3. a.(b + c) = a · b + a · c
4. 0 · a = 0
These properties are easily proved using Definition 1. For instance, here are
the proofs of Properties 1 and 3:
2.10 THEOREM 1
If θ is the angle between the vectors a and b ,then
a · b =| a || b | cosθ
EXAMPLE 6:
If the vector a and b have lengths 4 and 6, and the angle between them
is π/3,find a · b
SOLUTION :
2.11 COROLLARY 1
If θ is the angle between the non-zero vectors a and b,then
a·b
cosθ =
| a || b |
EXAMPLE 7:
Find the angle between the vectors a = h2, 2, −1i and h5, −3, 2i.
SOLUTION:
Since
p p √
| a |= 22 + 22 + (−1)2 = 3 and | b |= 52 + (−3)2 + 22 = 38
and since
a · b = 2(5) + 2(−3) + (−1)(2) = 2
we have, from Corollary 1
a·b 2
cosθ = = √
| a || b | 3 38
2.12. THEOREM 2 35
a · b =| a || b | cos(π/2) = 0
and conversely if
a·b=0
2.12 THEOREM 2
Two vectors a and b are orthogonal if and only if a · b = 0
EXAMPLE 8:
SOLUTION:
since
(2i + 2j − k) · (5i − 4j + 2k) = 2(5) + 2(−4) + (−1)(2) = 0 these vectors are
perpendicular.
36 CHAPTER 2. VECTOR ALGEBRA
2.13 PROJECTION
The scalar projection of b onto a (also called the component of b along a)
is defined to be the signed magnitude of the vector projection, which is the
number | b | cosθ, where θ is the angle between a and b.This is denoted by
compa b.Observe that it is negative if π/2 < θ ≤ π.The equation
a · b =| a || b | cosθ =| a | (| b | cosθ)
shows that the dot product of a and b can be interpreted as the length of a
times the scalar projection of b onto a.Since
a·b a
| b | cosθ = = ·b
|a| |a|
the component of b along a can be computed by taking the dot product of
b with the unit vector in the direction of a.We summarize these ideas as
follows.
1. Scalar projection of b onto a:
a·b
compa b =
|a|
Notice that the vector projection is the scalar projection times the unit vec-
tor in the direction of a.
EXAMPLE 9:
SOLUTION:
p √
Since | a |= (−2)2 + 32 + 12 = 14, the scalar projection of b onto a
is
a·b (−2)(1) + 3(1) + 1(2) 3
compa b = = √ =√
|a| 14 14
2.13. PROJECTION 37
The vector projection is this scalar projection times the unit vector in the
direction of a:
3 a 3 3 9 3
proja b = √ = a= − , ,
14 | a | 14 7 14 14
38 CHAPTER 2. VECTOR ALGEBRA
EXERCISE:
1. Find a · b
(a) a = h−2, 3i, b = h0.7, 1.2i
(b) a = h−2, 1/3i ,b = h−5, 12i
(c) a = h6, −2, 3i ,b = h2, −5, −1i
(d) a = hp, −p, 2pi, b = h2q, q, −qi
(e) a = h4, 1, 1/4i, b = h6, −3, −8i
(f) a = 2i + j, b = i − j + k
(g) a = 3i + 2j − k, b = 4i + 5k
(h) | a |= 6, | b |= 5,the angle between a and b is 2π/3
√
(i) | a |= 3, | b |= 6,the angle between a and b is 45o
2. Determine whether the given vectors are orthogonal, parallel, or nei-
ther.
(a) a = h−5, 3, 7i ,b = h6, −8, 2i
(b) a = h−3, 9, 6i ,b = h4, −12, −8i
3. Find the values of such that the angle between the vectors
a = h2, 1, −1i and b = h1, x, 0i is 45o .
4. Find the angle between the vectors.
(a) a = h4, 3i and b = h2, −1i
(b) a = h−2, 5i and b = h5, 12i
(c) a = h3, −1, 5i and b = h−2, 4, 3i
(d) a = h4, 0, 2i and b = h2, −1, 0i
5. Find the scalar and vector projections of b onto a.
(a) a = h−5, 12i and b = h4, 6i
(b) a = h1, 4i and b = h2, 3i
(c) a = h3, 6, −2i and b = h1, 2, 3i
(d) a = h−2, 3, −2i and b = h5, −1, 4i
(e) a = 2i − j + 4k, b = i − j + k
(f) a = i + j + k, b = i − j + k
2.14. THE CROSS PRODUCT 39
b1 c 1 + b 2 c 2 + b3 c 3 = 0 (2.2)
To eliminate c3 we multiply (2.1) by b3 and (2.2) a3 and subtract:
(a1 b3 − a3 b1 )c1 + (a2 b3 − a3 b2 )c2 = 0 (2.3)
Equation (2.3) has the form pc1 + qc2 = 0,for which an obvious solution is
c1 = q and c2 = −p.So a solution of (2.3) is
c 1 = a2 b 3 − a3 b 2 c 2 = a3 b 1 − a1 b 3 (2.4)
Substituting these values into (2.1) and (2.2),we then get
c 3 = a1 b 2 − a2 b 1
This means that a vector perpendicular to both a and b is
hc1 , c2 , c3 i = ha2 b3 − a3 b2 , a3 b1 − a1 b3 , a1 b2 − a2 b1 i
The resulting vector is called the cross product of a and b and is denoted by
a × b.
2.15 DEFINITION 4
If a = ha1 , a2 , a3 i and b = hb1 , b2 , b3 i,then the cross product of a and b is the
vector
a × b = ha2 b3 − a3 b2 , a3 b1 − a1 b3 , a1 b2 − a2 b1 i
Notice that the cross product a × b of two vectors a and b,unlike the dot
product, is a vector. For this reason it is also called the vector product. Note
that a×b is defined only when and are three-dimensional vectors. In order to
make Definition 4 easier to remember, we use the notation of determinants.
A determinant of order 2 is defined by
a b
c d = ad − bc
40 CHAPTER 2. VECTOR ALGEBRA
For example,
2 1
−6 4 = 8 − (−6) = 14
a2 a3 a1 a3 a1 a2
a × b = i −
b1 b 3 j + b1 b2 k
(2.6)
b2 b 3
In view of the similarity between Equations (2.5) and (2.6), we often write
i j k
a × b = a1 a2 a3 (2.7)
b1 b2 b3
Although the first row of the symbolic determinant in Equation (2.7) consists
of vectors, if we expand it as if it were an ordinary determinant using the
rule in Equation (2.5), we obtain Equation (2.6). The symbolic formula in
Equation (2.7) is probably the easiest way of remembering and computing
cross products.
1. EXAMPLE 1:
2. EXAMPLE 2:
SOLUTION:
If a = ha1 , a2 , a3 i,then
i j k
a × b = a1 a2 a3 = (a2 a3 − a3 a2 )i − (a1 a3 − a3 a1 )j + (a1 a2 − a2 a1 )k
a1 a2 a3
= 0i − 0j + 0k = 0
2.16 THEOREM 3
The vector a × b is orthogonal to a and b.
PROOF:
2.17 THEOREM 4
If θ is the angle between a and b (so 0 ≤ θ ≤ π),then
| a × b |=| a || b | sinθ
2.18 COROLLARY
Two nonzero vectors a and b are parallel if and only if
a×b=0
PROOF:
Two nonzero vectors a and b are parallel if and only if θ = 0 or π.In ei-
ther case sinθ = 0,so | a × b |= 0 and therefore a × b = 0.
EXAMPLE 3:
(a) Find a vector perpendicular to the plane that passes through the points
P (1, 4, 6),Q (−2, 5, −1),R (1, −1, 1).
SOLUTION:
−→ −→ −→ −→
The vector P Q × P R is perpendicular to both P Q and P R and is there-
fore perpendicular to the plane through P ,Q,and R.
−→
P Q = (−2 − 1)i + (5 − 4)j + (−1 − 6)k = −3i + j − 7k
−→
P R = (1 − 1)i + (−1 − 4)j + (1 − 6)k = −5j − 5k
2.19. LEMMA 1(GEOMETRICAL APPLICATION OF VECTOR PRODUCT)43
So the vector h−40, −15, 15i is perpendicular to the given plane. Any
nonzero scalar multiple of this vector, such as h−8, −3, 3i ,is also per-
pendicular to the plane.
(b) Find the area of the triangle with vertices P (1, 4, 6),Q (−2, 5, −1),R (1, −1, 1).
SOLUTION:
−→ −→
In the previous example we computed that P Q×P R = h−40, −15, 15i.The
area of the parallelogram with adjacent sides P Q and P Q is the length
of this cross product:
−→ −→ p √
| P Q × P R |= (−40)2 + (−15)2 + (15)2 = 5 82
The area√A of the triangle P QR is half the area of this parallelogram,
that is, 25 82.
If we apply Theorems 3 and 4 to the standard basis vectors i,j,and k using
θ = π/2,we obtain
i×j =k j×k =i k×i=j
j × i = −k k×j =i i × k = −j
Observe that
i × j 6= j × i
1. Thus the cross product is not commutative. Also
i × (i × j) = i × k = −j
whereas
(i × i) × j = 0 × k = 0
2. So the associative law for multiplication does not usually hold; that is,
in general,
(a × b) × c 6= a × (b × c)
However, some of the usual laws of algebra do hold for cross products. The
following theorem summarizes the properties of vector products.
44 CHAPTER 2. VECTOR ALGEBRA
2.20 THEOREM 5
If a,b,and c are vectors and k is a scalar,then
1. a × b = −b × a
3. a × (b + c) = a × b + a × c
4. (a + b) × c = a × c + b × c
5. a · (b × c) = (a × b) · c
6. a × (b × c) = (a · c)b − (a · b)c
2.22 DEFINITION 5
1. Three vectors a,b,and c (in the given order)are said to constitute a
right-handed system if the scalar triple product a · (b × c) > 0
EXAMPLE 4:
Use the scalar triple product to show that the vectors a = h1, 4, −7i,b =
h2, −1, 4i,and c = h0, −9, 18i are coplanar.
SOLUTION:
1 4 −7
−1 4 2 4 2 −1
a · (b × c) = 2 −1 4 = 1 − 4
0 18 − 7 0 −9 = 1(18) − 4(36) − 7(−18) = 0
0 −9 18 −9 18
EXERCISES:
r = ro + tv (2.9)
Two vectors are equal if and only if corresponding components are equal.
Therefore we have the three scalar equations:
xo + ta yo + tb zo + ct (2.10)
EXAMPLE 1:
(a) Find a vector equation and parametric equations for the line that passes
through the point (5, 1, 3) and is parallel to the vector i + 4j − 2k.
SOLUTION:
x=5+t y = 1 + 4t z = 3 − 2t
The vector equation and parametric equations of a line are not unique.
If we change the point or the parameter or choose a different parallel
vector, then the equations change. For instance, if, instead of (5,1,3),we
choose the point (6,5,1),hen the parametric equations of the line become
x=6+t y = 5 + 4t z = 1 − 2t
Or, if we stay with the point (5,1,3) but choose the parallel vector 2i +
8j − 4k,we arrive at the equations
x = 5 + 2t y = 1 + 8t z = 3 − 4t
EXAMPLE 2:
(a) Find parametric equations and symmetric equations of the line that
passes through the points A (2, 4, −3) and B (3, −1, 1).
SOLUTION:
(a) We are not explicitly given a vector parallel to the line, but observe that
−→
the vector v with representation AB is parallel to the line and
x=2+t y = 4 − 5t z = −3 + 4t
(b) The line intersects the xy−plane when z = 0 in the symmetric equations
and obtain
x−2 y−4 3
= =
1 −5 4
11 1
This gives x = 4 and y = 4 ,so the line intersects the xy−plane at the
11 1
point 4 , 4 , 0 .
x=2+t y = 4 − 5t z = −3 + 4t 0 ≤ t ≤ 1.
In general, we know from Equation (2.9) that the vector equation of a line
through the (tip of the) vector ro in the direction of a vector v is r = ro +tv.If
the line also passes through(the tip of ) r1 ,then we can take r1 − ro and so
its vector equation is
r = ro + t(r1 − ro ) + tr1
EXAMPLE 3:
SOLUTION:
The lines are not parallel because the corresponding vectors h1, 3, −1i and
h2, 1, 4i are not parallel. (Their components are not proportional.) If L1 and
L2 had a point of intersection, there would be values of t and s such that
1 + t = 2s
−2 + 3t = 3 + s
4 − t = −3 + 4s
But if we solve the first two equations, we get t = 11
5
and s = 85 ,and these
values don’t satisfy the third equation. Therefore there are no values of t
and s that satisfy the three equations, so L1 and L2 do not intersect.Thus
L1 and L2 are skew lines.
2.26 PLANES
Although a line in space is determined by a point and a direction, a plane in
space is more difficult to describe. A single vector parallel to a plane is not
enough to convey the ”direction” of the plane, but a vector perpendicular
to the plane does completely specify its direction. Thus a plane in space
is determined by a point Po (x0 , yo , zo ) in the plane and a vector n that is
orthogonal to the plane. This orthogonal vector n is called a normal vector.
Let P (x, y, z) be an arbitrary point in the plane, and let ro and r be the
position vectors of Po and P . Then the vector r − ro is represented by
−−→
P0 P .The normal vector n is orthogonal to every vector in the given plane.
In particular, n is orthogonal to r − ro and so we have
n · (r − ro ) = 0 (2.13)
which can be rewritten as
n · r = n · ro (2.14)
52 CHAPTER 2. VECTOR ALGEBRA
ha, b, ci · hx − x0 , y − y0 , z − z0 i = 0
or
Equation (2.15) is the scalar equation of the plane through Po (x0 , yo , zo ) with
normal vector n = ha, b, ci
EXAMPLE 4:
Find an equation of the plane through the point (2,4,-1) with normal vector
n = h2, 3, 4i.Find the intercepts.
SOLUTION:
or
2x + 3y + 4z = 12
ax + by + cz + d = 0 (2.16)
EXAMPLE 5:
1. Find an equation of the plane that passes through the points P (1, 3, 2),Q (3, −1, 6),and
R (5, 2, 0).
SOLUTION:
−→ −→
The vectors a and b corresponding to P Q and P R are
a = h2, −4, 4i b = h4, −1, −2i
Since both a and b lie in the plane, their cross product a×b is orthogonal
to the plane and can be taken as the normal vector. Thus
i j k
n = a × b = 2 −4 4 = 12i + 20j + 14k
4 −1 −2
With the point P (1, 3, 2) and the normal vector n, an equation of the
plane is
12(x − 1) + 20(y − 3) + 14(z − 2) = 0
or
6x + 10y + 7z = 50
SOLUTION:
SOLUTION:
(a) The normal vectors of these planes are
n1 = h1, 1, 1i n2 = h1, −2, 3i
and so, if θ is the angle between the planes,gives
n1 · n2
cosθ =
| n1 || n2 |
1(1) + 1(−2) + 1(3) 2
=√ √ =√
1+1+1 1+4+9 42
2
θ = cos−1 √ = 72o
42
(b) We first need to find a point on L.For instance, we can find the
point where the line intersects the xy−plane by setting z = 0 in
the equations of both planes. This gives the equations x + y = 1
and x − 2y = 1,whose solution is x = 1,y = 0.So the point (1,0,0)
lies on L. Now we observe that, since L lies in both planes, it
is perpendicular to both of the normal vectors. Thus a vector v
parallel to L is given by the cross product
i j k
v = n1 × n2 = 1 1 1 = 5i − 2j − 3k
1 −2 3
SOLUTION:
Let Po (xo , yo , zo ) be any point in the given plane and let b be the vector
−−→
corresponding to Po P1 .Then
b = hx1 − x0 , y1 − y0 , z1 − z0 i
2.26. PLANES 55
We can see that the distance D from P1 to the plane is equal to the
absolute value of the scalar projection of b onto the normal vector
n = ha, b, ci
|n·b|
D =| compn b |=
|n|
| a(x1 − x0 ) + b(y1 − y0 ) + c(z1 − z0 ) |
= √
a2 + b 2 + C 2
| (ax1 + by1 + cz1 ) − (axo + by0 + cz0 ) |
= √
a2 + b 2 + C 2
Since Po lies in the plane, its coordinates satisfy the equation of the
plane and so we have axo + by0 + cz0 + d = 0. Thus the formula for D
can be written as
| (ax1 + by1 + cz1 ) |
D= √ (2.17)
a2 + b 2 + C 2
SOLUTION:
First we note that the planes are parallel because their normal vectors
h10, 2, −2i and h5, 1, −1i are parallel. To find the distance D between
the planes, we choose any point on one plane and calculate its distance
to the other plane. In particular if we put y = z = 0 in the equa-
tion of the first plane, we get 10x = 5 and so (1/2, 0, 0) and the plane
5x + y − z − 1 = 0 is
√
| 5(1/2) + 1(0) − 1(0) − 1 3/2 3
D= p = √ =
2 2
5 + 1 + (−1) 1 3 3 6
√
So the distance between the planes is 3/6.
56 CHAPTER 2. VECTOR ALGEBRA
EXERCISE:
(a) The line through the point (6, −5, 2) and parallel to the vector
h1, 3, −2/3i
(b) The line through the point (2, 2.4, 3.5) and parallel to the vector
3i + 3j − k.
(c) The line through the point (1, 0, 6) and perpendicular to the plane
x + 3y + z = 5
(a) The line through the origin and the point (4, 3, −1)
(b) The line through the points (0, 1/2, 1) and (2, 1, −3)
(c) The line through the points (1.0, 2.4, 4.6) and (2.6, 1.2, 0.3)
(d) The line through the points (−8, 1, 4) and (3, −2, 4)
(e) The line of intersection of the planes x+2y +3z = 1 and x−y +z =
1.
2.27. VECTOR SPACES 57
(a) The plane through the origin and perpendicular to the vector h1, −2, 5i.
(b) The plane through the point (5, 3, 5) and with normal vector 2i +
j−k
(c) The plane through the point (−1, 1/2, 3) and with normal vector
i + 4j + k
(c) u + v = v + u
(d) u + (v + w) = (u + v) + w
(e) There is a special object in V , denoted 0 and called the zero vector, such
that for all u in V we have u + 0 = 0 + u = u .
(f) For every u in V there is another object in V , denoted −u and called the
negative of u, such that u − u = u + (−u) = 0 .
(g) c(u + v) = cu + cv
(h) (c + k)u = cu + ku
(j) 1u = u
58 CHAPTER 2. VECTOR ALGEBRA
w = c1 v1 + c2 v2 + · · · + cn vn
EXAMPLE 1:
Determine if the vector is a linear combination of the two given vectors.
SOLUTION:
1. In each of these cases we’ll need to set up and solve the following
equation,
w = c1 v1 + c2 v2
(−12, 20) = c1 (−1, 2) + c2 (4, −6)
2c1 − 3c2 = 1
10c1 − 15c2 = −4
This system does not have a solution and so w is not a linear combi-
nation of v1 and v2 .
2.29. DEFINITION 6 59
2.29 DEFINITION 6
Suppose S = {v1 , v2 , · · · , vn } is a non-empty set of vectors and form the
vector equation,
c1 v1 + c2 v2 + · · · + cn vn = 0
EXERCISE:
Determine if each of the following sets of vectors are linearly independent or
linearly dependent
EXAMPLES:
PROOF:
indeed, suppose kv = 0,then k = 0. since v 6= 0. Thus according to the
above definition, v must be linearly independent.
PROOF:
c0 = 0,does not necessarily imply that k = 0. Thus according to the
above definition, 0 must be linearly dependent.
60 CHAPTER 2. VECTOR ALGEBRA
2.30 DEFINITION 8
Vectors v1 , v2 , · · · , vn ,all from V are said to constitute a basis for w if
w = c1 v1 + c2 v2 + · · · + cn vn
MATRIX ALGEBRA
A+B =C
where C = [cij ]m×n and cij = aij + bij .That is C is obtained by adding
corresponding elements of A and B.For example,
2 3 −1 3 4 2
A= and B =
4 0 3 1 −1 0
61
62 CHAPTER 3. MATRIX ALGEBRA
Then
5 7 1
A+B =
5 −1 3
observe that the matrix sum or difference is defined only when the two ma-
trices have the same number of rows and same number of columns.
A matrix such that all its entries are zero is called a zero matrix and is
denoted by 0.That is in a zero matrix aij = 0 for all i and j.
1. A + B = B + A
2. (A + B) + C = A + (B + C)
3. A + 0 = 0 + A = A
1. Select ith row in A and jth column in B and place them side by side.
EXAMPLE 1:
Then
7 13
AB =
−3 0
and
4 1 −2
BA = 10 3 −1
16 5 0
1. A · (B · C) = (A · B) · C
2. A · (B + C) = A · B + A · C
4. If A is n × n matrix then A · In = In · = A.
64 CHAPTER 3. MATRIX ALGEBRA
Ap Aq = Ap+q
3.8 TRACE
If A is a square matrix,then the trace of A,denoted by tr(A) is defined by
the entries of the main diagonal of A.The trace of A is undefined if A is not
a square matrix.
a11 a12 a13
A = a21 a22 a23 , tr(A) = a11 + a22 + a33
a31 a32 a33
3.9. SYMMETRIC MATRIX 65
EXAMPLE 2:
If
4 1 −2
A = 10 3 −1 , then tr(A) = 4 + 3 + 0 = 7
16 5 0
EXERCISE 1: If
1 0 3 −4 2 5 2 1
A= , B= , C=
0 2 4 2 2 0 1 2
2. B − A
3. A + C
4. A − B
5. B − A
6. A − C
7. B − C
8. tr(C)
EXAMPLE 3:
2 −3 4
1. A = −3 1 2
4 2 3
1 0
2. B =
0 1
66 CHAPTER 3. MATRIX ALGEBRA
3.10 THEOREM 2
Let A and B be symmetric matrices of the same size and C is any scalar
then,
1. A + B is symmetric.
2. A − B is symmetric.
4. cA is symmetric.
5. AT is symmetric
3.11 THEOREM 3
Let A and B be skew symmetric matrices and scalar k,then
1. A + B is skew symmetric.
2. A − B is skew symmetric.
3. kA is skew symmetric.
EXAMPLE 4:
i 0
A=
0 1
EXAMPLE 5:
i 2 + i 3 + 2i
A = −2 + i 3i −3i
−3 + 2i −3i 0
then we call A invertible and we say that B is an inverse of the matrix A.If
we can’t find such a matrix B we call A a singular matrix (det(A) = 0).
3.17 THEOREM 1
Suppose that A is invertible and that both B and C are inverses of A. Then
B = C and we will denote the inverse as A−1 .
EXAMPLE 1:Given the matrix A verify that the indicated matrix is in fact
the inverse.
−4 −2 −1 −1/2 −1/5
A= A =
5 5 1/2 2/5
SOLUTION:
To verify that we do in fact have the inverse we’ll need to check that
AA−1 = A−1 A = I
This is easy enough to do and so we’ll leave it to you to verify the multipli-
cation.
−1 −4 −2 −1/2 −1/5 1 0
AA = =
5 5 1/2 2/5 0 1
and
−1 −1/2 −1/5 −4 −2 1 0
A A= =
1/2 2/5 5 5 0 1
3.18 DEFINITION 2
If A is a square matrix and n > 0 then,
3.19 THEOREM 1
Suppose that A and B are invertible matrices of the same size. Then,
1. A is invertible.
3. A is row equivalent to In .
5.
3.21 THEOREM 2
a b
The matrix A = is invertible if ad−bc 6= 0 and singular if ad−bc = 0.If
c d
the matrix is invertible its inverse will be,
−1 1 d −b
A =
ad − bc −c a
−4 −2
A=
5 5
SOLUTION:
70 CHAPTER 3. MATRIX ALGEBRA
We’ve already looked at this one above, but let’s do it here so we can contrast
the work between the two methods. First, we need,
So, the matrix is in fact invertible by the fact and here is the inverse,
−1 1 5 2 −1/2 −1/5
A = =
−10 −5 −4 1/2 2/5
SOLUTION:
(−4)(3) − (−2)(6) = 0
3.22 DETERMINANT
DEFINITION:If A is square matrix then the determinant function is denoted
by det and det(A) is defined to be the sum of all the signed elementary
products of A.
Note that often we will call the number det(A) the determinant of A. Also,
there is some alternate notation that is sometimes used for determinants. We
will sometimes denote determinants as det(A) =| A | and this is most often
done with the actual matrix instead of the letter representing the matrix.
SOLUTION:
3 2
(a) A = , det(A) = (3)(5) − (2)(−9) = 33
−9 5
3 5 4
−1 8 −2 8 −2 −1
(b) B = −2 −1 8 , det(B) = 3
−5 +4
1 7 −11 7 −11 1
−11 1 7
= 3(−7 − 8) − 5(−14 + 88) + 4(−2 − 11) = −467
2 −6 2
−8 3 2 3 2 −8
(c) C = 2 −8 3 , det(C) = 2 +6 +2
1 1 −3 1 −3 1
−3 1 1
= 2(−8 − 3) + 6(2 + 9) + 2(2 − 24) = 0
3.24 THEOREM 1
let A be an n × n matrix and c be a scalar then,
det(cA) = cn det(A)
EXAMPLE 1:For the given matrix below compute both det(A) and det(2A).
4 −2 5
A = −1 −7 10
0 1 −3
SOLUTION:
We’ll leave it to you to verify all the details of this problem. First the
scalar multiple.
8 −4 10
2A = −2 −14 20
0 2 −6
The determinants.
Now, let’s investigate the relationship between det(A), det(B) and det(A+B).
3.25 THEOREM 2
Suppose that A, B, and C are all n × n matrices and that they differ by
only a row,say the k th row. Let’s further suppose that the k th row of C can
be found by adding the corresponding entries from the k th rows of A and B.
Then in this case we will have that
All three matrices differ only in the second row and the second row of C can
be found by adding the corresponding entries from the second row of A and
B. The determinants of these matrices are,
3.26 THEOREM 3
If A and B are matrices of the same size then
det(AB) = det(A)det(B)
EXAMPLE 4:For the given matrices compute det(A), det(B), and det(AB).
1 −2 3 0 1 8
A = 2 7 4 B = 4 −1 1
3 1 4 0 3 3
SOLUTION:
3.27 THEOREM 4
A square matrix A is invertible if and only if det(A) 6= 0. A matrix that is
invertible is often called non-singular and a matrix that is not invertible is
often called singular.
74 CHAPTER 3. MATRIX ALGEBRA
3.28 THEOREM 5
If A is a square matrix then,
det(A) = det(AT )
EXAMPLE 5:Compute det(A) and det(AT ) for the following matrix.
5 3 2
A = −1 −8 −6
0 1 1
SOLUTION:
3.29 THEOREM 6
If A is a square matrix with a row or column of all zeroes then
det(A) = 0
and so A will be singular.
It is actually very easy to compute the determinant of any triangular (and
hence any diagonal) matrix. Here is the theorem that tells us how to do that.
3.30 THEOREM 7
Suppose that A is an n × n triangular matrix then,
det(A) = a11 a22 · · · ann
EXAMPLE 6:Compute the determinant of each of the following matrices
5 0 0
(a) A = 0 −3 0,det(A) = −60
0 0 4
6 0
(b) B = ,det(B) = −6
2 −1
10 5 1 3
0 0 −4 9
0 0 6 4,det(C) = 0
(c) C =
0 0 0 5
3.31. THE METHOD OF COFACTORS 75
3.32 DEFINITION 1
If A is a square matrix then the minor of aij ,denoted by Mij ,is the determi-
nant of the submatrix that results from removing the ith row and j th column
of A.
3.33 DEFINITION 2
If A is a square matrix then the cofactor of aij ,denoted by Cij ,is the number
(−1)i+j Mij .
It turns out that we can also use cofactors to determine the inverse of an
invertible matrix. To see how this is done we’ll first need a quick definition.
3.34 DEFINITION 3
lET A be an n × n matrix and Cij be the cofactors of aij .The matrix of
cofactors from A is,
C11 C12 · · · C1n
C21
C22 · · · C23
.. .. ... ..
. . .
Cn1 Cn2 · · · ann
The adjoint of A is the transpose of the matrix of cofactors and is denoted
by adj(A).
SOLUTION:
We need the cofactors for each of the entries from this matrix.
2 6 3 3 1 3 4 1 6
A11 = (−1) = 12, A12 = (−1) = 6, A13 = (−1) = −16,
−4 0 2 0 2 −4
3 2 −1 4 3 −1 5 3 2
A21 = (−1) = 4, A22 = (−1) = 2, A23 = (−1) = 16,
−4 0 2 0 2 −4
4 2 −1 5 3 −1 6 3 2
A31 = (−1) = 12, A32 = (−1) = −10, A33 = (−1) = 16
6 3 1 3 1 6
3.35 THEOREM 8
If A is an invertible matrix then
1
A−1 = adj(A)
det(A)
EXAMPLE 2:Use the adjoint matrix to compute the inverse of the following
matrix.
3 2 −1
A = 1 6 3
2 −4 0
SOLUTION:
det(A) = 64
3.36. THEOREM 9 77
12 4 12
adj(A) = 6 2 −10
−16 16 16
3.36 THEOREM 9
Let A be a square matrix.
(b) If B is the matrix that results from interchanging two rows or two
columns of A then det(B) = −det(A).
(c) If B is the matrix that results from adding a multiple of one row of A
onto another row of A or adding a multiple of one column of A onto
another column of A then det(B) = det(A).
(d) If A is a square matrix and that two of its rows are proportional or two
of its columns are proportional. Then det(A) = 0 .
a1 x 1 + a2 x 2 + · · · an x n = b (3.1)
EXAMPLE 1:
Find the solution set for each of the following linear equations.
(a) 7x1 − 95 x2 = −1
(b) 6x8 y + 10z = 3
SOLUTION:
(a) 7x1 − 95 x2 = −1
The first thing that we’ll do here is solve the equation for one of the two
unknowns. It doesn’t matter which one we solve for, but we’ll usually
try to pick the one that will mean the least amount (or at least simpler)
work. In this case it will probably be slightly easier to solve for x1 so
let’s do that.
5
7x1 − x2 = −1
9
5
7x1 = x2 − 1
9
5 1
x1 = x2 −
63 7
3.37. SYSTEM OF EQUATIONS 79
Now, what this tells us is that if we have a value for x2 then we can deter-
mine a corresponding value for x1 .Since we have a single linear equation
there is nothing to restrict our choice of x2 and so we we’ll let x2 be any
number. We will usually write this as x2 = t,where t is any number.
Note that there is nothing special about the t, this is just the letter that
I usually use in these cases. Others often use s for this letter and, of
course, you could choose it to be just about anything as long as it’s not a
letter representing one of the unknowns in the equation ( x in this case).
Once we’ve ”chosen” x2 we’ll write the general solution set as follows,
5 1
x1 = x2 − x2 = t
63 7
So, just what does this tell us as far as actual number solutions go? We’ll
choose any value of t and plug in to get a pair of numbers x1 and x2 that
will satisfy the equation. For instance picking a couple of values of t
completely at random gives,
1
t=0: x1 = − x2 = 0
7
5
t = 27 : x1 = (27) x2 = 27
63
We can easily check that these are in fact solutions to the equation by
plugging them back into the equation.
1 5
t=0: 7(− ) − (0) = −1
7 9
5
t = 27 : 7(2) − (27) = −1
9
So, for each case when we plugged in the values we got for x1 and x2 we
got -1 out of the equation as we were supposed to. Note that since there
an infinite number of choices for t there are in fact an infinite number of
possible solutions to this linear equation.
(b) 6x8 y + 10z = 3 We’ll do this one with a little less detail since it works in
essentially the same manner. The fact that we now have three unknowns
will change things slightly but not overly much. We will first solve the
equation for one of the variables and again it won’t matter which one we
chose to solve for.
10z = 3 − 6x8 y
3 3 4
z= − x+ y
10 5 5
80 CHAPTER 3. MATRIX ALGEBRA
In this case we will need to know values for both x and y in order to
get a value for z. As with the first case, there is nothing in this problem
to restrict out choices of x and y. We can therefore let them be any
number(s). In this case we’ll choose x = t and y = 5. Note that we chose
different letters here since there is no reason to think that both x and y
will have exactly the same value(although it is possible for them to have
the same value).
The solution set to this linear equation is then,
3 3 4
x=t y=s z= − x+ y
10 5 5
So, if we choose any values for t and s we can get a set of number solutions
as follows.
3 3 4 13
x=0 y = −2 z= − (0) + (−2) = −
10 5 5 10
3 3 3 3 4 3 26
x=− y=5 z= − (− ) + (− ) =
2 10 5 2 5 2 5
As with the first part if we take either set of three numbers we can plug
them into the equation to verify that the equation will be satisfied. We’ll
do one of them and leave the other to you to check.
−3 26
6 − 8 (5) + 10 = −9 − 40 + 52 = 3
2 5
The variables that we got to choose values for ( x2 in the first example and x
and y in the second)are sometimes called free variables.We now need to start
talking about the actual topic of this section, systems of linear equations. A
system of linear equations is nothing more than a collection of two or more
linear equations.Here are some examples of systems of linear equations.
2x + 3y = 9
x − 2y = −13,
3.38 THEOREM 1
Given a system of n equations and m unknowns there will be one of three
possibilities for solutions to the system.
1. There will be no solution.
2. There will be exactly one solution.
3. There will be infinitely many solutions
If there is no solution to the system we call the system inconsistent and
if there is at least one solution to the system we call it consistent.
Now that we’ve got some of the basic ideas about systems taken care of we
need to start thinking about how to use linear algebra to solve them. Actu-
ally that’s not quite true. We’re not going to do any solving until the next
section. In this section we just want to get some of the basic notation and
ideas involved in the solving process out of the way before we actually start
trying to solve them.
We’re going to start off with a simplified way of writing the system of equa-
tions. For this we will need the following general system of n equations and
m unknowns.
In this system the unknowns are x1 + x2 + · · · , xn and aij and bi are known
numbers. Note as well how we’ve subscripted the coefficients of the unknowns
(the aij ).The first subscript, i,denotes the equation that the subscript is in
and the second subscript, j, denotes the unknown that it multiplies. For
instance,a36 would be in the coefficient of x6 in the third equation.
Any system of equations can be written as an augmented matrix. A matrix
is just a rectangular array of numbers and we’ll be looking at these in great
detail in this course so don’t worry too much at this point about what a
matrix is. Here is the augmented matrix for the general system in
a11 a12 · · · a1m b1
a21 a22 · · · a2m b2
.. .. .. ..
. . . .
an1 an2 · · · anm bn
82 CHAPTER 3. MATRIX ALGEBRA
Each row of the augmented matrix consists of the coefficients and constant
on the right of the equal sign from a given equation in the system. The first
row is for the first equation, the second row is for the second equation etc.
Likewise each of the first m columns of the matrix consists of the coefficients
from the unknowns.The first column contains the coefficients of x1 ,the second
column contains the coefficients of x2 ,etc. The final column contains all the
constants on the right of the equal sign. Note that the augmented part of
the name arises because we tack the bi ’s onto the matrix. If we don’t tack
those on and we just have
a11 a12 · · · a1m
a21 a22 · · · a2m
.. .. ..
. . .
an1 an2 · · · anm
EXAMPLE 2:
SOLUTION:
There really isn’t too much to do here other than write down the system.
3 −10 6 −1 3
1 0 9 −5 −12
−4 1 −9 2 7
Notice that the second equation did not contain an x2 and so we consider its
coefficient to be zero.
Note as well that given an augmented matrix we can always go back to a
system of equations.
3.38. THEOREM 1 83
EXAMPLE 3:
For the given augmented matrix write down the corresponding system of
equations.
4 −1 1
−5 −8 4
9 2 −2
SOLUTION:
4x1 − x2 = 1
−5x1 − 8x2 = 4
9x1 + 2x2 = −2
There is one final topic that we need to discuss in this section before we move
onto actually solving systems of equation with linear algebra techniques. In
the next section where we will actually be solving systems our main tools
will be the three elementary row operations. Each of these operations will
operate on a row (which shouldn’t be too surprising given the name) in the
augmented matrix and since each row in the augmented matrix corresponds
to an equation these operations have equivalent operations on equations.
Here are the three row operations, their equivalent equation operations as
well as the notation that we’ll be using to denote each of them.
1. If there are any rows of all zeros then they are at the bottom of the
matrix.
2. If a row does not consist of all zeros then its first non-zero entry ( i.e.
the left most non-zero entry) is a 1. This 1 is called a leading 1.
3. In any two successive rows, neither of which consists of all zeroes, the
leading 1 of the lower row is to the right of the leading 1 of the higher
row.
4. If a column contains a leading 1 then all the other entries of that column
are zero.
EXAMPLE 1:
0 0 0 0 0
EXAMPLE 2:
Notice from Examples 1 and 2 that the only real difference between row-
echelon form and reduced row-echelon form is that a matrix in row-echelon
form is only required to have zeroes below a leading 1 while a matrix in re-
duced row-echelon from must have zeroes both below and above a leading 1.
Okay, let’s now start thinking about how to use linear algebra techniques
to solve systems of linear equations. The process is actually quite simple.
To solve a system of equations we will first write down the augmented ma-
trix for the system. We will then use elementary row operations to reduce
the augmented matrix to either row-echelon form or to reduced row-echelon
form. Any further work that we’ll need to do will depend upon where we stop.
EXAMPLE 3:
−2x1 + x2 − x3 = 4
x1 + 2x2 + 3x3 = 13
3x1 + x3 = −1
SOLUTION:
Since we’re asked to use both solution methods on this system and in or-
der for a matrix to be in reduced row-echelon form the matrix must also be
in row-echelon form. Therefore, we’ll start off by putting the augmented ma-
trix in row-echelon form, then stop to find the solution. This will be Gaussian
Elimination. After doing that we’ll go back and pick up from row-echelon
form and further reduce the matrix to reduced row echelon form and at this
point we’ll have performed Gauss-Jordan Elimination.
So, let’s start off by getting the augmented matrix for this system.
−2 1 −1 4
1 2 3 13
3 0 1 −1
As we go through the steps in this first example we’ll mark the entry(s) that
we’re going to be looking at in each step underlined so that we don’t lose
track of what we’re doing. We should also point out that there are many
different paths that we can take to get this matrix into row-echelon form
and each path may well produce a different row-echelon form of the matrix.
Keep this in mind as you work these problems. The path that you take to
get this matrix into row-echelon form should be the one that you find the
easiest and that may not be the one that the person next to you finds the
easiest. Regardless of which path you take you are only allowed to use the
three elementary row operations that we looked in the previous section.
So, with that out of the way we need to make the leftmost non-zero entry
in the top row a one. In this case we could use any three of the possible
row operations. We could divide the top row by -2 and this would certainly
change the red -2 into a one. However, this will also introduce fractions into
the matrix and while we often can’t avoid them let’s not put them in before
we need to.
88 CHAPTER 3. MATRIX ALGEBRA
Next, we could take row three and add it to row one, or we could take three
times row 2 and add it to row one. Either of these would also change the red
-2 into a one. However, this row operation is the one that is most prone to
arithmetic errors so while it would work let’s not use it unless we need to.
This leaves interchanging any two rows. This is an operation that won’t
always work here to get a 1 into the spot we want, but when it does it will
usually be the easiest operation to use. In this case we’ve already got a one
in the leftmost entry of the second row so let’s just interchange the first and
second rows and we’ll get a one in the leftmost spot of the first row pretty
much for free.Here is this operation.
−2 1 −1 4 1 2 3 13
1 2 3 13 R1 ↔ R2 −2 1 −1 4
3 0 1 −1 −3 0 1 −1
Now, the next step we’ll need to take is changing the two numbers in the
first column under the leading 1 into zeroes. Recall that as we move down
the rows the leading 1 MUST move off to the right. This means that the two
numbers under the leading 1 in the first column will need to become zeroes.
Again, there are often several row operations that can be done to do this.
However, in most cases adding multiples of the row containing the leading 1
(the first row in this case) onto the rows we need to have zeroes is often the
easiest. Here are the two row operations that we’ll do in this step.
1 2 3 13 1 2 3 13
−2 1 −1 4 R2 + 2R1 , R3 − 3R1 → 0 5 5 30
−3 0 1 −1 0 −6 −8 −40
Notice that since each operation changed a different row we went ahead
and performed both of them at the same time. We will often do this when
multiple operations will all change different rows.
We now need to change the red ”5” into a one. In this case we’ll go ahead
and divide the second row by 5 since this won’t introduce any fractions into
the matrix and it will give us the number we’re looking for.
1 2 3 13 1 2 3 13
1
0 5 5 30 R2 → 0 1 1 6
5
0 −6 −8 −40 0 −6 −8 −40
Next, we’ll use the third row operation to change the red ”-6” into a zero so
the leading 1 of the third row will move to the right of the leading 1 in the
second row. This time we’ll be using a multiple of the second row to do this.
3.39. SOLVING SYSTEMS OF EQUATIONS 89
At this point solving is quite simple. In fact we can see from this that
x3 = 2.Plugging this into the second equation gives x2 = 4.Finally, plugging
both of these into the first equation gives x1 = −1.Summarizing up the
solution to the system is,
x1 = −1, x2 = 4, x3 = 2
This substitution process is called back substitution. Now, let’s pick back
up at the row-echelon form of the matrix and further reduce the matrix into
reduced row-echelon form. The first step in doing this will be to change
the numbers above the leading 1 in the third row into zeroes. Here are the
operations that will do that for us.
1 2 3 13 1 2 0 7
0 1 1 6 R1 − 3R3 , R2 − R3 → 0 1 0 4
0 0 1 2 0 0 1 2
The final step is then to change the red ”2” above the leading one in the
second row into a zero.Here is this operation
1 2 0 7 1 0 0 −1
0 1 0 4 R1 − 3R3 → 0 1 0 4
0 0 1 2 0 0 1 2
x1 = −1, x2 = 4, x3 = 2
We can see from this that one of the nice consequences to Gauss-Jordan
Elimination is that when there is a single solution to the system there is no
work to be done to find the solution. It is generally given to us for free. Note
as well that it is the same solution as the one that we got by using Gaussian
Elimination as we should expect.
3.39. SOLVING SYSTEMS OF EQUATIONS 91
EXAMPLE 4:
x1 − x2 + x3 = −2
−x1 + x2 − 2x3 = 3
2x1 − x2 + 3x3 = 1
SOLUTION:
First, the instructions to this problem did not specify which method to use
so we’ll need to make a decision. No matter which method we chose we will
need to get the augmented matrix down to row-echelon form so let’s get to
that point and then see what we’ve got. If we’ve got something easy to work
with we’ll stop and do Gaussian Elimination and if not we’ll proceed to re-
duced row-echelon form and do Gauss-Jordan Elimination.
So, let’s start with the augmented matrix and then proceed to put it into
row-echelon form and again we’re not going to put in quite the detail in this
example as we did with the first one. So,here is the augmented matrix for
this system.
1 −2 3 −2
−1 1 −2 3
2 −1 3 1
and here is the work to put it into row-echelon form.
1 −2 3 −2 1 −2 3 −2 1 −2 3 −2
−1 1 −2 3 R2 + R1 , R3 − 2R1 → 0 −1 1 1 − R2 → 0 1 −1 −1
2 −1 3 1 0 3 −3 5 0 3 −3 5
1 −2 3 −2 1 −2 3 −2
1
R3 − 3R2 → 0 1 −1 −1 R3 → 0 1 −1 −1
8
0 0 0 8 0 0 0 1
Okay, we’re now in row-echelon form. Let’s go back to equation and see what
we’ve got.
x1 − x2 + x3 = −2
x2 − x3 = −1
0=1
92 CHAPTER 3. MATRIX ALGEBRA
That last equation doesn’t look correct. We’ve got a couple of possibilities
here.We’ve either just managed to prove that 0=1 (and we know that’s not
true), we’ve made a mistake (always possible, but we haven’t in this case) or
there’s another possibility we haven’t thought of yet.
Recall from Theorem 1 in the previous section that a system has one of three
possibilities for a solution. Either there is no solution, one solution or in-
finitely many solutions. In this case we’ve no solution. When we go back to
equations and we get an equation that just clearly can’t be true such as the
third equation above then we know that we’ve no solution.
Note as well that we didn’t really need to do the last step above. We could
have just as easily arrived at this conclusion by looking at the second to last
matrix since 0=8 is just as incorrect as 0=1.
So, to close out this problem, the official answer is that there is no solution
to this system.
1. x1 − 2x2 + 3x3 = −2
− x1 + x2 − 2x3 = 3
2x1 − x2 + 3x3 = −7
2. 3x1 − 4x2 = 10
− 5x1 + 8x2 = −17
− 3x1 + 12x2 = −12
x1 = 0, x2 = 0, · · · , xm = 0
3.41 THEOREM 2
Given a homogeneous system of n equations and m unknowns there will be
one of two possibilities for solutions to the system.
1. There will be exactly one solution,x1 = 0, x2 = 0, · · · , xm = 0.This
solution is called the trivial solution.
3.42 THEOREM 3
Given a homogeneous system of n linear equations in m unknowns if m > n
(i.e.there are more unknowns than equations) there will be infinitely many
solutions to the system.
3.44 THEOREM 4
If A is any matrix,then rank(A) = rank(AT ).
3.45 THEOREM 5
If A is an m × n matrix,then:
3.46 THEOREM 6
If A is a matrix with n columns then,n = rank(A) + nullity(A)
EXAMPLE 1:
Find the rank and nullity of
1 2 0 −1
A = 2 6 −3 −1
3 10 −6 −5
SOLUTION:
Rank(A) = 2, nullity(A) = 4 − 2 = 2.
EXERCISE:
Find the rank and nullity of
1 3 1 −2 −3
1 4 3 −1 −4
1. A =
2 3 −4 −7 −3
3 8 1 −7 −8
1 3 −3
2 1 0
2. B =
−2 −1 3
−1 4 −2
96 CHAPTER 3. MATRIX ALGEBRA
1 −2 0 3 −4
3 2 8 1 4
3. C =
2
3 7 2 3
−1 2 0 4 −3
1 3 2 −1
−2 2 3 2
0
4. D = 8 7 0
3 1 2 4
−4 4 3 −3
1 3
0 −2
5. E =
5 −1
−2 3
(a) Ax = b is consistent
(b) The coefficient matrix A and the augmented matrix [A | b] have the same
rank.In other words,A linear system is said to be consistent if and only
if the rank is equal of the augmented matrix [A | b].
(c) The system has a solution if and only if rank(A) = rank[A | b]. If the
rank is equal to n, then the system has a unique solution.If the rank
is equal to n, then the system has a unique solution. If rank(A) =
rank[A | b] but the rank < n, there are an infinite number of solutions.
If we denote the rank by r, then r of the unknown variables can be
expressed as linear combinations of nr of the other variables.
3.47. THE CONSISTENT THEOREM 97
EXAMPLE 2:
Find k such that the following system is consistent
x − 2y − z = 1
−x − 3y + z = −1
−5x − 8y + 5z = k
SOLUTION:
We can then apply row operations and reduced the augmented matrix to
echelon form.This
1 2 −1 1
0 1 0 1
0 0 0 k+3
From the above results, the rank of A is 2 and for consistency,the rank 0f
[A | B].This is possible k + 3 = 0 ⇒ k = −3.
x − 2y − z = 1
−x − 3y + z = −1
−5x − 8y + 5z = k
EXAMPLE 3:
Show that
x1 − 2x2 − 3x3 + x4 = −4
−3x1 + 7x2 − x3 + x4 = −3
2x1 − 5x2 + 4x3 − 3x4 = 7
−3x1 + 6x2 + 9x3 − 6x4 = −1
is inconsistent.
SOLUTION:
EXAMPLE 3:
Find the general solution
4x + 3y + 2z = 0
−x + 2y + 2z + w = 0
3x + 5y + 4z + w = 0
x − 2y − 2z − w = 0
y + 10/11z + 4/11w = 0
Let z = 11s and w = 11t where s and t arbitrary real numbers then we have
x − 2y = 22s + 11t = 0
y = −10s − 4t = 0
x = −20s − 8t + 22s + 11t = 2s + 3t
x 2 3
y −10 −4
s
z 11 + t 0
w 0 11
100 CHAPTER 3. MATRIX ALGEBRA
EXERCISE:
Solve the systems
1. x + 3y − 3z = 6
2x − y + 4z = 2
4x + 3y − 3z = 14
2. x + y − z = 1
2x + 3y + 9z = −3
x + 3y + 3z = 2
3. x − y + 2z = 4
2x − 3y − 11z = −6
x − 2y + 7z = 7
Find all values of a for which the resulting linear system has
(a) no solution
of the following
1. x + y − z = 2
x + 2y + z = 3
x + y + 86z = a
2. x + y = 3
x + (92 − 8)y = a
3. x + y − z = 2
x + 2y + z = 3
x + y + (92 − 5)z = a
4. x + y + z = 2
2x + 3y + 2z = 5
2x + 3y + (92 − 1)z = a + 1
Chapter 4
EIGENVALUES AND
EIGENVECTORS
4.1 DEFINITION 1
Suppose that A is an n × n matrix.Also suppose that x is a non-zero vector
from Rn and that λ is any scalar (this can be zero) so that,
Ax = λx
6 16 −8 −32 −8
Ax = = =4 = λx
−1 −4 1 4 1
101
102 CHAPTER 4. EIGENVALUES AND EIGENVECTORS
Okay, what we need to do is figure out just how we can determine the
eigenvalues and eigenvectors for a given matrix. This is actually easier to do
than it might at first appear to be. We’ll start with finding the eigenvalues
for a matrix and once we have those we’ll be able to find the eigenvectors
corresponding to each eigenvalue.
Let’s start with Ax = λx and rewrite it as follows,
Ax = λIx
Note that all we did was insert the identity matrix into the right side. Doing
this will allow us to further rewrite this equation as follows,
Ax − λIx = 0
(A − λI)x = 0
det(A − λI)x = 0
So, eigenvalues will be scalars,λ for which the matrix A − λI will be singular,
i.e. det(A − λI)x = 0.
4.3 DEFINITION 2
Suppose A is an n × n matrix then, det(A − λI)x = 0 is called the charac-
teristic equation of A.When computed it will be an nth degree polynomial in
λ of the form,
4.4 DEFINITION 3
Suppose A is an n × n matrix and that λ1 , λ2 , · · · , λn is the complete list of
all the eigenvalues of A including repeats. If λ occurs exactly once in this
list then we call λ a simple eigenvalue.If λ occurs k ≥ 2 times in the list we
say that λ has multiplicity of k.
EXAMPLE 2:
Find all the eigenvalues for the given matrices.
6 16
1. A =
−1 −4
−4 2
2. A =
3 −5
7 −1
3. A =
4 3
SOLUTION:
6 16
1. A =
−1 −4
We’ll do this one with a little more detail than we’ll do the other two.
First we’ll need the matrix A − λI.
6 16 λ 0 6−λ 16
A − λI = − =
−1 −4 0 λ −1 −4 − λ
Next we need the determinant of this matrix, which gives us the char-
acteristic polynomial.
Now, set this equal to zero and solve for the eigenvalues
λ2 − 2λ − 8 = (λ − 4)(λ + 2) ⇒ λ1 = −2, λ2 = 4
So, we have two eigenvalues and since they occur only once in the list
they are both simple eigenvalues.
104 CHAPTER 4. EIGENVALUES AND EIGENVECTORS
−4 2
2. A =
3 −5
Here is the matrix A − λI and its characteristic polynomial.
−4 − λ 2
A − λI = det(A − λI) = λ2 + 9λ + 14
3 −5 − λ
We’ll leave it to you to verify both of these. Now, set the characteristic
polynomial equal to zero and solve for the eigenvalues.
λ2 + 9λ + 14 = (λ + 7)(λ + 2) ⇒ λ1 = −7, λ2 = −2
4.4. DEFINITION 3 105
7 −1
3. A =
4 3
Here is the matrix A − λI and its characteristic polynomial.
7 − λ −1
A − λI = det(A − λI) = λ2 − 10λ + 25
4 3−λ
We’ll leave it to you to verify both of these. Now, set the characteristic
polynomial equal to zero and solve for the eigenvalues
EXAMPLES:
3 − λ −1 2
det(A − λI) = det −1 1 − λ 0 = −λ3 + 5λ2 − 2λ − 2 = 0
2 0 1−λ
(λ − 1)(λ2 − 4λ − 2 = 0)
Using
√ the quadratic formula on the second factor,√ we get λ =√ 2 ±
6.Thus the eigenvalues of A are λ1 = 1, λ2 = 2 + 6, λ3 = 2 − 6.
6 3 −8
2. A = −0 −2 0
1 0 −3
Here is (A − λI) and the characteristic polynomial for this matrix.
6−λ 3 −8
det(A − λI) = −0 −2 − λ 0 = λ3 − λ2 − 16λ − 20
1 0 −3 − λ
Now, in this case the list of possible integer solutions to the character-
istic polynomial are,
±1,±2,±4,±10, ±20
Again, if we start with the smallest integers in the list we’ll find that -2
is the first integer solution. Therefore,λ−(−2) = λ+2 must be a factor
of the characteristic polynomial. Factoring this out of the characteristic
polynomial gives,
4.5. FINDING EIGENVECTORS 107
Finally, factoring the quadratic and setting equal to zero gives us,
So, we have one double eigenvalue λ1,2 = −2 and one simple eigenvalue
λ3 = 5.
4 0 −1
3. A = 0 3 0
1 0 2
Here is (A − λI) and the characteristic polynomial for this matrix.
4−λ 0 −1
det(A − λI) = 0 3−λ 0 = λ3 − 9λ2 − 27λ − 27
1 0 2−λ
±1,±3,±9,±27
The smallest integer that will work in this case is 3. We’ll leave it to
you to verify that the factored form of the characteristic polynomial is,
and so we can see that if we set this equal to zero and solve we will have
one eigenvalue of multiplicity 3 (sometimes called a triple eigenvalue),
λ1,2,3 = 3
(A − λI)x = 0
108 CHAPTER 4. EIGENVALUES AND EIGENVECTORS
The solution space of the system, which is the same as the null space of the
matrix A − λI, is a subspace consisting of the eigenvectors associated with
λ together with the zero vector. This subspace is called the Eigen space for
the Eigenvalue λ .
To find the Eigenvector for a given eigenvalue,we simply apply the method
of solving a homogeneous system and represent the solution vectors as linear
combinations of the basis vectors.
The technique is illustrated in the example that follow.Since a matrix will
usually have more than one eigenvalue, the procedure must be applied to
each of the eigenvalues in turn.
EXAMPLE 5:
SOLUTION:
x1 1
=t
x2 1
2 −1 x1 0
=
−4 −3 x2 0
x1 = 21 t and x2 = t
EXAMPLE 6:
SOLUTION:
λ3 − 4λ2 + 5λ − 2 = 0
(λ − 1)2 (λ − 2) = 0
(a) For λ1 = 1
We get the system
2 −2 −2 x1 0
(A − 1I)x = −2 2
2 = x2 = 0 The coefficient ma-
3 −3 −3 x3 0
trix has the echelon form
1 −1 −1
0 0 0
0 0 0
Therefore we may set x3 = t,x2 = s and get x1 = s + t.
Thus the eigenvector for For λ1 = 1 consists of all vectors of the
form
0 1
x = s 0 + t 0
0 1
The eigenvector is therefore 2-dimensional.
(b) For λ2 = 2
We get the system
1 −2 −2 x1 0
(A − 2I)x = −2 1 2 = x2 = 0
3 −3 −4 x3 0
We leave it to the reader to verify that the solutions are all vectors
of the form.
2
x = t −2
3
4.5. FINDING EIGENVECTORS 111
2 3 5
2. A = 0 2 −1
0 0 3
2−λ 3 5
det(A − λI) = det 0 2 − λ −1
0 0 3−λ
(λ − 2)2 (λ − 3) = 0
The eigenvalues for this matrix are λ1,2 = 2 and λ3 = 3 so well have
three eigenvectors to find.
(a) Starting with λ1 = 2 we’ll need to find the solution to the following
system,
0 3 5 x1 0
(A − 2I)x = 0 0 −1 x2 = 0
0 0 1 x3 0
The reduced echelon form of the coefficient matrix is
0 1 0
0 0 1
0 0 0
so that x3 = 0,x2 , and x1 = t is arbitrary.Thus the eigenspace for
λ1 = 2 consist of all vectors
1
x = t 0
0
consequently,the eigenspace has dimension 1 even though λ1 = 2
has multiplicity two as a root of the characteristic equation.
(b) For λ3 = 3 will necessarily have a 1-dimensional eigenspace. The
homogeneous system
−1 3 5 x1 0
(A − 3I)x = 0 −1 −1 x2 = 0
0 0 0 x3 0
Has a coefficient matrix whose reduced echelon form is
112 CHAPTER 4. EIGENVALUES AND EIGENVECTORS
1 0 2
0 1 1
0 0 0
Thus if we let x3 = t,we get x2 = −t, and x1 = 2t,so that the
solutions are given by
2
x = t −1
1
Thus the eigenspce for λ3 = 3 is 1-dimensional.
EXERCISES:
Determine the characteristic equation, the eigenvalues, and the eigenvector
for each eigenvalue of the given matrix.
4 2 −3
1. 2 1 −1
4 4 −4
−3 5
2.
−10 12
−4 4 −1
3. 6 −2 3
10 −8 −
−2 5 1
4. −2 4 1
6 −9 2