What a Determinant Tells Us
The determinant assigns one scalar value to each square matrix. That value tells us, among other things, whether the matrix is invertible and whether a linear system has a unique solution.
Calculating the Determinant of a Two by Two Matrix
A order matrix is a matrix that has two rows and two columns. Suppose we have matrix as follows:
The determinant of matrix , usually written as or , is the product along the main diagonal minus the product along the other diagonal.
The formula is:
The vertical bars in the formula denote the determinant . The square brackets in the definition of enclose the matrix entries.
Worked Determinant of a Two by Two Matrix
Suppose we have matrix :
To calculate its determinant, we identify , , , and .
Then, the determinant of matrix is:
So, the determinant value of matrix is .
Solving Systems of Two Linear Equations Using Determinants
Determinants can be used to solve systems of linear equations through Cramer's rule.
Consider the following system of two linear equations:
In this system, and are the variables whose values we want to find. The coefficients and constants are known numbers.
This system of equations can be converted into matrix multiplication form:
The first step is to calculate the determinant of the coefficient matrix, which we call :
A system of linear equations will have a unique solution if and only if .
Next, we calculate two other determinants:
-
, which is the determinant of the coefficient matrix where the first column (coefficients of ) is replaced by the constant column ( ):
-
, which is the determinant of the coefficient matrix where the second column (coefficients of ) is replaced by the constant column ( ):
After obtaining the values of , , and , we can find the values of and using the formulas:
These formulas are only valid if .
If , the fractions in Cramer's Rule are undefined. That does not by itself distinguish between no solution and infinitely many solutions, so use elimination or row reduction to classify the system.
Solving a Linear System with Determinants
Determine the solution of the following system of linear equations:
From the system above, we get:
, ,
, ,
Step 1: Calculate the determinant .
Since , this system has a unique solution.
Step 2: Calculate the determinant .
Step 3: Calculate the determinant .
Step 4: Calculate the values of and .
So, the solution set of the system of linear equations is and , or can be written as the ordered pair .
Exercises
Each problem below uses the determinant for a different purpose. The first asks for an unknown entry inside a matrix with a given determinant, the second asks for the solution of a system of linear equations.
-
The following matrix satisfies . Determine .
-
Determine the solution of the following system of linear equations:
Worked Solutions
-
The matrix in the first exercise is:
Its determinant is:
Given , then:
So, the value of is .
-
System of linear equations:
We determine and .
Then, the values of and are:
So, the solution of the system of linear equations is and , or the ordered pair .