Problem 33
Question
For Problems \(31-34\), use the following matrices. \(\begin{aligned} &A=\left[\begin{array}{rr} 2 & 4 \\ 5 & -3 \end{array}\right] \quad B=\left[\begin{array}{ll} -2 & 3 \\ -1 & 2 \end{array}\right] \\ &C=\left[\begin{array}{ll} 2 & 1 \\ 3 & 7 \end{array}\right] \end{aligned}\) $$ \text { Show that }(A+B) C=A C+B C \text {. } $$
Step-by-Step Solution
Verified Answer
This verifies that \((A + B) C = A C + B C\) as both sides are equal.
1Step 1: Calculate A + B
First, we find the sum of matrices \(A\) and \(B\).\[A + B = \begin{bmatrix} 2 & 4 \ 5 & -3 \end{bmatrix} + \begin{bmatrix} -2 & 3 \ -1 & 2 \end{bmatrix} = \begin{bmatrix} 2 + (-2) & 4 + 3 \ 5 + (-1) & -3 + 2 \end{bmatrix} = \begin{bmatrix} 0 & 7 \ 4 & -1 \end{bmatrix} \]
2Step 2: Calculate (A + B)C
Now, multiply the result of \( A + B \) by matrix \( C \).\[(A + B)C = \begin{bmatrix} 0 & 7 \ 4 & -1 \end{bmatrix} \begin{bmatrix} 2 & 1 \ 3 & 7 \end{bmatrix} = \begin{bmatrix} (0\cdot2 + 7\cdot3) & (0\cdot1 + 7\cdot7) \ (4\cdot2 + (-1)\cdot3) & (4\cdot1 + (-1)\cdot7) \end{bmatrix} = \begin{bmatrix} 21 & 49 \ 5 & -3 \end{bmatrix} \]
3Step 3: Calculate AC
Multiply matrix \(A\) by matrix \(C\).\[AC = \begin{bmatrix} 2 & 4 \ 5 & -3 \end{bmatrix} \begin{bmatrix} 2 & 1 \ 3 & 7 \end{bmatrix} = \begin{bmatrix} (2\cdot2 + 4\cdot3) & (2\cdot1 + 4\cdot7) \ (5\cdot2 + (-3)\cdot3) & (5\cdot1 + (-3)\cdot7) \end{bmatrix} = \begin{bmatrix} 16 & 30 \ 1 & -16 \end{bmatrix} \]
4Step 4: Calculate BC
Multiply matrix \(B\) by matrix \(C\).\[BC = \begin{bmatrix} -2 & 3 \ -1 & 2 \end{bmatrix} \begin{bmatrix} 2 & 1 \ 3 & 7 \end{bmatrix} = \begin{bmatrix} ((-2)\cdot2 + 3\cdot3) & ((-2)\cdot1 + 3\cdot7) \ ((-1)\cdot2 + 2\cdot3) & ((-1)\cdot1 + 2\cdot7) \end{bmatrix} = \begin{bmatrix} 5 & 19 \ 4 & 13 \end{bmatrix} \]
5Step 5: Calculate AC + BC
Add matrices \(AC\) and \(BC\) together to verify the equation.\[AC + BC = \begin{bmatrix} 16 & 30 \ 1 & -16 \end{bmatrix} + \begin{bmatrix} 5 & 19 \ 4 & 13 \end{bmatrix} = \begin{bmatrix} 16 + 5 & 30 + 19 \ 1 + 4 & -16 + 13 \end{bmatrix} = \begin{bmatrix} 21 & 49 \ 5 & -3 \end{bmatrix} \]
6Step 6: Conclusion
Since \( (A + B)C = AC + BC \) results in the same matrix \( \begin{bmatrix} 21 & 49 \ 5 & -3 \end{bmatrix} \), the given equation is verified.
Key Concepts
Matrix AdditionMatrix MultiplicationDistributive PropertyVerification of Matrix Equations
Matrix Addition
Matrix addition is a key operation in matrix algebra. It involves adding corresponding elements of two matrices to form a new matrix. For two matrices to be added, they must have the same dimensions, meaning they must have the same number of rows and columns. In this exercise, we added matrices \(A\) and \(B\), both of which are \(2 \times 2\) matrices. The result was a new matrix: \[(A + B) = \begin{bmatrix} 0 & 7 \ 4 & -1 \end{bmatrix} \]. This result is obtained by adding each element of matrix \(A\) to the corresponding element of matrix \(B\):
- \(2 + (-2) = 0\)
- \(4 + 3 = 7\)
- \(5 + (-1) = 4\)
- \(-3 + 2 = -1\)
Matrix Multiplication
Matrix multiplication is more complex than matrix addition and involves multiplying rows by columns. For two matrices \(A\) and \(B\), matrix multiplication \(AB\) is only possible if the number of columns in \(A\) is equal to the number of rows in \(B\). In our exercise, we calculated \((A + B)C\), \(AC\), and \(BC\), all involving multiplication with matrix \(C\), which is also a \(2 \times 2\) matrix. When performing matrix multiplication, each element in the resulting matrix is calculated by:
- Taking the dot product of the rows of the first matrix with the columns of the second matrix.
- For \((A + B)C\), for instance, we multiplied the first row of \((A + B)\) with each column of \(C\).
Distributive Property
The distributive property is central in verifying matrix equations like \((A + B)C = AC + BC\). This property states that for matrices \(A\), \(B\), and \(C\), the formula equals when both sides are evaluated independently. First, we calculated \((A + B)C\) using matrix multiplication. The resulting matrix \[\begin{bmatrix} 21 & 49 \ 5 & -3 \end{bmatrix}\] is obtained by multiplying the matrices as previously explained. Then, we computed \(AC\) and \(BC\) separately, followed by adding these results:
- \(AC\) equals \[\begin{bmatrix} 16 & 30 \ 1 & -16 \end{bmatrix}\]
- \(BC\) equals \[\begin{bmatrix} 5 & 19 \ 4 & 13 \end{bmatrix}\]
Verification of Matrix Equations
Verification of matrix equations involves checking if an algebraic identity holds true by calculating both sides of the equation separately. In the exercise, the identity \((A + B)C = AC + BC\) was verified by performing explicit calculations:
- First, compute the left side, \((A + B)C\), using matrix addition and multiplication.
- Then, compute the right side by individually finding \(AC\) and \(BC\), and then adding the results.
Other exercises in this chapter
Problem 33
For Problems 21-36, use the technique discussed in this section to find the multiplicative inverse (if one exists) of each matrix. $$ \left[\begin{array}{rrr} 1
View solution Problem 33
For Problems 27-40, use the method of matrix inverses to solve each system. $$ \left(\begin{array}{l} 3 x-5 y=2 \\ 4 x-3 y=-1 \end{array}\right) $$
View solution Problem 33
Minimize the function \(f(x, y)=0.2 x+0.5 y\) in the region determined by the following constraints: 2 $$ \begin{aligned} 2 x+y & \geq 12 \\ 2 x+5 y & \geq 20 \
View solution Problem 34
For Problems \(31-34\), use the following matrices. \(\begin{aligned} &A=\left[\begin{array}{rr} 2 & 4 \\ 5 & -3 \end{array}\right] \quad B=\left[\begin{array}{
View solution