11.3: Determinants and Cramer's Rule for 2 X 2 Matrices
( \newcommand{\kernel}{\mathrm{null}\,}\)
2×2 Determinants
Let A be an n×n matrix. That is, let A be a square matrix. The determinant of A, denoted by det(A) is a very important number which we will explore throughout this section.
If A is a 2×2 matrix, the determinant is given by the following formula.
Let A=[abcd]. Then det(A)=ad−bc
The determinant is also often denoted by enclosing the matrix with two vertical lines. Thus det[abcd]=|abcd|=ad−bc
The following is an example of finding the determinant of a 2×2 matrix.
Find det(A) for the matrix A=[24−16].
Solution
From Definition 11.3.1, det(A)=(2)(6)−(4)(−1)=12+4=16
Cramer’s Rule for a 2×2 Matrix
Cramer's Rule gives a way to solve systems of equations using determinants. Although it may seem as though it is a more difficult way to solve systems of equations when the coefficients are constants, it is a much more efficient way to solve systems with functions as coefficients, which is predominantly what we see in differential equations. We omit the proof as it requires a significant amount of linear algebra.
Consider the following system of equations: a11x1+a12x2=b1a21x1+a22x2=b2
Let A=[a11a12a21a22] and b=[b1b2].
Let A1 be the matrix where the first column of A has been replaced with b and A2 the matrix where the second column of A has been replaced with b.
x1=det(A1)det(A)=|b1a12b2a22||a11a12a21a22| and x2=det(A2)det(A)=|a11b1a21b2||a11a12a21a22|
Use Cramer's Rule to solve
3x1+5x2=197x1−4x2=13
Solution
We have Let A=[357−4] and b=[1913].
x1=det(A1)det(A)=|19513−4||357−4|=−141−47=3 and x2=det(A2)det(A)=|319713||357−4|=−94−47=2