The equation of a straight line is a linear equation. It consists of variables of power 1. Linear equations are also called first-degree equations. For example, 2x + y = 1 is a linear equation. Here x and y are variables of power 1. As far as the JEE exam is concerned, the linear equation is an important topic. A set having two or more linear equations is called a system of linear equations.

There are different methods to solve linear equations. In this article, we will learn how to solve a system of linear equations using determinants. This method is also called Cramer’s rule. Some of the important methods are given below.

  • Graphing method
  • Substitution method
  • Linear combination method
  • Matrix method
  • Using determinants

Solving System of Linear Equations using Determinants

Consider two equations

a1x + b1y = c1

a2x + b2y = c2

The solution to the above equations is given by

x = D1/D

y = D2/D

D is the determinant of the variables.

Steps to Solve the System of Equations

1. Calculate the determinant D, using the coefficients of the variables.

2. Calculate the determinant D1, using the constants in place of the x coefficients.

3. Calculate the determinant D2, using the constants in place of the y coefficients.

4. Find x and y using equations x = D1/D and y = D2/D.

5. Write the solution as an ordered pair.

Solving System of Three Equations with Three Variables.

Consider three equations

a1x + b1y + c1z = k1

a2x + b2y + c2z = k2

a3x + b3y + c3z = k3

The solution to the above equations is given by

x = D1/D

y = D2/D

z = D3/D

While solving a system of three equations with three variables with Cramer’s Rule, we do what we did for a system of two equations. Now we have to solve for three variables to get the solution. Let us have a look at an example of solving equations with two variables using the determinant method.

Example:

Solve 3x + 4y = 5

2x – y = 7

Solution:

Given 3x + 4y = 5

2x – y = 7

Here

= 3×-1-2×4

= -3-8

= -11

= 5×-1-7×4

= -5-28

= -33

= 3×7-2×5

= 21 – 10

= 11

x = D1/D

= -33/ -11

= 3

y = D2/D

= 11/-11

= -1

Hence the solution is (3,-1).

Conditions for Infinite and No Solutions

1. If D = 0, and D1 = D2 = D3 = 0, then the system of equations may or may not be consistent.

2. If the value of x, y, and z satisfy the third equation then the system is said to be consistent and will have infinite solutions.

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

4. If D1 = D2 = D3 = 0, then the system of linear equations is called homogeneous linear equations, which will have at least one solution i.e. (0, 0, 0). This is known as a trivial solution for homogeneous linear equations.

5. If the system of homogeneous linear equations has non-zero solutions and D = 0, then the given system has infinite solutions. Then we can o solve the equations using the matrix inversion method.

Linear Equations In Algebra

Algebra is a vast subject having many applications. Linear algebra is used in fractal geometry, differential equations, difference equations, relativity, archaeology, demography, etc. Students can expect questions fromlinear equations in algebra for the JEE exam. The standard form of a linear equation in two variables is ax + by = c, where a and b are real numbers. The variables are x and y.

While solving the equations in one variable, we follow the rules like addition rule, subtraction rule, multiplication rule, and division rule. According to the type of solutions, the system of equations can be consistent or inconsistent.

By Peter