Solving an Equation - Methods, Techniques, and Examples (2024)

Solvingequations involves finding the value of the unknown variables in the given equation. The condition that the two expressions are equal is satisfied by the value of the variable. Solving a linear equation in one variable results in a unique solution, solving a linear equation involving two variables gives two results. Solving a quadratic equation gives two roots. There are many methods and procedures followed in solving an equation. Let us discuss the techniques in solving an equation one by one, in detail.

1.What is the Meaning of Solving Equations?
2.Steps in Solving an Equation
3.Solving Equations of One Variable
4.Solving an Equation That is Quadratic
5.Solving an Equation That is Rational
6.Solving an Equation That is Radical
7.FAQs on Solving Equations

What is the Meaning of Solving Equations?

Solving equations is computing the value of the unknown variable still balancing the equation on both sides. An equation is a condition on a variable such that two expressions in the variable have equal value. The value of the variable for which the equation is satisfied is said to be the solution of the equation. An equation remains the same if the LHS and the RHS are interchanged. The variable for which the value is to be found is isolated and the solution is obtained. Solving an equation depends on what type of equation that we are dealing with. The equations can be linear equations, quadratic equations, rational equations, or radical equations.

Solving an Equation - Methods, Techniques, and Examples (1)

Steps in Solving an Equation

The aim of solving an equation is to find the value of the variable that satisfies the condition of the equation true. To isolate the variable, the following operations are performed still balancing the equation on both sides. By doing so LHS remains equal to RHS, and eventually, the balance remains undisturbed throughout.

  • Addition property of equality: Add the same number to both the sides. If a = b, then a + c = b + c
  • Subtraction property of equality: Subtract the same number from both sides. If a = b, then a - c = b - c
  • Multiplication property of equality: Multiply the same number on both sides. If a = b, then ac = bc
  • Division property of equality: Divide by the same number on both sides. If a = b, then a/c = b/c (where c ≠ 0)

After performing this systematic balancing method of solving an equation by a series of identical arithmetical operations on both sides of the equation, we separate the variable on one of the sides and the ultimate step is the solution of the equation.

Solving Equations of One Variable

A linear equation of one variable is of the form ax + b = 0, where a, b, c are real numbers. The following steps are followed while solving an equation that is linear.

  • Remove the parenthesis and use the distributive property if required.
  • Simplify both sides of the equation by combining like terms.
  • If there are fractions, multiply both sides of the equation by the LCD (Least common denominator) of all the fractions.
  • If there are decimals, multiply both sides of the equation by the lowest power of 10 to convert them into whole numbers.
  • Bring the variable terms to one side of the equation and the constant terms to the other side using the addition and subtraction properties of equality.
  • Make the coefficient of the variable as 1, using the multiplication or division properties of equality.
  • isolate the variable and get the solution.

Consider this example: 3(x + 4) = 24 + x

We simplify the LHS using the distributive property.

3x + 12 = 24 + x

Group the like terms together using the transposing method. This becomes 3x - x = 24-12

Simplify further ⇒ 2x = 12

Use the division property of equality, 2x/2 = 12/2

isolate the variable x. x = 6 is the solution of the equation.

Use any one of the following techniques to simplify the linear equation and solve for the unknown variable. The trial and error method, balancing method and the transposing method are used to isolate the variable.

Solving an Equation by Trial And Error Method

Consider 12x = 60. To find x, we intuitively try to find that 12 times whatnumber is 60. We find that 5 is the required number. Solving equations by trial and error method is not always easy.

Solving an Equation by Balancing Method

We need to isolate the variable x for solving an equation. Let us use the separation of variables method or the balancing method to solve it. Consider an equation 2x + 3 = 17.

We first eliminate 3 in the first step. To keep the balance while solving the equation, we subtract 3 from either side of the equation.

Thus 2x + 3 - 3 = 17 - 3

We have 2x = 14

Now to isolate x, we divide by 2 on both sides. (Division property of equality)

2x/2 = 14/2

x = 7

Thus, we isolate the variable using the properties of equality while solving an equation in the balancing method.

Solving an Equation by Transposing Method

While solving an equation, we change the sides of the numbers. This process is called transposing. While transposing a number, we change its sign or reverse the operation. Consider 5y + 2 = 22.

We need to find y, so isolate it. Hence we transpose the number 2 to the other side. The equation becomes,

5y = 22-2

5y = 20

Now taking 5 to the other side, we reverse the operation of multiplication to division. y = 20/5 = 4

Solving an Equation That is Quadratic

There are equations that yield more than one solution. Quadratic polynomials are of degree two and the zeroes of a quadratic polynomial represent the quadratic equation.

Consider (x+3) (x+2)= 0. This is quadratic in nature. We just equate each of the expressions in the LHS to 0.

Either x+3 = 0 or x+2 =0.

We arrive at x = -3 and x = -2.

A quadratic equation is of the form ax2 + bx + c = 0. Solving an equation that is quadratic, results in two roots: α and β.

Steps involved in solving a quadratic equation are:

  • By Completing The Squares Method
  • By Factorization Method
  • By Formula Method

By Completing The Squares Method

Solving an equation of quadratic type by completing the squares method is quite easy as we apply our knowledge of algebraic identity: (a+b)2

  • Write the equation in the standard form ax2 + bx + c = 0.
  • Divide both the sides of the equation by a.
  • Move the constant term to the other side
  • Add the square of one-half of the coefficient of x on both sides.
  • Complete the left-hand side as a square and simplify the right-hand side.
  • Take the square root on both sides and solve for x.

For more information about solving equations (quadratic) by completing the squares, click here.

By Factorization Method

Solving an equation of quadratic type using the factorization method, follow the steps discussed here. Write the given equation in the standard form and by splitting the middle terms, factorize the equation. Rewrite the equation obtained as a product of two linear factors. Equate each linear factor to zero and solve for x. Consider 2x2 + 19x + 30 =0. This is of the standard form ax2 + bx + c = 0.

Split the middle term in such a way that the product of the terms should equal the product of the coefficient of x2 and c and the sum of the terms should be b. Here the product of the terms should be 60 and the sum should be 19. Thus, split 19x as 4x and 15x (as the sum of 4 and 15 is 19 and their product is 60).

2x2 + 4x + 15x + 30 = 0

Take the common factor out of the first two terms and the common factors out of the last two terms.

2x(x + 2) + 15(x + 2) = 0

Factoring (x+2) again, we get

(x + 2)(2x + 15) = 0

x = -2 and x = -15/2

Solving an equation that is quadratic involves such steps while splitting the middle terms on factorization.

By Formula Method

Solving an equation of quadratic type using the formula

x = [-b ± √[(b2 -4ac)]/2a helps us find the roots of the quadratic equation ax2 + bx + c = 0. Plugging in the values of a, b, and c in the formula, we arrive at the solution.

Consider the example: 9x2 -12 x + 4 = 0

a= 9, b = -12 and c = 4

x = [-b ± √[(b2 -4ac)]/2a

= [12 ± √[((-12)2 -4×9×4)] / (2 × 9)

= [12 ± √(144 - 144)] / 18

= (12 ± 0)/18

x = 12/18 = 2/3

Solving an Equation That is Rational

An equation with at least one polynomial expression in its denominator is known as the rational equation. Solving an equation that is rational involves the following steps. Reduce the fractions to a common denominator and then solve the equation of the numerators.

Consider x/(x-1) = 5/3

On cross-multiplication, we get

3x = 5(x-1)

3x = 5x - 5

3x - 5x = - 5

-2x = -5

x = 5/2

Solving an Equation That is Radical

An equation in which the variable is under a radical is termed the radical equation. Solving an equation that is a radical involves a few steps. Express the given radical equation in terms of the index of the radical and balance the equation. Solve for the variable.

Consider √(x+1) = 4

Now square both the sides to balance it. [ √(x+1)]2 = 42

(x+1) = 16

Thus x = 16-1 =15

Important Notes on Solving Equations:

  • Solving an equation is finding the value of the variable in the equation.
  • The solution of an equation satisfies the condition of the given equation.
  • Solving an equation of linear type can be also donegraphically.
  • If the right side part of an equation is zero, then for solving equation, just graph the left side of the equation and the x-intercept(s) of the graph would be the solution(s).

Related Articles:

  • Solving Equations Calculator
  • Simultaneous linear equations
  • One variable linear equations and inequations
  • Simple equations and their applications

FAQs on Solving Equations

What is Solving an Equation?

Solving an equation is finding the value of the unknown variables in the given equation. The process of solving an equation depends on the type of the equation.

What are The Steps in Solving Equations?

Identify the type of equation: linear, quadratic, logarithmic, exponential, radical or rational.

  • Remove the brackets, if any in the given equation. Apply the distributive property.
  • Add the same number to both the sides
  • Subtract the same number from both the sides
  • Multiply the same number on both the sides
  • Divide by the same number on both sides.

What are The Golden Rule in Solving an Equation?

The type of the equation is identified. If it is a linear equation, separating the variables method or transposing method is used. If it is a quadratic equation, completing the squares, splitting the middle terms using factorization is used or by formula method.

How Do You use 3 Steps in Solving an Equation?

The 3 steps in solving an equation are to

  • remove the brackets, if any using the distributive property,
  • simplify the equation by adding or subtracting the like terms,
  • isolating the variable and solving it.

How Do You Solve Linear Equations?

While solving an equation that is linear, we isolate the variable whose value is to be found. We either use transposing method or the balancing method.

How Do You Solve Quadratic Equations?

While solving an equation that is quadratic, we write the equation in the standard form ax2 + bx + c = 0, and then solve using the formula method or factorization method or completing the squares method.

How Do You Solve Radical Equations?

While solving an equation that is radical, we remove the radical sign, by raising both the sides of the equation to the index of the radical, isolate the variable and solve for x.

How Do You Solve Rational Equations?

While solving an equation that is rational, we simplify the expression on each side of the equation, cross multiply, combine the like terms and then isolate the variable to solve for x.

Solving an Equation - Methods, Techniques, and Examples (2024)

FAQs

What are the methods for solving an equation? ›

To solve a linear equation in two variables, any of the above-mentioned methods can be used i.e. graphical method, elimination method, substitution method, cross multiplication method, matrix method, determinants method.

What are the methods for solving systems of equations? ›

There are three ways to solve systems of linear equations in two variables:
  • graphing.
  • substitution method.
  • elimination method.
Jul 10, 2011

What are the 4 ways to solve an equation? ›

We have 4 ways of solving one-step equations: Adding, Substracting, multiplication and division. If we add the same number to both sides of an equation, both sides will remain equal. If we subtract the same number from both sides of an equation, both sides will remain equal.

How do you solve an equation step by step? ›

The following steps provide a good method to use when solving linear equations.
  1. Simplify each side of the equation by removing parentheses and combining like terms.
  2. Use addition or subtraction to isolate the variable term on one side of the equation.
  3. Use multiplication or division to solve for the variable.

What is the 4 basic rule in solving equations? ›

In order to solve an algebra equation, try to isolate the variable on one side of the equals sign by adding, subtracting, multiplying, and dividing both sides of the equation by values which simplify the equation.

What is the simple equation method? ›

The simple equation method is a very powerful mathematical technique for finding exact solution of nonlinear ordinary differential equations. It has been developed by Kadreyshov [20], [21] and used successfully by many authors for finding exact solution of ODEs in mathematical physics [22], [23].

What is the easiest method to solve systems of equations? ›

The Matrix method is the easiest way to solve a set of linear equations, because it is straightforward and a step-by-step method, and it boils down to the same thing as the elimination method that most people are familiar with.

What are the four ways to solve systems of equations? ›

Solving a system of equations requires you to find the value of more than one variable in more than one equation. You can solve a system of equations through addition, subtraction, multiplication, or substitution. If you want to know how to solve a system of equations, just follow these steps.

What are the 3 types of solutions to a system of equations? ›

A General Note: Types of Linear Systems

The point where the two lines intersect is the only solution. An inconsistent system has no solution. Notice that the two lines are parallel and will never intersect. A dependent system has infinitely many solutions.

How to explain an equation? ›

An equation is a mathematical statement with an 'equal to' symbol between two expressions that have equal values. For example, 3x + 5 = 15. There are different types of equations like linear, quadratic, cubic, etc. Let us learn more about equations in math in this article.

What are the rules for solving math equations? ›

The order of operations are the rules that tell us the sequence in which we should solve an expression with multiple operations. The order is PEMDAS: Parentheses, Exponents, Multiplication, and Division (from left to right), Addition and Subtraction (from left to right).

What are the 3 different solutions in math? ›

They are:
  • Unique Solution.
  • No Solution.
  • Infinitely Many Solutions.

How do you solve a system of equations step by step? ›

To Solve a System of Equations by Elimination
  1. Write both equations in standard form. ...
  2. Make the coefficients of one variable opposites. ...
  3. Add the equations resulting from Step 2 to eliminate one variable.
  4. Solve for the remaining variable.
  5. Substitute the solution from Step 4 into one of the original equations.

What are the methods of solving equations? ›

Hence, method like Graphical method, Elimination method, Substitution method, Cross-multiplication method and Matrix method can be used to solve linear equations.

How do you solve math equations easily? ›

Bring the variable terms to one side of the equation and the constant terms to the other side using the addition and subtraction properties of equality. Make the coefficient of the variable as 1, using the multiplication or division properties of equality. isolate the variable and get the solution.

What are the 3 methods in finding the equation of a line? ›

  • Method 1: Constructing a Table of Values.
  • Method 2: Using the Slope and y-intercept (y = mx+b)
  • Method 3: Connecting the x and y-Intercepts.
Nov 17, 2020

What is the 4 methods for solving quadratic equations? ›

Answer: There are various methods by which you can solve a quadratic equation such as: factorization, completing the square, quadratic formula, and graphing. These are the four general methods by which we can solve a quadratic equation.

What are the 3 types of solutions you can have in an equation? ›

They are:
  • Unique Solution.
  • No Solution.
  • Infinitely Many Solutions.

How many methods are there to solve the equations? ›

Hence, method like Graphical method, Elimination method, Substitution method, Cross-multiplication method and Matrix method can be used to solve linear equations.

Top Articles
Latest Posts
Article information

Author: Ray Christiansen

Last Updated:

Views: 5648

Rating: 4.9 / 5 (49 voted)

Reviews: 88% of readers found this page helpful

Author information

Name: Ray Christiansen

Birthday: 1998-05-04

Address: Apt. 814 34339 Sauer Islands, Hirtheville, GA 02446-8771

Phone: +337636892828

Job: Lead Hospitality Designer

Hobby: Urban exploration, Tai chi, Lockpicking, Fashion, Gunsmithing, Pottery, Geocaching

Introduction: My name is Ray Christiansen, I am a fair, good, cute, gentle, vast, glamorous, excited person who loves writing and wants to share my knowledge and understanding with you.