Processing math: 100%
Skip to main content

Discovery guide 8.1 Discovery guide

Discovery 8.1.

Consider the generic 2Γ—2 matrix A and the β€œmixed up” version Amix:

A=[abcd],Amix=[dβˆ’cβˆ’ba].
(a)

Compute AATmix. Then fill in the blank.

AATmix=(_)I
(b)

Modify equation (⋆) algebraically to fill in the blank.

A(_)=I
(d)

What needs to be true about a,b,c,d for the algebra in Task b to be valid? Why?

The goal of this and the next two discovery guides (along with the corresponding chapters) is to develop something similar to the results of the first discovery activity above for larger square matrices. First, we will start by extending the 2Γ—2 formula adβˆ’bc. This formula determines whether a 2Γ—2 matrix is invertible or not, so we call it the determinant of the matrix.

We will actually start back at 1Γ—1 matrices, and build up from there.

Discovery 8.2.

Consider the generic 1Γ—1 matrix A=[a].

(a)

The inverse of A=[a] is Aβˆ’1=[_], but this only works if .

(b)

So before attempting to compute Aβˆ’1, we can determine whether this attempt will be successful by looking at the matrix A=[a] and considering the single number .

(Make sure your response is always a number!)

To build up to larger matrices, we need to take it step-by-step.

Discovery 8.3.

For an nΓ—n matrix with n>1, the (i,j)th minor (denoted Mij) is the determinant of the smaller submatrix obtained by removing the row and column that contain the (i,j)th entry.

Since you know how to compute 1Γ—1 determinants, you can now compute all four minors (M11,M12,M21,M22) of the matrix

[βˆ’13βˆ’42].
Discovery 8.4.

The (i,j)th cofactor of a matrix (denoted Cij) is defined to be the (i,j)th minor, except that we multiply it by βˆ’1 when i+j is odd. That is, Cij=(βˆ’1)i+jMij. Compute all four cofactors (C11,C12,C21,C22) for the matrix from Discovery 8.3. (You've already computed the minors, now you just need to make some of them negative.)

Discovery 8.5.

We now initially define the determinant of a matrix to be a combination of entries and cofactors along the first row. To compute the determinant, multiply each entry in the first row by its own cofactor, and then add all these together. For a 2Γ—2 matrix, the formula is

detA=a11C11+a12C12.

Use this formula to compute the determinant of the matrix from Discovery 8.3.

Discovery 8.6.

Use detA=a11C11+a12C12 to compute the determinant of the generic 2Γ—2 matrix

[abcd].

Surprised?

Discovery 8.7.

Compute the determinant of the 3Γ—3 matrix

[310βˆ’2βˆ’2101βˆ’1].

Use the same sort of β€œcofactor expansion along the first row” as before; that is, β€œentry times cofactor plus entry times cofactor plus entry times cofactor …” along the first row, except now your cofactor calculations will involve 2Γ—2 determinants.

Discovery 8.8.

For this activity, use the same matrix as Discovery 8.7.

(a)

Try computing a cofactor expansion along a different row.

What did you find in these calculations? Make a conjecture about cofactor expansions along different rows or columns in a matrix in general.

Discovery 8.9.

Recall the cofactor formula: Cij=(βˆ’1)i+jMij. The (βˆ’1)i+j part will be 1 when i+j is even and βˆ’1 when i+j is odd. In a 2Γ—2 matrix this makes a pattern: [+βˆ’βˆ’+].

Make similar matrices of +/βˆ’ for the patterns of cofactor signs in 3Γ—3 and 4Γ—4 matrices.

Discovery 8.10.
(a)

Using your finding from Discovery 8.8 as appropriate, come up with simple formulas for the determinant of diagonal matrices, upper triangular matrices, and lower triangular matrices.

Hint

In these special matrices, there are some rows/columns that are easier to use in a cofactor expansion than others.

(b)

What is det0? … detI? Are the answers the same for every size of zero/identity matrix?