Table of contents
- 0. Review of Algebra4h 16m
- 1. Equations & Inequalities3h 18m
- 2. Graphs of Equations43m
- 3. Functions2h 17m
- 4. Polynomial Functions1h 44m
- 5. Rational Functions1h 23m
- 6. Exponential & Logarithmic Functions2h 28m
- 7. Systems of Equations & Matrices4h 6m
- 8. Conic Sections2h 23m
- 9. Sequences, Series, & Induction1h 19m
- 10. Combinatorics & Probability1h 45m
7. Systems of Equations & Matrices
Determinants and Cramer's Rule
Problem 17
Textbook Question
In Exercises 13 - 18, use the fact that ifa b d - bA = then A^(-1) = 1/(ad-bc) to find the inverse of c d - c aeach matrix, if possible. Check that AA^(-1) = I_2 and A^(-1)A = I_2. 10 - 2A = - 5 1

1
Identify the elements of matrix A: a = 10, b = -2, c = -5, d = 1.
Calculate the determinant of A: det(A) = ad - bc = (10)(1) - (-2)(-5).
Check if the determinant is non-zero to ensure the inverse exists.
Use the formula for the inverse: A^{-1} = \frac{1}{ad-bc} \begin{bmatrix} d & -b \\ -c & a \end{bmatrix}.
Substitute the values into the inverse formula: A^{-1} = \frac{1}{det(A)} \begin{bmatrix} 1 & 2 \\ 5 & 10 \end{bmatrix}.

This video solution was recommended by our tutors as helpful for the problem above
Video duration:
2mPlay a video:
Was this helpful?
Key Concepts
Here are the essential concepts you must grasp in order to answer the question correctly.
Matrix Inversion
Matrix inversion is the process of finding a matrix A^(-1) such that when it is multiplied by the original matrix A, the result is the identity matrix I. For a 2x2 matrix A = [a b; c d], the inverse exists if the determinant (ad - bc) is non-zero. The formula for the inverse is A^(-1) = 1/(ad-bc) * [d -b; -c a].
Recommended video:
Graphing Logarithmic Functions
Determinant
The determinant is a scalar value that can be computed from the elements of a square matrix and provides important properties about the matrix. For a 2x2 matrix A = [a b; c d], the determinant is calculated as ad - bc. A non-zero determinant indicates that the matrix is invertible, while a zero determinant means it is singular and does not have an inverse.
Recommended video:
Guided course
Determinants of 2×2 Matrices
Identity Matrix
The identity matrix is a special type of square matrix that acts as the multiplicative identity in matrix multiplication. For a 2x2 matrix, the identity matrix I_2 is represented as [1 0; 0 1]. When a matrix A is multiplied by its inverse A^(-1), the result is the identity matrix, confirming that A^(-1) is indeed the correct inverse.
Recommended video:
Guided course
Introduction to Matrices
Watch next
Master Determinants of 2×2 Matrices with a bite sized video explanation from Patrick
Start learningRelated Videos
Related Practice