Linear Equations in Two Variables - Examples, Pairs, Solving Methods (2024)

A linear equation in two variables is an equation in which two variables have the exponent 1. A system of equations with two variables has a unique solution, no solutions, or infinitely many solutions. A linear system of equations may have 'n' number of variables. An important thing to keep in mind while solving linear equations with n number of variables is that there must be n equations to solve and determine the value of variables.

Linear equations in two variables are the algebraic equations which are of the form (or can be converted to the form) y = mx + b, where m is the slope and b is the y-intercept. They are the equations of the first order. For example, y = 2x + 3 and 2y = 4x + 9 are two-variable linear equations.

1.What are Linear Equations in Two Variables?
2.Forms of Linear Equations in Two Variables
3.Solving Pairs of Linear Equations in Two Variables
4.FAQs on Linear Equations in Two Variables

What are Linear Equations in Two Variables?

The linear equations in two variables are the equations in which each of the two variables is of the highest order (exponent) of 1 and may have one, none, or infinitely many solutions. The standard form of a two-variable linear equation is ax + by + c = 0 where x and y are the two variables. The solutions can also be written in ordered pairs like (x, y). The graphical representation of the pairs of linear equations in two variables includes two straight lines which could be:

  • intersecting lines
  • parallel lines or
  • coincident lines.

Forms of Linear Equations in Two Variables

A linear equation in two variables can be in different forms like standard form, intercept form and point-slope form. For example, the same equation 2x + 3y=9 can be represented in each of the forms like 2x + 3y - 9=0 (standard form), y = (-2/3)x + 3 (slope-intercept form), and y - 5/3 = -2/3(x + (-2)) (point-slope form). Look at the image given below showing all these three forms of representing linear equations in two variables with examples.

Linear Equations in Two Variables - Examples, Pairs, Solving Methods (1)

The system of equations means the collection of equations and they are also referred to as simultaneous linear equations. We will learn how to solve pair of linear equations in two variables using different methods.

Solving Pairs of Linear Equations in Two Variables

There are five methods to solve pairs of linear equations in two variables as shown below:

  • Graphical Method
  • Substitution Method
  • Cross Multiplication Method
  • Elimination Method
  • Determinant Method

Graphical Method for Solving Linear Equations in Two Variables

The steps to solve linear equations in two variables graphically are given below:

  • Step 1: To solve a system of two equations in two variables graphically, we graph each equation. To know how, click here or follow steps 2 and 3 below.
  • Step 2: To graph an equation manually, first convert it to the form y = mx+b by solving the equation for y.
  • Step 3: Start putting the values of x as 0, 1, 2, and so on and find the corresponding values of y, or vice-versa.
  • Step 4: Identify the point where both lines meet.
  • Step 5: The point of intersection is the solution of the given system.

Example: Find the solution of the following system of equations graphically.

-x+2y-3 =0

3x+4y-11=0

Solution: We will graph them and see whether they intersect at a point. As you can see below, both lines meet at (1, 2). Thus, the solution of the given system of linear equations is x=1 and y=2.

Linear Equations in Two Variables - Examples, Pairs, Solving Methods (2)

But both lines may not intersect always. Sometimes they may be parallel. In that case, the pairs of linear equations in two variables have no solution. In some other cases, both lines coincide with each other. In that case, each point on that line is a solution of the given system and hence the given system has an infinite number of solutions.

Consistent and Inconsistent System of Linear Equations:

  • If the system has a solution, then it is said to be consistent;
  • otherwise, it is said to be inconsistent.

Independent and Dependent System of Linear Equations:

  • If the system has a unique solution, then it is independent.
  • If it has an infinite number of solutions, then it is dependent. It means that one variable depends on the other.

Consider a system of two linear equations: a1x + b1y + c1 = 0 and a2x + b2y + c2 = 0. Here we can understand when a linear system with two variables is consistent/inconsistent and independent/dependent.

Linear Equations in Two Variables - Examples, Pairs, Solving Methods (3)

Method of Substitution

To solve a system of two linear equations in two variables using the substitution method, we have to use the steps given below:

  • Step 1: Solve one of the equations for one variable.
  • Step 2: Substitute this in the other equation to get an equation in terms of a single variable.
  • Step 3: Solve it for the variable.
  • Step 4: Substitute it in any of the equations to get the value of another variable.

Example: Solve the following system of equations using the substitution method.
x+2y-7=0
2x-5y+13=0

Solution: Let us solve the equation, x+2y-7=0 for y:
x+2y-7=0
⇒2y=7-x
⇒ y=(7-x)/2

Substitute this in the equation, 2x-5y+13=0:

2x-5y+13=0
⇒ 2x-5((7-x)/2)+13=0
⇒ 2x-(35/2)+(5x/2)+13=0
⇒ 2x + (5x/2) = 35/2 - 13
⇒ 9x/2 = 9/2
⇒ x=1

Substitute x=1 this in the equation y=(7-x)/2:

y=(7-1)/2 = 3

Therefore, the solution of the given system is x=1 and y=3.

Cross Multiplication Method

Consider a system of linear equations: a1x + b1y + c1 = 0 and a2x + b2y + c2 = 0.

To solve this using the cross multiplication method, we first write the coefficients of each of x and y and constants as follows:

Linear Equations in Two Variables - Examples, Pairs, Solving Methods (4)

Here, the arrows indicate that those coefficients have to be multiplied. Now we write the following equation by cross-multiplying and subtracting the products.
\(\dfrac{x}{b_{1} c_{2}-b_{2} c_{1}}=\dfrac{y}{c_{1} a_{2}-c_{2} a_{1}}=\dfrac{1}{a_{1} b_{2}-a_{2} b_{1}}\)

From this equation, we get two equations:

\(\begin{align}
\dfrac{x}{b_{1} c_{2}-b_{2} c_{1}}&=\dfrac{1}{a_{1} b_{2}-a_{2} b_{1}} \\[0.2cm] \dfrac{y}{c_{1} a_{2}-c_{2} a_{1}}&=\dfrac{1}{a_{1} b_{2}-a_{2} b_{1}}
\end{align}\)

Solving each of these for x and y, the solution of the given system is:

\(\begin{align}
x&=\frac{b_{1} c_{2}-b_{2} c_{1}}{a_{1} b_{2}-a_{2} b_{1}}\\[0.2cm] y&=\frac{c_{1} a_{2}-c_{2} a_{1}}{a_{1} b_{2}-a_{2} b_{1}}
\end{align}\)

Method of Elimination

To solve a system of linear equations in two variables using the elimination method, we will use the steps given below:

  • Step 1: Arrange the equations in the standard form: ax+by+c=0 or ax+by=c.
  • Step 2: Check if adding or subtracting the equations would result in the cancellation of a variable.
  • Step 3: If not, multiply one or both equations by either the coefficient of x or y such that their addition or subtraction would result in the cancellation of any one of the variables.
  • Step 4: Solve the resulting single variable equation.
  • Step 5: Substitute it in any of the given equations to get the value of another variable.

Example: Solve the following system of equations using the elimination method.
2x+3y-11=0
3x+2y-9=0

Adding or subtracting these two equations would not result in the cancellation of any variable. Let us aim at the cancellation of x. The coefficients of x in both equations are 2 and 3. Their LCM is 6. We will make the coefficients of x in both equations 6 and -6 such that the x terms get canceled when we add the equations.

3 × (2x+3y-11=0)
⇒ 6x+9y-33=0
-2 × (3x+2y-9=0)
⇒ -6x-4y+18=0

Now we will add these two equations:
6x+9y-33=0
-6x-4y+18=0

On adding both the above equations we get,
⇒ 5y-15=0
⇒ 5y=15
⇒ y=3

Substitute this in one of the given two equations and solve the resultant variable for x.
2x+3y-11=0
⇒ 2x+3(3)-11=0
⇒ 2x+9-11=0
⇒ 2x=2
⇒ x=1

Therefore, the solution of the given system of equations is x=1 and y=3.

Determinant Method

The determinant of a 2 × 2 matrix is obtained by cross-multiplying elements starting from the top left corner and subtracting the products.

Linear Equations in Two Variables - Examples, Pairs, Solving Methods (5)

Consider a system of linear equations in two variables: a1x + b1y = c1 and a2x + b2y = c2. To solve them using the determinants method (which is also known as Crammer's Rule), follow the steps given below:

  • Step 1: We first find the determinant formed by the coefficients of x and y and label it Δ.
    Δ = \(\left|\begin{array}{ll}a_1 & b_1 \\a_2 & b_2\end{array}\right| = a_1 b_2 - a_2b_1\)
  • Step 2: Then we find the determinant Δx which is obtained by replacing the first column of Δ with constants.
    Δx = \(\left|\begin{array}{ll}c_1 & b_1 \\c_2 & b_2\end{array}\right| = c_1 b_2 - c_2b_1\)
  • Step 3: We then find the determinant Δy which is obtained by replacing the second column of Δ with constants.
    Δy = \(\left|\begin{array}{ll}a_1 & c_1 \\a_2 & c_2\end{array}\right| = a_1 c_2 - a_2c_1\)

Now, the solution of the given system of linear equations is obtained by the formulas:

  • x = Δx / Δ
  • y = Δy / Δ

Important Points on Linear Equations with Two Variables:

  • A linear equation in two variables is of the form ax + by + c = 0, where x and y are variables; and a, b, and c are real numbers.
  • A pair of linear equations are of the form a1x + b1y + c1 = 0 and a2x + b2y + c2 = 0 and its solution is a pair of values (x, y) that satisfy both equations.
  • To solve linear equations in two variables, we must have at least two equations.
  • A linear equation in two variables has infinitely many solutions.

Tricks and Tips:

While solving the equations using either the substitution method or the elimination method:

  • If we get an equation that is true (i.e., something like 0 = 0, -1 = -1, etc), then it means that the system has an infinite number of solutions.
  • If we get an equation that is false (i.e., something like 0 = 2, 3 = -1, etc), then it means that the system has no solution.

☛Related Topics:

  • Solving Linear Equations Calculator
  • Equation Calculator
  • System of Equations Calculator
  • Linear Graph Calculator

FAQs on Linear Equations in Two Variables

What is Meant By Linear Equation in Two Variables?

A linear equation is an equation with degree 1. A linear equation in two variables is a type of linear equation in which there are 2 variables present. For example, 2x - y = 45, x+y =35, a-b = 45 etc.

How do you Identify Linear Equations in Two Variables?

We can identify a linear equation in two variables if it can be expressed in the form ax+by+ c = 0, consisting of two variables x and y and the highest degree of the given equation is 1.

Can You Solve a Pair of Linear Equations in Two Variables?

Yes, we can solve pair of linear equations in two variables using different methods and ensure there are two equations present in the given system of equations so as to obtain the values of variables. If there is one solution it means that the given lines are intersecting, if there is no solution possible, then it means that the given equations are of parallel lines. If there are infinitely many solutions possible, it means that the given equations are forming coincidental lines.

How to Graphically Represent a Pair of Linear Equations in Two Variables?

We can represent linear equations in two variables graphically using the steps given below:

  • Step 1: A system of two equations in two variables can be solved graphically by graphing each equation by converting it to the form y=mx+b by solving the equation for y.
  • Step 2: The points where both lines meet are identified.
  • Step 3: The point of intersection is the solution of the given pair of linear equations in two variables.

How Does One Solve the System of Linear Equations in Two Variables?

We have different methods to solve the system of linear equations:

  • Graphical Method
  • Substitution Method
  • Cross Multiplication Method
  • Elimination Method
  • Determinant or Matrix Method

How Many Solutions Does a Linear Equation with Two Variables Have?

Suppose we have a1x + b1y + c1 = 0 and a2x + b2y + c2 = 0. The solutions of a linear equation with two variables are:

  • One and unique if a1/a2 ≠ b1/b2
  • None if a1/a2 = b1/b2 ≠ c1/c2
  • Infinitely many if a1/a2 = b1/b2 = c1/c2

How is a Linear Inequality in Two Variables like a Linear Equation in Two Variables?

A linear inequality in two variables and a linear equation in two variables have the following things in common:

  • The degree of a linear equation and linear inequality is always 1.
  • Both of them can be solved graphically.
  • The way to solve a linear inequality is the same as linear equations except that it is separated by an inequality symbol. But note that the inequality rules should be taken care of.
Linear Equations in Two Variables - Examples, Pairs, Solving Methods (2024)

References

Top Articles
Latest Posts
Article information

Author: Barbera Armstrong

Last Updated:

Views: 6402

Rating: 4.9 / 5 (59 voted)

Reviews: 82% of readers found this page helpful

Author information

Name: Barbera Armstrong

Birthday: 1992-09-12

Address: Suite 993 99852 Daugherty Causeway, Ritchiehaven, VT 49630

Phone: +5026838435397

Job: National Engineer

Hobby: Listening to music, Board games, Photography, Ice skating, LARPing, Kite flying, Rugby

Introduction: My name is Barbera Armstrong, I am a lovely, delightful, cooperative, funny, enchanting, vivacious, tender person who loves writing and wants to share my knowledge and understanding with you.