System Of Linear Equations Using Determinants

The solution of a system of linear equations with two and three variables can be easily found using determinants. Cramer’s rule is also explained with a diagram, along with formulas and steps to help solve practice problems.

Solving System Of Linear Equations Using Determinants

How To Solve a Linear Equation System Using Determinants?

  1. Define the linear equation system.
  2. Calculate the determinant of the coefficient matrix.
  3. If the determinant is not 0, solve the system by using Cramer’s rule.
  4. If the determinant is 0, then the system has either no solution or an infinite number of solutions.

1. System of Linear Equations with Two Variables

Let the equations be

a1x+b1y+c1=0

a2x+b2y+c2=0

The Solution to a System of Equations with Two Variables is Given by:

(x=b1c2b2c1a1b2a2b1\y=a2c1a1c2a1b2a2b1)

Where Δ1=|b1c1 b2c2|, Δ2=|c1a1 c2a2| and Δ=|a1b1 a2b2|

2. System of Linear Equations Involving Three Variables

(Extra close brace or missing open brace)

#To Solve This System, We First Define the Following Determinants

(\Delta =\left| a1b1c1 a2b2c2 a3b3c3  \right|),

({{\Delta }_{1}}=\left| d1b1c1 d2b2c2 d3b3c3  \right|),

({{\Delta }_{2}}=\left| a1d1c1 a2d2c2 a3d3c3  \right|),

({{\Delta }_{3}}=\left| a1b1d1 a2b2d2 a3b3d3  \right|)

CRITERION FOR CONSISTENCY: Now following algorithm is followed to solve the system

System of Linear Equations Using Determinants

Cramer’s rule is a method of finding a solution to a system of equations.

Conditions for Infinite Solutions and No Solutions

(a) If Δ = 0 and Δ1 = Δ2 = Δ3 = 0, then the system of equations may or may not be consistent.

(i) If the value of x, y and z in terms of t satisfies the third equation, the system is said to be consistent and will have infinite solutions.

If the values of x, y, and z do not satisfy the third equation, the system is considered inconsistent and will have no solution.

If d1 = d2 = d3 = 0, then the system of linear equations is known as a Homogeneous Linear Equations, which always has at least one solution, i.e. (0, 0, 0), called a Trivial Solution for Homogeneous Linear Equations.

If the system of homogeneous linear equations has non-zero/nontrivial solutions and Δ = 0, then the given system has infinite solutions.

We can also solve these solutions using the matrix inversion method.

We can write the linear equations in the matrix form as A X = B, where

A=[a1b1c1 a2b2c2 a3b3c3],;X=[x y z],;B=[d1 d2 d3]

The solution set can only exist if the inverse of A, A1, exists, which can be obtained by solving X=A1B.

Some Important Results

The Consistency of Three Simultaneous Linear Equations in Two Variables

(a1x+b1y+c1=0(i))

(a2x+b2y+c2=0(ii))

(\begin{array}{l}{a}{3}x + {b}{3}y + {c}_{3} = 0 \dots \text{(iii)}\end{array})

|a1b1c1 a2b2c2 a3b3c3 |=0

(a) (ax2+2hxy+by2+2gx+2fy+c=0 ) represents a pair of straight lines if ab and h2ab0.

(|ahg hbf gfc | + 2fgh - af^2 - bg^2 - ch^2 = 0 )

(b) Area of a triangle whose vertices are $\left( {{x}{r}},{{y}{r}} \right);,,r=1,2,3is:;;D=\frac{1}{2}\left| \begin{matrix} {{x}{1}} & {{y}{1}} & 1 \ {{x}{2}} & {{y}{2}} & 1 \ {{x}{3}} & {{y}{3}} & 1 \ \end{matrix} \right|$.

If D=0, then the three points are collinear.

(c) The equation of a straight line passing through (x1,y1) and (x2,y2) is given by |xy1 x1y11 x2y21 |=0.

If each element of any row (or column) can be expressed as a sum of two terms, then the determinant can be expressed as the sum of the determinants of those two terms.

(\left| a1b1c1 a2b2c2 a3b3c3  \right| + \left| xyz a2b2c2 a3b3c3  \right| = \left| a1+xb1+yc1+z a2b2c2 a3b3c3  \right|)

It should be noted that, when applying operations on determinants, at least one row (or column) must remain unchanged; that is,

The maximum number of simultaneous operations = order of determinant - 1.

Practice Problems on System of Linear Equations Using Determinants

Illustration: Solve the following equations by Cramer’s rule:

x+y+z=9 2x+5y+7z=52 2x+yz=0

Given:

This is a statement

Solution:

This is a statement

We can define the determinants Δ1, Δ2, and Δ3 in this problem and use the invariance property to find their values. After that, we can use Cramer’s rule to get the values of x, y, and z.

Here (Δ=|100 046 012 | ) (Applying; {{C}_{2}}\to; {{C}_{2}}-2{{C}_{1}};and ;{{C}_{3}}\to; {{C}_{3}}-{{C}_{1}}) he said

He said, “Now.”

(\Delta = \left| 100 235 213  \right| = 1 \cdot \left(-9 + 5 \right) = -4 )

⇒ (Δ1=|910 5258 011 |;(Applying;C2C2+C3) )

⇒ (Δ1=|921 52127 001 |=1(108104)=4;,,Δ2=|191 2527 201 |;(Applying C1 to C1+2C3) )

Δ2=|391 16527 001 |=1(156144)=12;and;Δ3=|119 0336 210 |;(applying C1C12C2)

Δ3=|119 8552 010 |;;;;(Applying;C1C12C2)=1(52+72)=20

By Cramer’s rule: $$ \begin{array}{l} x=\frac{{\Delta }{1}}{\Delta }=\frac{-4}{-4}=1, \ y=\frac{{\Delta }{2}}{\Delta }=\frac{-12}{-4}=3 ; and ; \ z=\frac{{\Delta }_{3}}{\Delta }=\frac{-20}{-4}=5 \end{array} $$

x = 1, y = 3, z = 5

Answer:

Illustration: Solve the following linear equations:

(4x+5+3y+7=1;;;;;;and;;;;;;6x+56y+7=5)

Given:

This is a heading

Solution:

This is a heading

(Let 1x+5=a and 1y+7=b. Define the determinants Δ=ab, Δ1=a+b and Δ2=1a+b. )

Then, using Cramer’s rule, we can calculate the values of x and y.

Let us put Δ,1x+5=a;and;1y+7=b then the 2 linear equations become

4a + 3b = -1 \ \ (i)

And 6a - 6b = -5 … (ii)

Using Cramer’s Rule, we get:

(x|13 56 |=y|41 65 |=1|43 66 |Rightarrowa156=b620=12418 )

(a=12;and;;b=13;;,a21=b14=142 )

(a=121x+5=122=x5x=7)

(1y+7=13;;;,,,y+7=3;;;,,,y=4 )

Question: For what value of k will the following system of equations possess nontrivial solutions? Also find all the solutions of the system for that value of k.

x + y - kz = 0
3x - y - 2z = 0
x - y + 2z = 0

Given:

This is a heading

Solution:

This is a heading

Definition of Δ: Δ is a symbol used to represent the difference between two values.

Statement Rewrite: In this problem, we first define Δ as the difference between two values. It is known that, for a non-trivial solution, Δ must equal 0.

Using the invariance property, we can solve for k when Δ=0.

For a non-trivial solution, Δ = 0

(|20k+2 002 112 |=0;;[R2R2R1,R3R3+R1] )

Expanding along (C_2).\Rightarrow (-\left(-1\right)\left[-8-2\left(2-k\right)\right] = 0)\Rightarrow (2k-12 = 0)\Rightarrow (k = 6)

Putting the value of k in the given equation, we get,

x + y - 6z = 0 \ (i)

3x - y - 2z = 0 … (ii)

(iii) x - y + 2z = 0

(i) (4x - 8z = 0)

(ii) (\frac{4x}{8} = \frac{z}{-1})

z = \frac{x}{2}

Putting the value of z in (i), we get x+y3x=0

y = 2x

When k = 6, the solution of the given system of equations is (x=t, y=2t, z=\frac{t}{2}), where t is an arbitrary number.

Illustration: Use matrix inversion to solve the following equations.

2x + y + 2z = 0

2x - y + z = 10

x + 3y - z = 5

Given:

This is a Header

Solution:

This is a Header

By writing the given equations into the form of AX=D, and then multiplying both sides by A1, we will get the required values of x, y, and z.

The equations can be expressed in matrix form as $$[212 211 131] [x y z]

[0 10 5]$$

AX=D where A=[212 211 131 ], X=[x y z ], D=[0 10 5 ]

,,,A1AX=A1D,,,,,X=A1D.(i)

Now A1=adj,A|A|;;;;|A|=|212 211 131 |=2(13)1(21)+2(6+1)=13

The matrix of cofactors of |A| is ([237 745 324 ]); so, ;;;adj,A=\left[ 273 342 754  \right];,,{{A}^{-1}}=\frac{1}{3}\left[ 273 342 754  \right].

From (1), Missing \begin{array} or extra \end{array}

(x=8513, y=3013, z=7013)

Introduction to Determinants

Minors and Cofactors

Properties of Determinants

Linear Equations

Differentiation and Integration of Determinants

Standard Determinants

Frequently Asked Questions

A system of linear equations has an infinite solution when the equations are linearly dependent.

If a1a2=b1b2=c1c2, then the system of equations has infinite solutions.

The condition that a system of linear equations has no solution is when the equations are inconsistent.

If a1a2b1b2c1c2, then the system of equations has no solution.

Are Three Points Collinear?

Three points are collinear if the area of the triangle formed by the three points is equal to zero.