Processing math: 100%
Skip to main content

Discovery guide 5.1 Discovery guide

Discovery 5.1.

The number one is important in algebra, it lets us do things like

5a=1515β‹…5β‹…a=15β‹…151a=3a=3.

The critical step for us right now is the last simplification of the left-hand side:

1a=a.
(a)

What matrix do you think will act similarly in matrix algebra for 2Γ—2 matrices to how the number 1 acts in number algebra? To answer this, try to fill in the first matrix below so that the matrix equality is always true, no matter the values of a,b,c,d.

[____][abcd]=[abcd]
(b)

Write I for your 2Γ—2 matrix from Task a (for the I in Identity matrix).

(i)

Does IA=A work for every 2Γ—2 matrix A? For every 2Γ—3 matrix A? For every 2Γ—β„“ matrix A, no matter the number β„“ of columns?

(ii)

Does BI=B also work for every 2Γ—2 matrix B? For every β„“Γ—2 matrix B?

(c)

Extend: What is the 3Γ—3 version of I? The 4Γ—4 version? The nΓ—n version?

Discovery 5.2.

In the preamble to Discovery 5.1, there were two ingredients necessary to make the algebra work:

  • there is a special number 1 so that 1a=a for all numbers a; and
  • for a nonzero number like 5, there is a multiplicative inverse 1/5 so that (1/5)β‹…5=1.

Multiplicative inverses are very useful in algebra, so we would also like to have them in matrix algebra.

(a)

Consider

A=[0βˆ’112].

Can you determine

B=[abcd]

so that BA=I? If so, check that AB=I also.

(b)

Consider

A=[0100].

Can you determine

B=[abcd]

so that BA=I?

Discovery 5.2 demonstrates that some square matrices have multiplicative inverses (i.e. are invertible) and some do not (called singular in this case). If square matrix A is invertible, write Aβˆ’1 for its inverse. (But never write 1/A!) This inverse is defined by its relationship to A and I: Aβˆ’1 is the square matrix of the same size as A so that both AAβˆ’1=I and Aβˆ’1A=I are true.

Discovery 5.3.

In the following, assume A,B,C are square invertible matrices, all of the same dimension, and assume that k is a nonzero scalar. Do not just look up the answers in the rest of this chapter, try to come up with them yourselves.

For this activity, it might be helpful to think of the pattern of the inverse in the following way: given a square matrix M, the inverse of M is the square matrix of the same size that can fill both of the boxes below to create true matrix equalities..

MX=IXM=I
(a)

What do you think is the inverse of Aβˆ’1? In other words, if you use M=Aβˆ’1 in (⋆), what single choice of matrix can be used to fill in both boxes?

(b)

Determine a formula for the inverse of kA in terms of k and Aβˆ’1. In other words, if you use M=kA in (⋆), what formula involving k and Aβˆ’1 can be used to fill in both boxes?

(c)

Explain why the formula for the inverse of the product AB is not Aβˆ’1Bβˆ’1. Then determine a correct formula in terms of Aβˆ’1 and Bβˆ’1. (Again, to determine the correct formula for (AB)βˆ’1, use M=AB in (⋆), and then try to figure out what single formula you can enter into both boxes so that both left-hand sides reduce to I.)

(d)

Extend: Determine a formula for the inverse of the product ABC in terms of the inverses Aβˆ’1, Bβˆ’1, and Cβˆ’1.

(e)

What do you think Aβˆ’2 means? There are two possibilities because the notation implies the application of two different processes: squaring and inverting. Do they both work out to be the same? Try with A given below. (For convenience, its inverse is also given.)

A=[0βˆ’112]Aβˆ’1=[21βˆ’10]
Discovery 5.4.
(a)

In algebra, when AB=AC we would usually conclude that B=C. Try this out for the matrices below.

A=[0100]B=[1123]C=[βˆ’1βˆ’123]

What is it about matrix A that is making the usual algebra of β€œcancellation” fail?

Hint

Think about the β€œhidden” algebra behind the cancellation \(ab=ac\Longrightarrow b=c\) for numbers.

(b)

In what circumstance is the algebra AB=AC⟹B=C valid? What explicit algebra steps go into this deduction?

(c)

Is the algebra AB=CA⟹B=C ever valid?

Discovery 5.5.

If we have a linear system Ax=b with a square and invertible coefficient matrix A, we can use matrix algebra to solve the system instead of row reducing, by using Aβˆ’1 to isolate x.

Here is an invertible 3Γ—3 matrix A and its inverse:

A=[01βˆ’2120βˆ’2βˆ’41],Aβˆ’1=[βˆ’2βˆ’7βˆ’4142021].

Use matrix algebra (not row reducing!) to solve the system Ax=b for

b=[βˆ’113].

Now use the same method to solve the system Ax=b for

b=[βˆ’202].
Discovery 5.6.

In general, for system Ax=b with a coefficient matrix A that is square and invertible, how many solutions does the system have? Justify your answer.

Hint

How many solutions did each of the systems in Discovery 5.5 have? Why?