How to write an absolute value equation

The absolute number of a number a is written as

$$\left | a \right |$$

And represents the distance between a and 0 on a number line.

An absolute value equation is an equation that contains an absolute value expression. The equation

$$\left | x \right |=a$$

Has two solutions x = a and x = -a because both numbers are at the distance a from 0.

To solve an absolute value equation as

$$\left | x+7 \right |=14$$

You begin by making it into two separate equations and then solving them separately.

$$x+7 =14$$

$$x+7\, {\color{green} {-\, 7}}\, =14\, {\color{green} {-\, 7}}$$

$$x=7$$

or

$$x+7 =-14$$

$$x+7\, {\color{green} {-\, 7}}\, =-14\, {\color{green} {-\, 7}}$$

$$x=-21$$

An absolute value equation has no solution if the absolute value expression equals a negative number since an absolute value can never be negative.

The inequality

$$\left | x \right |<2$$

Represents the distance between x and 0 that is less than 2

How to write an absolute value equation

Whereas the inequality

$$\left | x \right |>2$$

Represents the distance between x and 0 that is greater than 2

How to write an absolute value equation

You can write an absolute value inequality as a compound inequality.

$$\left | x \right |<2\: or

$$-2<x<2$$

This holds true for all absolute value inequalities.

$$\left | ax+b \right |<c,\: where\: c>0$$

$$=-c<ax+b<c$$

$$\left | ax+b \right |>c,\: where\: c>0$$

$$=ax+b<-c\: or\: ax+b>c$$

You can replace > above with ≥ and < with ≤.

When solving an absolute value inequality it's necessary to first isolate the absolute value expression on one side of the inequality before solving the inequality.


Example

Solve the absolute value inequality

$$2\left |3x+9 \right |<36$$

$$\frac{2\left |3x+9 \right |}{2}<\frac{36}{2}$$

$$\left | 3x+9 \right |<18$$

$$-18<3x+9<18$$

$$-18\, {\color{green} {-\, 9}}<3x+9\, {\color{green} {-\, 9}}<18\, {\color{green} {-\, 9}}$$

$$-27<3x<9$$

$$\frac{-27}{{\color{green} 3}}<\frac{3x}{{\color{green} 3}}<\frac{9}{{\color{green} 3}}$$

$$-9<x<3$$


Video lesson

Solve the absolute value equation

$$4 \left |2x -1 \right | -2 = 10$$

Solving absolute value equations is based on the idea that absolute value represents the distance between a point on the number line and zero. In this lesson, we will look at a few examples to understand how to solve these equations and also take a bit of a look at this idea of distance as it relates to solving absolute value equations.

Table of Contents

  1. Steps for solving absolute value equations
  2. Step-by-step examples
  3. Absolute value equations with no solutions or one solution
  4. Why does our method work?
  5. Another perspective

advertisement

Steps for solving absolute value equations

When given an absolute value equation, you will first need to isolate the absolute value part of the equation. Then, you will write two equations based on the definition of absolute value (though sometimes, there will end up only being one equation). This sounds complicated, but it is only a step or two more than solving the typical linear equation.

How to write an absolute value equation

Let’s try these steps out with some examples!

Examples

In this first example, the absolute value part of the equation is already isolated, so only step two will apply. Whether or not this first step applies or not, you will always have zero, one, or two solutions to any absolute value equation.

Example

Solve the equation:
\(|5x – 2| = 13\)

Solution

As mentioned, the absolute value part is already isolated. Therefore, we will solve two equations without the absolute value: one where the 13 is positive and one where 13 is negative.

Equation 1:

\(\begin{align}5x – 2 &= 13\\ 5x &= 15\\ x &= 3\end{align}\)

Equation 2:

\(\begin{align}5x – 2 &= -13\\ 5x &= -11 \\ x &= -\dfrac{11}{5}\end{align}\)

So, there are two solutions to this equation:
\(x = \bbox[border: 1px solid black; padding: 2px]{3, -\dfrac{11}{5}}\)

In this next example, there will be a little more work since the absolute value part of the equation is not isolated. In this situation, you will always need to isolate this term before you write your two equations, or you will end up with incorrect answers.

Example

Solve the equation:
\(4 + 3|x – 5| = 16\)

Solution

Your first step here is to use algebra to isolate the absolute value part of the equation.

\(4 + 3|x – 5| = 16\)

Subtract 4 from both sides.

\(3|x – 5| = 12\)

Divide both sides by 3.

\(|x – 5| = 4\)

Now you can write and solve two equations, one where the 4 is negative and one where the 4 is positive. Remember to drop the absolute value symbol at this step.

Equation 1:

\(\begin{align}x – 5 &= 4\\ x &= 9\end{align}\)

Equation 2:

\(\begin{align}x – 5 &= -4\\ x &= 1\end{align}\)

Once again, there are two solutions to the equation:
\(x = \bbox[border: 1px solid black; padding: 2px]{1, 9}\)

Absolute value equations with one solution or no solutions

In both of our examples above, there were two solutions so you may think that this is always the case. While this is often right, there are cases where there is only one solution and even when there are none. The next two examples will show when this happens.

Example – one solution

Solve the equation:
\(6|x – 2| – 1 = -1\)

Solution

As usual, we will first isolate the absolute value equation.

\(6|x – 2| – 1 = -1\)

Add 1 to both sides.

\(6|x – 2| = 0\)

Divide both sides by 6.

\(|x – 2| = 0\)

Normally at this stage, we would write two equations without the absolute value bars, but writing 0 with a positive or negative is the same thing. So we only have one equation:

\(x – 2 = 0\)

Adding 2 to both sides then gives the only solution.

\(x = \bbox[border: 1px solid black; padding: 2px]{2}\)

We will look more closely at why this happens, but first let’s look at how you might end up with no solutions.

Example – no solutions

Solve the equation:
\(|10x – 1| + 3 = -8\)

Solution

To isolate the absolute value, subtract 3 from both sides.

\(|10x – 1| = -11\)

At this step, it can be determined that there are no solutions to the equation. Why? The absolute value of any number is positive. Here, we have the absolute value of something is negative. This is not possible so there are no possible x-values that make this equation true. Therefore, you can write:

Answer: No solutions

The absolute value of any number is always positive. Use this to determine when there are no solutions to an absolute value equation.

Notice that in both examples, the steps were the same as before. You will always follow those two steps when solving any absolute value equation.

Why does this work?

You can think of the absolute value of any number as representing how far it is from zero on the number line. Consider \(|3|\) and \(|–3|\) below.

How to write an absolute value equation

This is why the absolute value is always positive – it is representing a distance. Now think of an equation where the absolute value part is isolated, such as \(|5x + 1| = 2\). Is the absolute value is 2, then all you know is that \(5x + 1\) is 2 units from zero on the number line. This gives two possibilities:

How to write an absolute value equation

So this is why we end up with two different equations. In the case of only one solution, you end up with an absolute value expression equal to zero. Since this means that the distance from zero on the number line is zero, you end up with only one equation.

Another perspective

When you study the graphs of absolute value equations, you can see the three cases of one solution, no solution, and two solutions graphically. This is due to the shape of the graph of the absolute value function. This is a bit beyond the scope of this lesson, but in the graph below, you can see the graph of \(y = |x – 1|\) and \(y = 2\). Notice that the two graphs intersect at two points. These represent the two solutions to the equation \(|x – 1| = 2\).

You can probably see how a horizontal line might cross the graph at exactly one point (one solution) or at no points (no solutions). This would be just changing the number on the right hand side of the equation.

Summary

Absolute value equations are always solved with the same steps: isolate the absolute value term and then write equations based on the definition of the absolute value. There may end up being two solutions, one solution, or no solutions. To catch when there is no solution, always remember that absolute values must be positive, but remember to apply this idea only after the absolute value term has been isolated.

How to write an absolute value equation

Subscribe to our Newsletter!

We are always posting new free lessons and adding more study guides, calculator guides, and problem packs.

Sign up to get occasional emails (once every couple or three weeks) letting you know what's new!

What is an example of absolute value function?

Some of the examples of absolute value functions are: f(x) = |x| g(x) = 2 |3x - 5| + 5. f(x) = |-x - 9|

How do you solve an absolute value equation step by step?

SOLVING EQUATIONS CONTAINING ABSOLUTE VALUE(S).
Step 1: Isolate the absolute value expression..
Step2: Set the quantity inside the absolute value notation equal to + and - the quantity on the other side of the equation..
Step 3: Solve for the unknown in both equations..
Step 4: Check your answer analytically or graphically..