Learn on PengiSaxon Algebra 2Chapter 2: Lessons 11-20, Investigation 2

Lesson 14: Finding Determinants

In this Grade 10 Saxon Algebra 2 lesson, students learn how to find the determinant of square matrices, covering both 2×2 matrices using the diagonal product formula (ad − cb) and 3×3 matrices using expansion by minors and the diagonal repetition method. Students also practice solving for unknown variables when a determinant is set equal to a given value.

Section 1

📘 Finding Determinants

New Concept

Every square matrix is associated with one real number called the determinant of the matrix.

What’s next

Next, you’ll master the technique for calculating the determinant of 2×22 \times 2 and 3×33 \times 3 matrices and use it to solve problems.

Section 2

Determinant of a Matrix

The determinant of a 2×22 \times 2 square matrix is found by subtracting the product of the entries on one diagonal from the product of the entries on the other diagonal. The formula is:

abcd=adcb\begin{vmatrix} a & b \\ c & d \end{vmatrix} = ad - cb

Evaluate 5246=(5)(6)(4)(2)=308=38\begin{vmatrix} -5 & 2 \\ 4 & 6 \end{vmatrix} = (-5)(6) - (4)(2) = -30 - 8 = -38.
Find xx if x+1253=5\begin{vmatrix} x+1 & 2 \\ 5 & 3 \end{vmatrix} = 5. Solution: (3)(x+1)(5)(2)=5    3x+310=5    3x=12    x=4(3)(x+1) - (5)(2) = 5 \implies 3x + 3 - 10 = 5 \implies 3x = 12 \implies x=4.

Think of it as a diagonal duel! To find the magic number for a 2x2 matrix, you multiply the numbers on the main diagonal from top-left to bottom-right. Then, from that result, you subtract the product of the other diagonal, from bottom-left to top-right. This simple ad - cb formula is your key to unlocking the determinant's value!

Section 3

Expansion by Minors

To find the determinant of a 3×33 \times 3 matrix, multiply each element in one row by its minor (the determinant of the matrix that remains when you cover the element's row and column), and combine using alternating signs.

a1b1c1a2b2c2a3b3c3=a1b2c2b3c3b1a2c2a3c3+c1a2b2a3b3\begin{vmatrix} a_1 & b_1 & c_1 \\ a_2 & b_2 & c_2 \\ a_3 & b_3 & c_3 \end{vmatrix} = a_1 \begin{vmatrix} b_2 & c_2 \\ b_3 & c_3 \end{vmatrix} - b_1 \begin{vmatrix} a_2 & c_2 \\ a_3 & c_3 \end{vmatrix} + c_1 \begin{vmatrix} a_2 & b_2 \\ a_3 & b_3 \end{vmatrix}

Evaluate 210314256=2145613426+03125=2(26)1(26)+0=78\begin{vmatrix} 2 & 1 & 0 \\ 3 & -1 & 4 \\ -2 & 5 & 6 \end{vmatrix} = 2\begin{vmatrix} -1 & 4 \\ 5 & 6 \end{vmatrix} - 1\begin{vmatrix} 3 & 4 \\ -2 & 6 \end{vmatrix} + 0\begin{vmatrix} 3 & -1 \\ -2 & 5 \end{vmatrix} = 2(-26) - 1(26) + 0 = -78.
Evaluate 135246012=1461232602+52401=1(2)3(4)+5(2)=0\begin{vmatrix} 1 & 3 & 5 \\ 2 & 4 & 6 \\ 0 & 1 & 2 \end{vmatrix} = 1\begin{vmatrix} 4 & 6 \\ 1 & 2 \end{vmatrix} - 3\begin{vmatrix} 2 & 6 \\ 0 & 2 \end{vmatrix} + 5\begin{vmatrix} 2 & 4 \\ 0 & 1 \end{vmatrix} = 1(2) - 3(4) + 5(2) = 0.

To crack a 3x3 matrix, break it into smaller 2x2 puzzles. Choose a row, typically the first one. For each element, cover its row and column to find its 'minor'—the determinant of the 2x2 grid that remains. Multiply the element by its minor, then combine the results using an alternating plus-minus-plus pattern. It's that simple!

Section 4

Diagonal Method for 3x3 Matrices

A second method for a 3×33 \times 3 determinant involves repeating the first two columns to the right of the matrix. Add the products of the three downward-sloping diagonals, and subtract the sum of the products of the three upward-sloping diagonals.

Evaluate 123456789\begin{vmatrix} 1 & 2 & 3 \\ 4 & 5 & 6 \\ 7 & 8 & 9 \end{vmatrix}. Rewrite: 123124564578978\begin{array}{ccccc} 1 & 2 & 3 & 1 & 2 \\ 4 & 5 & 6 & 4 & 5 \\ 7 & 8 & 9 & 7 & 8 \end{array}. Result: ((45)+(84)+(96))((105)+(48)+(72))=225225=0((45)+(84)+(96)) - ((105)+(48)+(72)) = 225 - 225 = 0.
Evaluate 312053142\begin{vmatrix} 3 & -1 & 2 \\ 0 & 5 & -3 \\ 1 & 4 & -2 \end{vmatrix}. Rewrite: 312310530514214\begin{array}{ccccc} 3 & -1 & 2 & 3 & -1 \\ 0 & 5 & -3 & 0 & 5 \\ 1 & 4 & -2 & 1 & 4 \end{array}. Result: ((30)+(3)+0)(10+(36)+0)=33(26)=7((-30)+(-3)+0) - (10+(-36)+0) = -33 - (-26) = -7.

This is a fantastic visual shortcut for 3x3 determinants, no minors needed! First, copy the first two columns and place them next to the matrix. Then, multiply along the three downward diagonals and add their products. Do the same for the three upward diagonals. Finally, subtract the total of the 'up' products from the 'down' products.

Section 5

Area of a Triangle using Determinants

The area of a triangle with vertices (x1,y1)(x_1, y_1), (x2,y2)(x_2, y_2), and (x3,y3)(x_3, y_3) can be found using the formula:

Area=12x1x2x3y1y2y3111Area = \left| \frac{1}{2} \begin{vmatrix} x_1 & x_2 & x_3 \\ y_1 & y_2 & y_3 \\ 1 & 1 & 1 \end{vmatrix} \right|

Find the area of a triangle with vertices (2,4),(5,1),(1,2)(2,4), (5,1), (-1,-2). Area = 12251412111=12(2(3)5(6)+(1)(3))=272=13.5|\frac{1}{2} \begin{vmatrix} 2 & 5 & -1 \\ 4 & 1 & -2 \\ 1 & 1 & 1 \end{vmatrix}| = |\frac{1}{2}(2(3) - 5(6) + (-1)(3))| = |\frac{-27}{2}| = 13.5 square units.

Believe it or not, determinants can find a triangle's area! Just take the coordinates of its three vertices. Plug the x-values into the top row of a 3x3 matrix and the y-values into the middle row. Fill the bottom row with 1s, find the determinant, multiply by 1/2, and take the absolute value since area can't be negative.

Book overview

Jump across lessons in the current chapter without opening the full course modal.

Continue this chapter

Chapter 2: Lessons 11-20, Investigation 2

  1. Lesson 1

    Lesson 11: Understanding Polynomials

  2. Lesson 2

    Lesson 12: Solving Inverse Variation Problems

  3. Lesson 3

    Lab 3: Graphing Calculator: Calculating Points on a Graph

  4. Lesson 4

    Lesson 13: Graphing Linear Equations I

  5. Lesson 5Current

    Lesson 14: Finding Determinants

  6. Lesson 6

    Lesson 15: Solving Systems of Equations by Graphing

  7. Lesson 7

    Lesson 16: Using Cramer's Rule

  8. Lesson 8

    LAB 4: Graphing Calculator: Changing the Line and Window of a Graph

  9. Lesson 9

    Lesson 17: Solving Equations and Inequalities with Absolute Value (Exploration: Transforming f(x) = |x|)

  10. Lesson 10

    Lesson 18: Calculating with Units of Measure

  11. Lesson 11

    Lesson 19: Multiplying Polynomials

  12. Lesson 12

    Lesson 20: Performing Operations with Functions

  13. Lesson 13

    Investigation 2: Solving Parametric Equations

Lesson overview

Expand to review the lesson summary and core properties.

Expand

Section 1

📘 Finding Determinants

New Concept

Every square matrix is associated with one real number called the determinant of the matrix.

What’s next

Next, you’ll master the technique for calculating the determinant of 2×22 \times 2 and 3×33 \times 3 matrices and use it to solve problems.

Section 2

Determinant of a Matrix

The determinant of a 2×22 \times 2 square matrix is found by subtracting the product of the entries on one diagonal from the product of the entries on the other diagonal. The formula is:

abcd=adcb\begin{vmatrix} a & b \\ c & d \end{vmatrix} = ad - cb

Evaluate 5246=(5)(6)(4)(2)=308=38\begin{vmatrix} -5 & 2 \\ 4 & 6 \end{vmatrix} = (-5)(6) - (4)(2) = -30 - 8 = -38.
Find xx if x+1253=5\begin{vmatrix} x+1 & 2 \\ 5 & 3 \end{vmatrix} = 5. Solution: (3)(x+1)(5)(2)=5    3x+310=5    3x=12    x=4(3)(x+1) - (5)(2) = 5 \implies 3x + 3 - 10 = 5 \implies 3x = 12 \implies x=4.

Think of it as a diagonal duel! To find the magic number for a 2x2 matrix, you multiply the numbers on the main diagonal from top-left to bottom-right. Then, from that result, you subtract the product of the other diagonal, from bottom-left to top-right. This simple ad - cb formula is your key to unlocking the determinant's value!

Section 3

Expansion by Minors

To find the determinant of a 3×33 \times 3 matrix, multiply each element in one row by its minor (the determinant of the matrix that remains when you cover the element's row and column), and combine using alternating signs.

a1b1c1a2b2c2a3b3c3=a1b2c2b3c3b1a2c2a3c3+c1a2b2a3b3\begin{vmatrix} a_1 & b_1 & c_1 \\ a_2 & b_2 & c_2 \\ a_3 & b_3 & c_3 \end{vmatrix} = a_1 \begin{vmatrix} b_2 & c_2 \\ b_3 & c_3 \end{vmatrix} - b_1 \begin{vmatrix} a_2 & c_2 \\ a_3 & c_3 \end{vmatrix} + c_1 \begin{vmatrix} a_2 & b_2 \\ a_3 & b_3 \end{vmatrix}

Evaluate 210314256=2145613426+03125=2(26)1(26)+0=78\begin{vmatrix} 2 & 1 & 0 \\ 3 & -1 & 4 \\ -2 & 5 & 6 \end{vmatrix} = 2\begin{vmatrix} -1 & 4 \\ 5 & 6 \end{vmatrix} - 1\begin{vmatrix} 3 & 4 \\ -2 & 6 \end{vmatrix} + 0\begin{vmatrix} 3 & -1 \\ -2 & 5 \end{vmatrix} = 2(-26) - 1(26) + 0 = -78.
Evaluate 135246012=1461232602+52401=1(2)3(4)+5(2)=0\begin{vmatrix} 1 & 3 & 5 \\ 2 & 4 & 6 \\ 0 & 1 & 2 \end{vmatrix} = 1\begin{vmatrix} 4 & 6 \\ 1 & 2 \end{vmatrix} - 3\begin{vmatrix} 2 & 6 \\ 0 & 2 \end{vmatrix} + 5\begin{vmatrix} 2 & 4 \\ 0 & 1 \end{vmatrix} = 1(2) - 3(4) + 5(2) = 0.

To crack a 3x3 matrix, break it into smaller 2x2 puzzles. Choose a row, typically the first one. For each element, cover its row and column to find its 'minor'—the determinant of the 2x2 grid that remains. Multiply the element by its minor, then combine the results using an alternating plus-minus-plus pattern. It's that simple!

Section 4

Diagonal Method for 3x3 Matrices

A second method for a 3×33 \times 3 determinant involves repeating the first two columns to the right of the matrix. Add the products of the three downward-sloping diagonals, and subtract the sum of the products of the three upward-sloping diagonals.

Evaluate 123456789\begin{vmatrix} 1 & 2 & 3 \\ 4 & 5 & 6 \\ 7 & 8 & 9 \end{vmatrix}. Rewrite: 123124564578978\begin{array}{ccccc} 1 & 2 & 3 & 1 & 2 \\ 4 & 5 & 6 & 4 & 5 \\ 7 & 8 & 9 & 7 & 8 \end{array}. Result: ((45)+(84)+(96))((105)+(48)+(72))=225225=0((45)+(84)+(96)) - ((105)+(48)+(72)) = 225 - 225 = 0.
Evaluate 312053142\begin{vmatrix} 3 & -1 & 2 \\ 0 & 5 & -3 \\ 1 & 4 & -2 \end{vmatrix}. Rewrite: 312310530514214\begin{array}{ccccc} 3 & -1 & 2 & 3 & -1 \\ 0 & 5 & -3 & 0 & 5 \\ 1 & 4 & -2 & 1 & 4 \end{array}. Result: ((30)+(3)+0)(10+(36)+0)=33(26)=7((-30)+(-3)+0) - (10+(-36)+0) = -33 - (-26) = -7.

This is a fantastic visual shortcut for 3x3 determinants, no minors needed! First, copy the first two columns and place them next to the matrix. Then, multiply along the three downward diagonals and add their products. Do the same for the three upward diagonals. Finally, subtract the total of the 'up' products from the 'down' products.

Section 5

Area of a Triangle using Determinants

The area of a triangle with vertices (x1,y1)(x_1, y_1), (x2,y2)(x_2, y_2), and (x3,y3)(x_3, y_3) can be found using the formula:

Area=12x1x2x3y1y2y3111Area = \left| \frac{1}{2} \begin{vmatrix} x_1 & x_2 & x_3 \\ y_1 & y_2 & y_3 \\ 1 & 1 & 1 \end{vmatrix} \right|

Find the area of a triangle with vertices (2,4),(5,1),(1,2)(2,4), (5,1), (-1,-2). Area = 12251412111=12(2(3)5(6)+(1)(3))=272=13.5|\frac{1}{2} \begin{vmatrix} 2 & 5 & -1 \\ 4 & 1 & -2 \\ 1 & 1 & 1 \end{vmatrix}| = |\frac{1}{2}(2(3) - 5(6) + (-1)(3))| = |\frac{-27}{2}| = 13.5 square units.

Believe it or not, determinants can find a triangle's area! Just take the coordinates of its three vertices. Plug the x-values into the top row of a 3x3 matrix and the y-values into the middle row. Fill the bottom row with 1s, find the determinant, multiply by 1/2, and take the absolute value since area can't be negative.

Book overview

Jump across lessons in the current chapter without opening the full course modal.

Continue this chapter

Chapter 2: Lessons 11-20, Investigation 2

  1. Lesson 1

    Lesson 11: Understanding Polynomials

  2. Lesson 2

    Lesson 12: Solving Inverse Variation Problems

  3. Lesson 3

    Lab 3: Graphing Calculator: Calculating Points on a Graph

  4. Lesson 4

    Lesson 13: Graphing Linear Equations I

  5. Lesson 5Current

    Lesson 14: Finding Determinants

  6. Lesson 6

    Lesson 15: Solving Systems of Equations by Graphing

  7. Lesson 7

    Lesson 16: Using Cramer's Rule

  8. Lesson 8

    LAB 4: Graphing Calculator: Changing the Line and Window of a Graph

  9. Lesson 9

    Lesson 17: Solving Equations and Inequalities with Absolute Value (Exploration: Transforming f(x) = |x|)

  10. Lesson 10

    Lesson 18: Calculating with Units of Measure

  11. Lesson 11

    Lesson 19: Multiplying Polynomials

  12. Lesson 12

    Lesson 20: Performing Operations with Functions

  13. Lesson 13

    Investigation 2: Solving Parametric Equations