2.3 Additional Topics and Applications

In this section, we learn a method for computing the inverse of a nonsingular matrix A using determinants and we learn a method for solving linear systems using determinants. Both methods depend on Lemma 2.2.1. We also show how to use determinants to define the cross product of two vectors. The cross product is useful in physics applications involving the motion of a particle in 3-space.

The Adjoint of a Matrix

Let A be an n×n matrix. We define a new matrix called the adjoint of A by

adj A=[A11A21An1A12A22An2A1nA2nAnn]

Thus, to form the adjoint, we must replace each term by its cofactor and then transpose the resulting matrix. By Lemma 2.2.1,

ai1Aj1+ai2Aj2++ainAjn={det(A)if i=j0if ij

and it follows that

A(adj A)=det(A)I

If A is nonsingular, det(A) is a nonzero scalar, and we may write

A(1det(A)adj A)=I

Thus,

Example 1

For a 2×2 matrix,

adj A=[a22a12a21a11]

If A is nonsingular, then

A1=1a11a22a12a21[a22a12a21a11]

Example 2

Let

A=[212322123]

Compute adj A and A1.

SOLUTION

adj A=[|2223||3213||3212||1223||2213||2112||1222||2232||2132|]T=[212742431]
A1=1det(A)adj A=15[212742431]

Using the formula

A1=1det(A)adj A

we can derive a rule for representing the solution to the system Ax=b in terms of determinants.

Cramer’s Rule

Theorem 2.3.1 Cramer’s Rule

Let A be a nonsingular n×n matrix, and let bn. Let Ai be the matrix obtained by replacing the ith column of A by replacing the ith column of A by b. If x is the unique solution of Ax=b, then

xi=det(Ai)det(A)  for    i=1,2,,n

Proof

Since

x=A1b=1det(A)(adj A)b

it follows that

xi=b1A1i+b2A2i++bnAnidet(A)=det(Ai)det(A)

Example 3

Use Cramer’s rule to solve

x1+2x2+x3=52x1+2x2+x3=6x1+2x2+3x3=9

SOLUTION

det(A)=|121221123|=4det(A1)=|521621923|=4det(A2)=|151261193|=4det(A3)=|125226129|=8

Therefore,

x1=44=1,x2=44=1,x3=84=2

Cramer’s rule gives us a convenient method for writing the solution of an n×n system of linear equations in terms of determinants. To compute the solution, however, we must evaluate n+1 determinants of order n. Evaluating even two of these determinants generally involves more computation than solving the system by Gaussian elimination.

Reference

  • 1. Hansen, Robert, “Integer Matrices Whose Inverses Contain Only Integers,” Two-Year College Mathematics Journal, 13(1), 1982.

The Cross Product

Given two vectors x and y in 3, one can define a third vector, the cross product, denoted x×y, by

x×y=[x2y3y2x3y1x3x1y3x1y2y1x2]
(1)

If C is any matrix of the form

C=[w1w2w3x1x2x3y1y2y3]

then

x×y=C11e1+C12e2+C13e3=[C11C12C13]

Expanding det(C) by cofactors along the first row, we see that

det(C)=w1C11+w2C12+w2C13=wT(x×y)

In particular, if we choose = x or = y, then the matrix C will have two identical rows, and hence its determinant will be 0. We then have

xT(x×y)=yT(x×y)=0
(2)

In calculus books, it is standard to use row vectors

x=(x1,x2,x3)andy=(y1,y2,y3)

and to define the cross product to be the row vector:

x×y=(x2y3y2x3)i(x1y3y1x3)j+(x1y2y1x2)k

where i, j, and k are the row vectors of the 3×3 identity matrix. If one uses i, j, and k in place of w1, w2, and w3, respectively, in the first row of the matrix M, then the cross product can be written as a determinant.

x×y=|ijkx1x2x3y1y2y3|

In linear algebra courses, it is generally more standard to view x, y and x×y as column vectors. In this case, we can represent the cross product in terms of the determinant of a matrix whose entries in the first row are e1, e2, e3, the column vectors of the 3×3 identity matrix:

x×y=|e1e2e3x1x2x3y1y2y3|

The relation given in equation (2) has applications in Newtonian mechanics. In particular, the cross product can be used to define a binormal direction, which Newton used to derive the laws of motion for a particle in 3-space.

..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset
18.218.129.100