Solving Systems of Linear Equations by Using Determinants
Solving Systems of Linear Equations by Using Determinants
EQUATIONS BY USING
DETERMINANTS
DETERMINANT – is a square array of numbers with vertical bars on both
sides.
= a₁b₂ - a₂b₁
The left side is the notation for the two – by – two determinant, and the
right side is the corresponding algebraic expression. This algebraic
expression is sometimes called the expansion of the determinant. The real
numbers a₁, a₂, b₁ and b₂ are the ELEMENTS of the determinant.
Note that in b, the elements of the second row (4 and -6) are multiples
of the elements of the first row, respectively.
The solution to the system
a₁x + b₁y = c₁
a₂x + b₂y = c₂
a₁x + b₁y = c₁
a₂x + b₂y = c₂
Is given by
x= y=
Note that the formulas fail when the denominator a₁b₂ - a₂b₁ is equal to 0, or
when a₁b₂ = a₂b₁. This situation occurs when the system is inconsistent or
dependent.
EXAMPLE 3. Solve each system using determinants.
a. x + y = 6 b. 2x - y + 7 = 0
x–y=2 x = -3y
c. y = 2x + 3 d. 2x + y – 4 = 0
4x – 2y = 5 x+ y=2
SOLUTION
a. The equations are in the desired form.
a₁ =1, b ₁= 1, c₁ = 6
a₂ = 1, b₂ = -1 c₂ = 2
x= == =4
y= = = =2
x = = == -3
y= == =1
The solution is (-3, 1)
x = = = (Undefined)
y = = = (Undefined)
The process yields undefined values for x and y. The system is
INCONSISTENT. So there is no SOLUTION.
x = = = (Indeterminate)
y = = = (Indeterminate)
The process yields indeterminate forms for x and y. The system is dependent.
Then, the given system has an infinite number of solutions.
SEATWORK:
y – 5 = -8x
y – 3 = -6x
SOLUTION:
8X + Y = 5 a₁ = 8 b₁ = 1 c₁ = 5
6X + Y = 3 a₂= 6 b₂ = 1 c₂ = 3
x= == =1
y = = = = -3
CHECKING:
y – 5 = -8x y – 3 = -6x
-3 – 5 = -8(1) -3 – 3 = -6(1)
-8 = -8 -6 = -6