Processing math: 100%
Skip to main content

Discovery guide 4.1 Discovery guide

Discovery 4.1.

Consider matrices

A=[123βˆ’132],B=[01βˆ’1410],C=[βˆ’6112].

For each matrix, how would you describe its size (or dimensions)?

Discovery 4.2.

Consider matrices

A=[113βˆ’132],B=[x22x+33βˆ’132],C=[113x232],D=[x22x+3βˆ’13].
(a)

For what value(s) of x is B equal to A? C equal to A? D equal to A?

(b)

Discuss what it means for two matrices to be equal.

Discovery 4.3.

Consider matrices

A=[123βˆ’132],B=[021βˆ’104],C=[βˆ’6112].
(a)

What should A+B mean? What should Aβˆ’B mean?

(c)

Now let's consider the sum A+C.

(i)

Compute A+C. Call this result matrix D. What are the dimensions of D?

(ii)

Now compute Dβˆ’A. Do this numerically, not algebraically; that is, forget where your result matrix D came from and actually compute Dβˆ’A using the same procedure that you used to subtract matrices in Task a. What are the dimensions of this result?

(iii)

Now let's remember that D=A+C. Algebraically, what result would you expect from computing (A+C)βˆ’A? Does your numerical computation in the previous step agree with your algebraic expectation? (Keep in mind your answer to what it means for two matrices to be equal from Task 4.2.b.)

(iv)

Given how things worked out, how do you feel about performing A+C in the first place?

Discovery 4.4.

The number zero is important in algebra, it lets us do things like the following.

a+5=7a+5βˆ’5=7βˆ’5a+0=2a=2.

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

a+0=a.
(a)

What matrix do you think will act like zero in matrix addition? Is the answer different for different dimensions?

(b)

What will be the result if you multiply this special β€œzero” matrix by a number (similarly to Task 4.3.b)?

Discovery 4.5.
(a)

If

[c+2d3d]=[5βˆ’3],

what are the values of c and d?

(b)

Now do the reverse of Task a: write the following system of equations as a single matrix equation using a column matrix on each side of the equation:

{x1βˆ’3x2βˆ’x3=βˆ’4,βˆ’2x1+7x2+2x3=9.
(c)

The simplest system of equations is one equation in one unknown, i.e.

ax=b.

But we don't usually just think of this as left-hand side and right-hand side, we think of it in the pattern

coefficientΓ—unknown=constant.

Can we represent the system from Task b in a similar pattern using a matrix equation

Ax=b?
(i)

What should the coefficient matrix A be?

(ii)

What should the (column) matrix of unknowns x be?

(iii)

What should the (column) matrix of constants b be?

(d)

On the left-hand side of the matrix equation Ax=b, the operation matrix-times-matrix should compute to a single matrix. What size of matrix should this multiplication result be?

Hint

The result of computing \(A \uvec{x}\) must make sense in the matrix equality \(A \uvec{x} = \uvec{b}\text{,}\) per the pattern of matrix equality you described in Task 4.2.b.

(e)

Finally, we want Ax=b to represent in one matrix equation the full system of two number equations from Task b. We already came up with a matrix equation to represent that system in Task b. Looking at your matrices A and x from Task c, and comparing with the left-hand side of your matrix equation from Task b, what procedure should be used to carry out the operation matrix A times column x?

(f)

The values x1=2, x2=1, x3=3, represent a solution to the system in Task b. Verify this by carrying out the multiplication Ax, using your calculation procedure from Task e, and with the unknowns x1,x2,x3 in the column matrix x replaced by these solution values. Then compare your calculation result with b.

Discovery 4.6.

Consider

A=[1βˆ’3βˆ’1βˆ’272],X=[2021303βˆ’1βˆ’2].

Compute the product AX by considering X as a collection of three columns

X=[|||x1x2x3|||]

and using the procedure for β€œmatrix times column” that you developed in Discovery 4.5.

Discovery 4.7.

We all know that 3 times 5 and 5 times 3 have the same result. Algebraically, we write that ab=ba is true for all numbers a,b. What about matrices?

(a)

Try it with matrices

A=[101βˆ’1],B=[321βˆ’1].
(b)

Look back at matrices A and X from Discovery 4.6, where you computed the matrix product AX. Does multiplying XA in the opposite order even make sense?

Discovery 4.8.

Considering the previous three activities about matrix multiplication, what patterns have you observed about the necessary β€œsizes” of rows and columns in the two matrices involved for things to work out?

In particular, if A has m rows and n columns, and B has k rows and β„“ columns, what relationship must there be between these numbers for the matrix-times-columns calculation method to make sense when computing AB? And in that case, what size will the resulting product matrix AB be?

Discovery 4.9.

In the following, assume A,B are square matrices.

(a)

What do you think A2 means? A3?

(b)

Explain why the formula (AB)2=A2B2 is wrong. What is the correct formula?

Hint

What does \((AB)^2\) mean? Then consider Discovery 4.7.

(c)

Explain why the formula (A+B)2=A2+2AB+B2 is wrong. What is the correct formula?

Hint

FOIL.