Methods To Solve System Of Equations - Cuemath

System of Equations

In mathematics, a system of equations, also known as a set of simultaneous equations or an equation system, is a finite set of equations for which we sought common solutions. In systems of equations, variables are related in a specific way in each equation. i.e., the equations can be solved simultaneously to find a set of values of variables that satisfies each equation.

System of linear equations finds applications in our day-to-day lives in modelling problems where the unknown values can be represented in form of variables. Solving system of equations involves different methods such as substitution, elimination, graphing, etc. Let us look into each method in detail.

1. What is a System of Equations?
2. Solutions of System of Equations
3. Solving System of Equations
4. Solving System of Equations Using Matrices
5. Applications of System of Equations
6. FAQs on System of Equations

What is a System of Equations?

In algebra, a system of equations comprises two or more equations and seeks common solutions to the equations. "A system of linear equations is a set of equations which are satisfied by the same set of values of variables."

System of Equations Example

A system of equations as discussed above is a set of equations that seek a common solution for the variables included. The following set of linear equations is an example of the system of equations:

  • 2x - y = 12
  • x - 2y = 48

Note that the values x = -8 and y = -28 satisfy each of these equations and hence the pair (x, y) = (-8, -28) is the solution of the above system of equations. But how to solve system of equations? Let us see.

Solutions of System of Equations

Solution of system of equations is the set of values of variables that satisfies each linear equation in the system. The main reason behind solving an equation system is to find the value of the variable that satisfies the condition of all the given equations true. There systems of equations are classified into 3 types depending on their number of solutions:

  • Linear System with "Unique solution"
  • Linear System with "No solution"
  • Linear System with "Infinitely many solutions"

Types of Solutions for System of Equations

We know that every linear equation represents a line on the coordinate plane. In this perception, the above figure should give more sense to understanding the different types of solutions of system of equations.

Unique Solution of a System of Equations

A system of equations has unique solution when there is only set of variables exist that satisfy each equation in the system. In terms of graphs, a system with a unique solution has lines (representing the equations) that intersect (at one point).

No Solution

A system of equations has no solution when there exists no set of variables that satisfy each linear equation in the system. If we graph that kind of system, the resulting lines will be parallel to each other.

Infinite Many Solutions

A system of equations can have infinitely many solutions when there exist infinite sets of variables that satisfy each equation. In such cases, the lines corresponding to the linear equations would overlap each other on the graph. i.e., both equations represent the same line. Since a line has infinite points on it, each point on it becomes a solution of the system.

Solving System of Equations

Solving a system of equations means finding the values of the variables used in the set of equations. Any system of equations can be solved in different methods.

  • Substitution Method
  • Elimination Method
  • Graphical Method
  • Cross-multiplication method

To solve a system of equations in 2 variables, we need at least 2 equations. Similarly, for solving a system of equations in 3 variables, we will require at least 3 equations. Let us understand 3 ways to solve a system of equations given the equations are linear equations in two variables.

☛ Also Check: Solving System of Linear Equations

Solving System of Linear Equations By Substitution Method

For solving the system of equations using the substitution method given two linear equations in x and y, in one of the equations, express y in terms x in one of the equations and then substitute it in the other equation.

Example: Solve the system of equations using the substitution method.

3x − y = 23 → (1)

4x + 3y = 48 → (2)

From (1), we get:

y = 3x − 23 → 3

Plug in y in (2),

4x + 3 (3x − 23) = 48

13x − 69 = 48

13x = 117

⇒x = 9

Now, plug in x = 9 in (1)

y = 3 × 9 − 23 = 4

Hence, x = 9 and y = 4 is the solution of the given system of equations.

Solving System of Equations By Elimination Method

Using the elimination method to solve the system of equations, we eliminate one of the unknowns, by multiplying equations by suitable numbers, so that the coefficients of one of the variables become the same.

Example: Solve the following system of linear equations by elimination method.

2x + 3y = 4 → (1) and 3x + 2y = 11 → (2)

The coefficients of y are 3 and 2; LCM (3, 2) = 6

Multiplying Equation (1) by 2 and Equation (2) by 3, we get

4x + 6y = 8 → (3)

9x + 6y = 33 → (4)

On subtracting (3) from (4), we get

5x = 25

⇒x = 5

Plugging in x = 5 in (2) we get

15 + 2y = 11

⇒y = −2

Hence, x = 5, y = −2 is the solution.

Solving System of Equations by Graphing

In this method, solving system of linear equations is done by plotting their graphs. "The point of intersection of the two lines is the solution of the system of equations using graphical method."

Example: 3x + 4y = 11 and -x + 2y = 3

Find at least two values of x and y satisfying equation 3x + 4y = 11

x 1 3
y 2 0.5

So we have 2 points A (1, 2) and B (3, 0.5).

Similarly, find at least two values of x and y satisfying the equation -x + 2y = 3

x -3 3
y 0 3

We have two points C(-3, 0) and D( 3, 3). Plotting these points on the graph we can get the lines in a coordinate plane as shown below.

Solving Linear Equations in Two Variables

We observe that the two lines intersect at (1, 2). So, x = 1, y = 2 is the solution of given system of equations. Methods I and II are the algebraic way of solving simultaneous equations and III is the graphical method.

Solving System of Equations Using Cross-multiplication method

In this method, we solve the systems of equations a1x + b1y + c1 = 0 and a2x + b2y + c2 = 0 using the cross-multiplication formula:

x / (b1c2 - b2c1) = -y / (a1c2 - a2c1) = 1 / (a1b2 - a2b1)

For more detailed information of this method, click here.

Solving System of Equations Using Matrices

The solution of a system of equations can be solved using matrices. In order to solve a system of equations using matrices, express the given equations in standard form, with the variables and constants on respective sides. for the given equations,

a\(_1\)x + \(b_1\)y + \(c_1\)z = \(d_1\)

a\(_2\)x + \(b_2\)y + \(c_2\)z = \(d_2\)

a\(_3\)x + \(b_3\)y + \(c_3\)z = \(d_3\)

we can express them in the form of matrices as,

\(\left[\begin{array}{ccc} a_1x + b_1y + c_1 z \\ a_2x + b_2y + c_2 z \\ a_3x + b_3y + c_3 z \end{array}\right] = \left[\begin{array}{ccc} d_1 \\ d_2 \\ d_3 \end{array}\right]\)

⇒\(\left[\begin{array}{ccc} a_1 & b_1 & c_1 \\ a_2 & b_2 & c_2 \\ a_3 & b_3 & c_3 \end{array}\right] + \left[\begin{array}{ccc} x \\ y \\ z \end{array}\right] = \left[\begin{array}{ccc} d_1 \\ d_2 \\ d_3 \end{array}\right]\)

⇒ AX = B

Here,

A = \(\left[\begin{array}{ccc} a_1 & b_1 & c_1 \\ a_2 & b_2 & c_2 \\ a_3 & b_3 & c_3 \end{array}\right]\), X = \(\left[\begin{array}{ccc} x \\ y \\ z \end{array}\right]\), B = \(\left[\begin{array}{ccc} d_1 \\ d_2 \\ d_3 \end{array}\right]\)

⇒ The solution of the system is given by the formula X = A-1B, where A-1 = inverse of the matrix A. To understand this method more in detail, click here.

Alternatively, Cramer's rule can also be used to solve the system of equations using determinants.

Applications of System of Equations

Systems of equations are a very useful tool and find application in our day-to-day lives for modeling real-life situations and analyzing questions about them.

☛Check:

  • System of Equations Word Problems
  • Systems of Equations Worksheet

For applying the concept of the system of equations, we need to translate the given situation into two linear equations in two variables, then further solve to find the solution of linear programming problems. Any method to solve the system of equations, substitution, elimination, graphical, etc methods. Follow the below-given steps to apply the system of equations to solve problems in our daily lives,

  • To translate and represent the given situation in form of a system of equations, identify unknown quantities in a problem and represent them with variables.
  • Write a system of equations modelling the conditions of the problem.
  • Solve the system of equations.
  • Check and express the obtained solution in terms of the given context.

☛Related Articles:

Check these articles related to the concept of the system of equations.

  • Solutions of a Linear Equation
  • Simultaneous Linear Equations
  • Solving Linear Equations Calculator
  • Equation Calculator
  • System of Equations Calculator

Tag » What Is System Of Equation