Algebra 2 - Determinants & Cramer's Rule

Introduction

  • A determinant is an array of numbers consisting of row elements and column elements that are typically used to solve systems of linear equations. 
  • In the symbol An=a11a12...a1na21a22...a2n..        ...        .an1an2...ann, the determinant of order n is defined.
  • This algebraic symbol is employed to express the compact form for the sum of all possible products wherein each has n factors. 
  • Each element is contained with two subscripts, the first number indicates the row order in which the element is arranged, and the second number denotes the column order in which the element is arranged.

Order and Evaluating Determinants

  • The second order of determinant (also 2 x 2 determinant) is in the form of abcd.
  • To illustrate, this is defined as:

|A2|=|a11a12a21a22|=a11a22-a12a21

  • For instance, if we have |   8-7-6-4|, this is evaluated as:

         =8-4--7-6

         =-32-42

         =-74

  • The third order of determinant is described as:

A3=|a11a12a13a21a22a23a31a32a33|

  • Rewrite this first and second column in order to evaluate the third-order determinant:

A3=|a11a12a13a21a22a23a31a32a33|a11a21a31a12a22a32

A3=a11a22a33+a12a23a31+a13a21a32-a31a22a13-a32a23a11-a33a21a12

Basic Properties of Determinants

  • When corresponding rows and columns are interchanged, it does not affect the value of the determinant. 

Examples:

|494535180|=|451938450| and |6710921345|=|6937241015|

  • Any two rows or columns interchanged alters the sign of the determinant.

Examples:

|67  425  330-2|=-|25 367 430-2| and |56  823  415-2|=|56  815-223   4|

  • Suppose that all elements in a row or column are zero; then the value of this determinant is 0.

Examples:

|  307-108  509|=0 and |347000765|=0

  • If there are any two rows or columns that are identical, the value of this determinant is equal to 0.

Examples:

|5   4   43-3-39   2   2|=0 and |342674674|=0

  • If each element in a row or column is multiplied by any number n, the value of the entire determinant is also multiplied by the number n.

Example:

3726472538=216181221615924

  • If each element in a row or column of a determinant is expressed as a sum of two or more numbers, the determinant can be written as a sum of two or more determinants.

Example:

|  803  498-174|=|  5+303  2+298-4+374|=|503298-474|+|303298374|

  • Suppose that each element of a row or column is being added n times the corresponding elements of another row or column; the value of the determinant will not change.

Example:

|593687742|=|5+49936+48877+4442|=|593687742|

Determinant of a Matrix

  • To evaluate the determinant of a matrix, the matrix has to be a square matrix. 
  • The determinant of a matrix is useful in calculus applications, determining the inverse of a matrix, and solving systems of linear equations.
  • To illustrate, we have:

A=abcd, then detA=abcd=ad-bc

  • For a 3 x 3 matrix, we have the following:

B=a1b1c1a2b2c2a3b3c3=a1detb2c2b3c3-b1deta2c2a3c3+c1deta2b2a3b3

Cramer's Rule

  • Cramer's Rule is a procedure that is used to solve for the solutions of a system of linear equations in n unknowns.
  • To illustrate the process of solving a system of linear equations in two unknowns, we have:
  • Given the system of linear equations {a1x+b1y=c1a2x+b2y=c2, then the solution is determined using the following:

      x=|c1b1c2b2||a1b1a2b2| and y=|a1c1a2c2||a1b1a2b2| where a1b1a2b20

  • This can also be simplified using the following formulas:

      x=b2c1-b1c2a1b2-a2b1 and y=a1c2-a2c1a1b2-a2b1 where a1b2-a2b10

  • To illustrate the process of solving a system of linear equations in three unknowns, we have:

        1. Given the linear system {a1x+b1y+c1z=d1a2x+b2y+c2z=d2a3x+b3y+c3z=d3, then this is expressed as a determinant D, Dx, and Dy.

        2. We compute the following determinants in order to find the solution to the given linear system with three unknowns.

    D=|a1b1c1a2b2c2a3b2c3|a1a2a3b1b2b3, Dx=|d1b1c1d2b2c2d3b3c3|d1d2d3b1b2b3, Dy=|a1d1c1a2d2c2a3d3c3|a1a2a3d1d2d3, Dz=|a1b1d1a2b2d2a3b3d3|a1a2a3b1b2b3

       3. After evaluating the determinants above, the following equations will be used to find the solution: x=DxD, y=DyD, and z=DzD

Berzen's Layer Reduction Method

  • Another method of solving systems of linear equations in three unknowns is Berzen's Layer Reduction Method.
  • Given a linear system {a1x+b1y+c1z=d1a2x+b2y+c2z=d2a3x+b3y+c3z=d3, then we solve the following determinants: A, B, C, D, E, and F.

       A=|a1b1a2b2|, B=|a1c1a2c2|, C=|a1d1a2d2|, D=|a2b2a3b3|, E=|a2c2a3c3|, F=|a2d2a3d3|

  • After evaluating the above determinants, we need to find the value of z using the formula below. Simply direct substitute the obtained values and simplify.

      z=AF-DCAE-BD where AE-BD0

  • After getting the value of z, the next step is to substitute the computed value of z in any of the two equations and a linear system of two variables will be framed. Solve for the value of x and y using any appropriate algebraic procedure.

Cheat Sheet

  • In case of {x+y=12x+3y=6, then D=|1123|, Dx=|1163|, Dy=|1126|
  • In a system of the linear equation of two variables, we have the following equations: x=DxD and y=DyD.
  • In case of A=| 73   6  49-2-57   8|=|  73   6  49-2-57   8|  7  4-5 3 9 7, we compute the determinant as shown below:

      =798+3-2-5+647--596-7-27-843

     =504+30+168--270--98-96

     =974

  • In solving a linear system of three unknowns, we have x=DxD, y=DyD, and z=DzD
  • In case of D=[1   0   21   1-23-1   1], we can evaluate the determinant of this matrix by following the procedure below:

     =1det1-2-1  1-0det1-23   1+2det1   13-1

Blunder Areas

  • Do not be confused with the symbol used in determinant of a matrix and absolute value. The determinant of a matrix is not an absolute value symbol. 
  • When using Cramer's Rule in solving linear systems, the process may fail if the determinant of the coefficient array is zero.
  • Cramer's Rule only applies to a square matrix wherein that system has a unique solution and has a non-zero determinant. 
  • Berzen's Layer Reduction Method only works for a linear system of three variables.