Seminar 22
Seminar 22
▼ Determinant of a 2 2 Matrix
We denote the determinant of a square matrix A by the symbol det1A2 or A . We first de-
fine det1A2 for the simplest cases. If A ”a’ is a 1 1 matrix, then det1A2 a. The fol-
lowing box gives the definition of a 2 2 determinant.
DETERMINANT OF A 2 2 MATRIX
We will use both notations, det1A2 and a b
A , for the determinant of A. Although
The determinant of the 2 2 matrix A c d is
c d
the symbol A looks like the absolute
value symbol, it will be clear from the a b
context which meaning is intended. det 1A2 ƒ A ƒ ` ` ad bc
c d
E X A M P L E 1 | Determinant of a 2 2 Matrix
6 3
Evaluate A for A c d.
2 3
To evaluate a 2 2 determinant, we SOLUTION
take the product of the diagonal from
⎯ ` 6 # 3 1322 18 162 24
top left to bottom right and subtract the 6 ⎯ 3
` →
product from top right to bottom left, 2← 3
as indicated by the arrows.
NOW TRY EXERCISE 5 ■
▼ Determinant of an n n Matrix
To define the concept of determinant for an arbitrary n n matrix, we need the follow-
ing terminology.
Copyright 2010 Cengage Learning. All Rights Reserved. May not be copied, scanned, or duplicated, in whole or in part. Due to electronic rights, some third party content may be suppressed from the eBook and/or eChapter(s).
Editorial review has deemed that any suppressed content does not materially affect the overall learning experience. Cengage Learning reserves the right to remove additional content at any time if subsequent rights restrictions require it.
SECTION 10.6 | Determinants and Cramer’s Rule 683
then the minor M12 is the determinant of the matrix obtained by deleting the first row and
© Baldwin H. Ward &
2 3 1
0 4
M12 3 0 2 4 3 ` ` 0162 4122 8
DAVID HILBERT (1862–1943) was 2 6
born in Königsberg, Germany, and be- 2 5 6
came a professor at Göttingen Univer-
sity. He is considered by many to be the
greatest mathematician of the 20th cen- So the cofactor A12 112 12M 12 8. Similarly,
tury. At the International Congress of
Mathematicians held in Paris in 1900,
Hilbert set the direction of mathematics 2 3 1
` 2#23#04
for the about-to-dawn 20th century by 2 3
M33 3 0 2 4 3 `
posing 23 problems that he believed to 0 2
be of crucial importance. He said that 2 5 6
“these are problems whose solutions we
expect from the future.” Most of
Hilbert’s problems have now been
So A33 112 33M 33 4.
solved (see Julia Robinson, page 663, Note that the cofactor of aij is simply the minor of aij multiplied by either 1 or 1,
and Alan Turing, page 100), and their so- depending on whether i j is even or odd. Thus in a 3 3 matrix we obtain the cofac-
lutions have led to important new areas tor of any element by prefixing its minor with the sign obtained from the following
of mathematical research.Yet as we pro- checkerboard pattern.
ceed into the new millennium, some of
his problems remain unsolved. In his
work, Hilbert emphasized structure,
logic, and the foundations of mathemat- £ §
ics. Part of his genius lay in his ability to
see the most general possible state-
ment of a problem. For instance, Euler
proved that every whole number is the We are now ready to define the determinant of any square matrix.
sum of four squares; Hilbert proved a
similar statement for all powers of posi-
tive integers.
THE DETERMINANT OF A SQUARE MATRIX
If A is an n n matrix, then the determinant of A is obtained by multiplying
each element of the first row by its cofactor and then adding the results. In
symbols,
E X A M P L E 2 | Determinant of a 3 3 Matrix
Evaluate the determinant of the matrix.
2 3 1
A C 0 2 4S
2 5 6
Copyright 2010 Cengage Learning. All Rights Reserved. May not be copied, scanned, or duplicated, in whole or in part. Due to electronic rights, some third party content may be suppressed from the eBook and/or eChapter(s).
Editorial review has deemed that any suppressed content does not materially affect the overall learning experience. Cengage Learning reserves the right to remove additional content at any time if subsequent rights restrictions require it.
684 CHAPTER 10 | Systems of Equations and Inequalities
SOLUTION
2 3 1
2 4 0 4 0 2
det1A2 3 0 2 4 3 22 2 32 2 11 2 2 2
5 6 2 6 2 5
2 5 6
In our definition of the determinant we used the cofactors of elements in the first row
only. This is called expanding the determinant by the first row. In fact, we can expand
the determinant by any row or column in the same way and obtain the same result in each
case (although we won’t prove this). The next example illustrates this principle.
SOLUTION
(a) Expanding by the second row, we get
2 3 1
3 1 2 1 2 3
det1A2 3 0 2 4 3 0 2 2 22 2 42 2
5 6 2 6 2 5
2 5 6
0 2 2 3 2 3
[A] 12 2 42 2 62 2
[[2 3 -1] 2 5 2 5 0 2
[0 2 4 ]
[ - 2 5 6 ]] 30 # 5 2122 4 432 # 5 3122 4 612 # 2 3 # 02
det([A])
-44
4 64 24 44
In both cases we obtain the same value for the determinant as when we expanded by the
first row in Example 2.
Copyright 2010 Cengage Learning. All Rights Reserved. May not be copied, scanned, or duplicated, in whole or in part. Due to electronic rights, some third party content may be suppressed from the eBook and/or eChapter(s).
Editorial review has deemed that any suppressed content does not materially affect the overall learning experience. Cengage Learning reserves the right to remove additional content at any time if subsequent rights restrictions require it.
SECTION 10.6 | Determinants and Cramer’s Rule 685
The following criterion allows us to determine whether a square matrix has an inverse
without actually calculating the inverse. This is one of the most important uses of the
determinant in matrix algebra, and it is the reason for the name determinant.
INVERTIBILIT Y CRITERION
If A is a square matrix, then A has an inverse if and only if det1A2 0.
We will not prove this fact, but from the formula for the inverse of a 2 2 matrix
(page 674) you can see why it is true in the 2 2 case.
1 2 0 4
0 0 0 3
AD T
5 6 2 6
2 4 0 9
1 2 0
33 5 6 2 3 Expand this by column 3
2 4 0
1 2
31222 2
2 4
3122 11 # 4 2 # 22 0
Since the determinant of A is zero, A cannot have an inverse, by the Invertibility Criterion.
NOW TRY EXERCISE 23 ■
Copyright 2010 Cengage Learning. All Rights Reserved. May not be copied, scanned, or duplicated, in whole or in part. Due to electronic rights, some third party content may be suppressed from the eBook and/or eChapter(s).
Editorial review has deemed that any suppressed content does not materially affect the overall learning experience. Cengage Learning reserves the right to remove additional content at any time if subsequent rights restrictions require it.
686 CHAPTER 10 | Systems of Equations and Inequalities
det1A2 detÓBÔ.
0 2 4
det1A2 4 3 25 5 11 3 Expand this by column 1
0 2 1
2 4
412522 2
2 1
▼ Cramer’s Rule
The solutions of linear equations can sometimes be expressed by using determinants. To il-
lustrate, let’s solve the following pair of linear equations for the variable x.
ax by r
e
cx dy s
Copyright 2010 Cengage Learning. All Rights Reserved. May not be copied, scanned, or duplicated, in whole or in part. Due to electronic rights, some third party content may be suppressed from the eBook and/or eChapter(s).
Editorial review has deemed that any suppressed content does not materially affect the overall learning experience. Cengage Learning reserves the right to remove additional content at any time if subsequent rights restrictions require it.
SECTION 10.6 | Determinants and Cramer’s Rule 687
To eliminate the variable y, we multiply the first equation by d and the second by b and
subtract.
adx bdy rd
bcx bdy bs
adx bcx rd bs
Factoring the left-hand side, we get 1ad bc2x rd bs. Assuming that ad bc Z 0,
we can now solve this equation for x:
rd bs
x
ad bc
Similarly, we find
as cr
y
ad bc
The numerator and denominator of the fractions for x and y are determinants of 2 2
matrices. So we can express the solution of the system using determinants as follows.
r b a r
2 2 2 2
s d c s
x y
a b a b
2 2 2 2
c d c d
provided that a b
2 2 0.
c d
a b r b a r
D c d Dx c d Dy c d
c d s d c s
0 Dx 0 0 Dy 0
x and y
0D0 0D0
Copyright 2010 Cengage Learning. All Rights Reserved. May not be copied, scanned, or duplicated, in whole or in part. Due to electronic rights, some third party content may be suppressed from the eBook and/or eChapter(s).
Editorial review has deemed that any suppressed content does not materially affect the overall learning experience. Cengage Learning reserves the right to remove additional content at any time if subsequent rights restrictions require it.
688 CHAPTER 10 | Systems of Equations and Inequalities
2x 6y 1
e
x 8y 2
2 2 # 8 6 # 1 10
2 6
0D0 2
1 8
2 1128 6 # 2 20
1 6
0 Dx 0 2
2 8
2 2 # 2 1121 5
2 1
0 Dy 0 2
1 2
The solution is
0 Dx 0 20
x 2
0D0 10
0 Dy 0 5 1
y
0D0 10 2
By analogy with our derivation of Cramer’s Rule in the case of two equations in two un-
knowns, we let D be the coefficient matrix in this system, and Dx i be the matrix obtained
by replacing the ith column of D by the numbers b1, b2, . . . , bn that appear to the right of
the equal sign. The solution of the system is then given by the following rule.
CRAMER’S RULE
If a system of n linear equations in the n variables x 1, x 2, . . . , x n is equivalent to
the matrix equation DX B, and if D 0, then its solutions are
Copyright 2010 Cengage Learning. All Rights Reserved. May not be copied, scanned, or duplicated, in whole or in part. Due to electronic rights, some third party content may be suppressed from the eBook and/or eChapter(s).
Editorial review has deemed that any suppressed content does not materially affect the overall learning experience. Cengage Learning reserves the right to remove additional content at any time if subsequent rights restrictions require it.
SECTION 10.6 | Determinants and Cramer’s Rule 689
Solving the system in Example 7 using Gaussian elimination would involve matrices
whose elements are fractions with fairly large denominators. Thus in cases like Exam-
ples 6 and 7, Cramer’s Rule gives us an efficient way to solve systems of linear equations.
But in systems with more than three equations, evaluating the various determinants that
are involved is usually a long and tedious task (unless you are using a graphing calcula-
tor). Moreover, the rule doesn’t apply if D 0 or if D is not a square matrix. So
Cramer’s Rule is a useful alternative to Gaussian elimination, but only in some situations.
AREA OF A TRIANGLE
If a triangle in the coordinate plane has vertices 1a1, b12, 1a2, b22, and 1a3, b32, then
its area is
y
(a‹, b‹)
a1 b1 1 (a⁄, b⁄)
12 3 a2 b2 1 3
a3 b3 1 0 x
(a¤, b¤)
E X A M P L E 8 | Area of a Triangle
Find the area of the triangle shown in Figure 1.
0 1 3 x
FIGURE 1
We can calculate the determinant by S O L U T I O N The vertices are 11, 22, 13, 62, and 11, 42. Using the formula in the preced-
hand or by using a graphing calculator. ing box, we get
[A]
[[ -1 4 1] 1 4 1
[3 6 1] 12 3 3 6 1 3 12 1122
[1 2 1]]
det([A]) 1 2 1
-12
To make the area positive, we choose the negative sign in the formula. Thus, the area of
the triangle is
12 1122 6
10.6 EXERCISES
CONCEPTS SKILLS
1. True or false? det1A2 is defined only for a square matrix A. 5–12 ■ Find the determinant of the matrix, if it exists.
Copyright 2010 Cengage Learning. All Rights Reserved. May not be copied, scanned, or duplicated, in whole or in part. Due to electronic rights, some third party content may be suppressed from the eBook and/or eChapter(s).
Editorial review has deemed that any suppressed content does not materially affect the overall learning experience. Cengage Learning reserves the right to remove additional content at any time if subsequent rights restrictions require it.
SECTION 10.6 | Determinants and Cramer’s Rule 691
1 2 3 4 5
2 1 6 4 49–50 ■ Evaluate the determinants.
0 2 4 6 8
7 2 2 5
29. 5 0 0 3 6 9 5 30. 4 4 a 0 0 0 0 a a a a a
4 2 10 8
0 0 0 4 8 0 b 0 0 0 0 a a a a
6 1 1 4
0 0 0 0 5 49. 5 0 0 c 0 0 5 50. 5 0 0 a a a 5
0 0 0 d 0 0 0 0 a a
31. Let 0 0 0 0 e 0 0 0 0 a
4 1 0
B C 2 1 1S
4 0 3 51–54 ■ Solve for x.
(a) Evaluate det1B 2 by expanding by the second row. x 12 13 x 1 1
(b) Evaluate det1B 2 by expanding by the third column. 51. 3 0 x1 23 3 0 52. 3 1 1 x 30
(c) Do your results in parts (a) and (b) agree? 0 0 x2 x 1 x
32. Consider the system
1 0 x a b xa
x 2y 6z 5 53. 3 x2 1 0 30 54. 3 x xb x 30
c3x 6y 5z 8 x 0 1 0 1 1
2x 6y 9z 7
(a) Verify that x 1, y 0, z 1 is a solution of the system.
(b) Find the determinant of the coefficient matrix. 55–58 ■ Sketch the triangle with the given vertices, and use a de-
(c) Without solving the system, determine whether there are terminant to find its area.
any other solutions.
(d) Can Cramer’s Rule be used to solve this system? Why or 55. 10, 0 2 , 16, 2 2 , 13, 8 2 56. 11, 0 2 , 13, 5 2 , 12, 2 2
why not? 57. 11, 3 2 , 12, 9 2 , 15, 6 2 58. 12, 5 2 , 17, 22 , 13, 4 2
2
33–48 ■ Use Cramer’s Rule to solve the system. 1 x x
59. Show that 3 1 y y2 3 1x y 2 1y z 2 1z x 2
2x y 9 6x 12y 33
33. e 34. e 1 z z2
x 2y 8 4x 17y 20
Copyright 2010 Cengage Learning. All Rights Reserved. May not be copied, scanned, or duplicated, in whole or in part. Due to electronic rights, some third party content may be suppressed from the eBook and/or eChapter(s).
Editorial review has deemed that any suppressed content does not materially affect the overall learning experience. Cengage Learning reserves the right to remove additional content at any time if subsequent rights restrictions require it.
692 CHAPTER 10 | Systems of Equations and Inequalities
y ax2 bx c
to model the shape of the arch. (a¤, b¤)
(a) Use the surveyed points to set up a system of linear equa-
tions for the unknown coefficients a, b, and c.
(b) Solve the system using Cramer’s Rule. (a⁄, b⁄)
0 x
y (ft)
3 x1 y1 1 30
4000
x2 y2 1
2000 (b) Use the result of part (a) to find an equation for the line
containing the points 120, 502 and 110, 252.
66. Matrices with Determinant Zero Use the definition
0 2000 4000 6000 of determinant and the elementary row and column operations
E-W baseline (ft) to explain why matrices of the following types have
determinant 0.
(a) A matrix with a row or column consisting entirely
of zeros
DISCOVERY ■ DISCUSSION ■ WRITING (b) A matrix with two rows the same or two columns
63. Determinant Formula for the Area of a Triangle the same
The figure shows a triangle in the plane with vertices 1a1, b12, (c) A matrix in which one row is a multiple of another row,
1a2, b22, and 1a3, b32. or one column is a multiple of another column
Copyright 2010 Cengage Learning. All Rights Reserved. May not be copied, scanned, or duplicated, in whole or in part. Due to electronic rights, some third party content may be suppressed from the eBook and/or eChapter(s).
Editorial review has deemed that any suppressed content does not materially affect the overall learning experience. Cengage Learning reserves the right to remove additional content at any time if subsequent rights restrictions require it.