Processing math: 100%
Skip to main content
Library homepage
 

Text Color

Text Size

 

Margin Size

 

Font Type

Enable Dyslexic Font
Mathematics LibreTexts

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.

Definition 11.3.1 Determinant of a Two By Two Matrix

Let A=[abcd]. Then det(A)=adbc

The determinant is also often denoted by enclosing the matrix with two vertical lines. Thus det[abcd]=|abcd|=adbc

The following is an example of finding the determinant of a 2×2 matrix.

Example 11.3.1

Find det(A) for the matrix A=[2416].

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.

Theorem 11.3.1 Cramer's Rule for a 2×2 Matrix

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|

Example 11.3.2

Use Cramer's Rule to solve

3x1+5x2=197x14x2=13

Solution

We have Let A=[3574] and b=[1913].

x1=det(A1)det(A)=|195134||3574|=14147=3 and x2=det(A2)det(A)=|319713||3574|=9447=2


This page titled 11.3: Determinants and Cramer's Rule for 2 X 2 Matrices is shared under a CC BY 4.0 license and was authored, remixed, and/or curated by Ken Kuttler (Lyryx) via source content that was edited to the style and standards of the LibreTexts platform.

Support Center

How can we help?