Solving Absolute Value Equations
Last Updated :
24 Jan, 2024
The concept of absolute values comes under the parent topic- Algebra. It is one of the broad areas of mathematics. It deals with the study of mathematical symbols and rules for manipulating the symbols. In general, the concept of absolute values is used at distances to represent the distance between any two points.
Example: |-7| = 7, |7| = 7, |0| = 0
The result of absolute value is always positive. It won't be negative.
Solving Absolute Value Equations
Absolute Value Equations are equations where the variable is between absolute value operators. Example: |x-2| = 0. Solving absolute value equations can be explained better by taking an example and solving those to get a better understanding.Â
Question 1: Solve the equation |x + 4| = 1 such that what are the possible values of x.
Solution:
Step: 1 First we need to write two equations from the given equation such a way that
x + 4 = 1 Â Â Â Â Â Â
x + 4 = -1
Step: 2 Solve the above formed equations to get possible values of x
x + 4 = 1Â
x = 1 - 4Â Â
x = -3Â Â Â Â Â Â
x + 4 = -1
x = -1 - 4
x = -5
Step: 3 Verify the above results by substituting the x values in the given equation
|x + 4| = 1Â
Substitute x = -3 in the above equation
|-3 + 4| = 1Â
|4 - 3| = 1 Â
1 = 1
Hence x = -3 satisfies the given equation.
|x + 4| = 1
Substitute x = -5 in the above equation
|-5 + 4| = 1 Â
|4 - 5| = 1Â
|-1| = 1Â
1 = 1
Hence x = -5 satisfies the given equation.
So, the possible values of x are -3, -5.

Steps to solve absolute value equations
From the above example, we can derive steps to solve the absolute value equations,
- Write two equations from the given equation as per the above example.
- Solve the equations formed from step-1 to get possible values of the variable.
- Verify the results we got from step-2 in the given equation.
Let's look at different types of scenarios/equations/problems to solve.
Sample Problems
Question 1: Solve |2x - 5| = 9
Solution:
Step-1 Make 2 equations from given equation
2x - 5 = 9 Â Â Â Â Â Â
2x - 5 = -9
Step-2 Solve the above equations
2x = 9 + 5 Â Â Â Â Â
2x = 14 Â Â Â Â Â Â
x = 14/2 Â Â Â Â Â
x = 7 Â Â Â Â Â Â Â
2x = -9 + 5
2x = -4
x = -2
Step-3 Verify the above results by substituting in the given equation
Given equation |2x - 5| = 9
Substitute x = 7 in given equation  Â
|2(7) - 5| = 9 Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â
|14 - 5| = 9 Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â
9 = 9 Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â
Substitute x = -2 in given equation
|2(-2) - 5| = 9
|-4 - 5| = 9Â
9 = 9
Hence x = 7, x = -2 are the possible values.

Question 2: Solve the expression 2 |x + 1| - 2 = 4
Solution:
In order to proceed to step-1 we can simplify the equation such that left side only has absolute value function and right side of equal to is a value.
2 |x + 1| -2 = 4Â
2 |x + 1| = 4 + 2
2 |x + 1| = 6
|x + 1| = 6/2
|x + 1| = 3
This equation is used to write two equations,
Step-1:
x + 1 = 3 Â Â Â
x + 1 = -3
Step-2: Solve the above equations
x = 3 - 1
x = 2Â Â Â Â
x = -3 - 1
x = -4
Step-3: Verification
2 |x + 1| - 2 = 4
Substitute x = 2 in the given equation   Â
2 |2 + 1| - 2 = 4 Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â
2 |3| - 2 = 4 Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â
6 - 2 = 4 Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â
4 = 4 Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â
Substitute x = -4 in the given equation
2 |-4 + 1| - 2 = 4
2 |-3| - 2 = 4
2 (3) -2 = 4
6 - 2 = 4 Â => 4 = 4
So the possible values of x after solving the equation 2 |x + 1| - 2 = 4 are 2, -4.

Question 3: Solve |2x - 5| = -1.
Solution:
Note: The absolute value function can never be equal to negative value.
For the given equation where the result is negative which indicates that there is no solution for this equation.
Question 4: Solve |2x - 5| = x + 4
Solution:
Step-1 Write 2 equations from the above equation
2x - 5 = x + 4 Â Â Â Â Â Â Â
2x - 5 = -(x + 4)
Step-2 Solve these equations
2x - x = 5 + 4 Â Â Â Â Â Â Â
x = 9 Â Â Â Â Â Â Â Â Â Â Â
2x - 5 = -x - 4
2x + x = 5 - 4
3x = 1
x = 1/3
Step-3 Verification
Given equation, |2x - 5| = x + 4
Substitute x = 9 in the given equation   Â
|2(9) - 5| = 9 + 4 Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â
|18 - 5| = 13 Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â
|13| =13 Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â
13 = 13 Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â
Substitute x=(1/3) in the given equation
 |2(1/3) - 5| = (1/3) + 4
 |(2/3) - 5| = (1/3) + 4
 |(2 - 15)/3| = (1 + 12)/3
 |-13/3| = 13/3 =>13/3 =13/3
So the possible values of x after solving the equation |2x - 5| = x + 4 are 9, 1/3.

Question 5: Solve |7 + 7x| = -8
Solution:
There will be no way to solve the above equation because the result of absolute value equation will never be negative. In this equation the resultant value of absolute value equation is negative. So no solution for this equation.
Question 6: Solve |4t - 2| = |8t + 18|
Solution:
Step-1 Write 2 equations from the above equation
4t - 2 = -(8t + 18) Â Â Â Â Â Â Â
4t - 2 = 8t + 18
Step-2 Solve these equations
4t - 2 = -8t - 18 Â Â Â Â Â Â Â Â Â
4t + 8t = -18 + 2 Â Â Â Â Â Â Â Â
12t = -16 Â Â Â Â Â Â Â Â Â Â Â Â Â
t = -16/12 Â Â Â Â Â Â Â Â Â Â Â Â
t = -4/3
4t - 8t = 18 + 2
-4t = 20
t = -20/4
t = -5Â
Step-3 Verification
Substitute t = -4/3 in the given equation  Â
|4(-4/3) - 2| = |8(-4/3) + 18| Â Â Â Â Â Â Â Â Â Â Â Â Â
|(-16/3) - 2| = |(-32/3) +18| Â Â Â Â Â Â Â Â Â Â Â Â Â
|(-16 - 6)/3| = |(-32 + 54)/3| Â Â Â Â Â Â Â Â Â Â Â Â Â
|-22/3| = |22/3| Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â Â
22/3 = 22/3
Substitute t = -5 in the given equation
|4(-5) - 2| = |8(-5) + 18|
|-20 - 2| = |-40 + 18|
|-22| = |-22|
22=22
So the possible values of t for the given absolute value equation are -4/3 & -5.

Similar Reads
Non-linear Components
In electrical circuits, Non-linear Components are electronic devices that need an external power source to operate actively. Non-Linear Components are those that are changed with respect to the voltage and current. Elements that do not follow ohm's law are called Non-linear Components. Non-linear Co
11 min read
Spring Boot Tutorial
Spring Boot is a Java framework that makes it easier to create and run Java applications. It simplifies the configuration and setup process, allowing developers to focus more on writing code for their applications. This Spring Boot Tutorial is a comprehensive guide that covers both basic and advance
10 min read
Class Diagram | Unified Modeling Language (UML)
A UML class diagram is a visual tool that represents the structure of a system by showing its classes, attributes, methods, and the relationships between them. It helps everyone involved in a projectâlike developers and designersâunderstand how the system is organized and how its components interact
12 min read
Steady State Response
In this article, we are going to discuss the steady-state response. We will see what is steady state response in Time domain analysis. We will then discuss some of the standard test signals used in finding the response of a response. We also discuss the first-order response for different signals. We
9 min read
Backpropagation in Neural Network
Back Propagation is also known as "Backward Propagation of Errors" is a method used to train neural network . Its goal is to reduce the difference between the modelâs predicted output and the actual output by adjusting the weights and biases in the network.It works iteratively to adjust weights and
9 min read
Polymorphism in Java
Polymorphism in Java is one of the core concepts in object-oriented programming (OOP) that allows objects to behave differently based on their specific class type. The word polymorphism means having many forms, and it comes from the Greek words poly (many) and morph (forms), this means one entity ca
7 min read
3-Phase Inverter
An inverter is a fundamental electrical device designed primarily for the conversion of direct current into alternating current . This versatile device , also known as a variable frequency drive , plays a vital role in a wide range of applications , including variable frequency drives and high power
13 min read
What is Vacuum Circuit Breaker?
A vacuum circuit breaker is a type of breaker that utilizes a vacuum as the medium to extinguish electrical arcs. Within this circuit breaker, there is a vacuum interrupter that houses the stationary and mobile contacts in a permanently sealed enclosure. When the contacts are separated in a high vac
13 min read
AVL Tree Data Structure
An AVL tree defined as a self-balancing Binary Search Tree (BST) where the difference between heights of left and right subtrees for any node cannot be more than one. The absolute difference between the heights of the left subtree and the right subtree for any node is known as the balance factor of
4 min read
What is a Neural Network?
Neural networks are machine learning models that mimic the complex functions of the human brain. These models consist of interconnected nodes or neurons that process data, learn patterns, and enable tasks such as pattern recognition and decision-making.In this article, we will explore the fundamenta
14 min read