Equations involving absolute values represent one of the first instances in which algebra ceases to be a mere sequence of mechanical rules. In the presence of absolute values, manipulating symbols alone is no longer sufficient: the sign of the expression becomes an integral part of the problem itself.
This happens because the absolute value strips the sign from a number, retaining only its distance from zero. As a consequence, two numbers that are opposites of each other can share the same absolute value:
\[ |5|=|-5|=5 \]
It is precisely this apparent loss of information that makes absolute value equations particularly interesting. A single equation may in fact conceal distinct cases, each of which must be studied separately.
From a geometric standpoint, the absolute value provides a natural way to describe distances on the real line. For this reason, many absolute value equations encode not merely an algebraic exercise, but also a geometric problem.
In this article we will study:
- the rigorous definition of absolute value;
- the geometric meaning of the absolute value;
- the general method of solution;
- equations with one or more absolute values;
- the most common mistakes to avoid.
Table of Contents
- Definition of absolute value
- Geometric interpretation of absolute value
- The fundamental absolute value equation
- General method of solution
- First worked example
- Second worked example
- Example with no solution
- Equations with multiple absolute values
- Most common mistakes
- Closing remark
Definition of absolute value
The absolute value of a real number \(x\) is defined as follows:
\[ |x|= \begin{cases} x & \text{if } x\ge0 \\ -x & \text{if } x<0 \end{cases} \]
This definition formalises a straightforward idea: the absolute value measures the distance of a number from zero and, consequently, can never be negative.
If \(x\) is non-negative, the absolute value leaves the number unchanged:
\[ |7|=7 \]
If instead \(x\) is negative, the absolute value negates it:
\[ |-7|=7 \]
In either case, the result is the distance of the number from the origin of the real line.
Geometric interpretation of absolute value
Understanding the geometric meaning of the absolute value is essential for correctly interpreting absolute value equations.
The expression:
\[ |x| \]
represents the distance of the point \(x\) from the origin.
More generally:
\[ |x-a| \]
represents the distance between \(x\) and the point \(a\).
For example:
\[ |x-3|=5 \]
asks:
"which points on the real line are at distance \(5\) from the number \(3\)?"
Geometrically there are two possibilities:
\[ x=8 \]
or:
\[ x=-2 \]
since both points lie at distance \(5\) from \(3\).
This geometric interpretation naturally explains why many absolute value equations yield two solutions that are symmetric about a given point.
The fundamental absolute value equation
Consider the equation:
\[ |x|=k \]
where \(k\) is a real number.
The solution depends on the sign of the right-hand side.
Case \(k>0\)
If \(k\) is positive, the problem consists in finding all numbers whose distance from zero equals \(k\).
There are therefore two solutions:
\[ |x|=k \iff x=\pm k \qquad (k>0) \]
For example:
\[ |x|=4 \]
gives:
\[ x=4 \quad \text{or} \quad x=-4 \]
Case \(k=0\)
If:
\[ |x|=0 \]
the only possibility is:
\[ x=0 \]
Indeed, zero is the only number at zero distance from the origin.
Case \(k<0\)
If instead:
\[ |x|=k \qquad (k<0) \]
the equation has no solution.
Since the absolute value represents a distance, it can never be negative.
General method of solution
Consider an equation of the form:
\[ |A(x)|=B(x) \]
The absolute value conceals two possibilities:
- the inner expression may be non-negative;
- the inner expression may be negative.
For this reason, the equation must be split into two cases:
\[ |A(x)|=B(x) \iff \begin{cases} A(x)=B(x) \\ A(x)=-B(x) \end{cases} \]
However, this transformation is valid only when:
\[ B(x)\ge0 \]
since the absolute value can never take negative values.
First worked example
Solve the equation:
\[ |x-3|=5 \]
The equation asks for all points whose distance from \(3\) equals \(5\).
The absolute value gives rise to two distinct cases:
\[ x-3=5 \]
or:
\[ x-3=-5 \]
From the first case:
\[ x=8 \]
From the second:
\[ x=-2 \]
Therefore:
\[ S=\{-2,8\} \]
Second worked example
Solve:
\[ |2x+1|=3 \]
Again, the absolute value requires distinguishing two opposite cases:
\[ 2x+1=3 \]
or:
\[ 2x+1=-3 \]
From the first equation:
\[ 2x=2 \]
hence:
\[ x=1 \]
From the second:
\[ 2x=-4 \]
so:
\[ x=-2 \]
The solution set is:
\[ S=\{-2,1\} \]
Example with no solution
Consider:
\[ |x-2|=-4 \]
This equation has no real solutions.
Indeed, the absolute value always represents a non-negative quantity:
\[ |x-2|\ge0 \]
whereas:
\[ -4<0 \]
The equality is therefore impossible.
Equations with multiple absolute values
When more than one absolute value appears, the most effective approach is to study separately the intervals on which each inner expression maintains a constant sign.
Consider:
\[ |x-1|+|x+2|=5 \]
The inner expressions vanish at:
\[ x=1 \quad \text{and} \quad x=-2 \]
These points divide the real line into the following intervals:
- \(x<-2\);
- \(-2\le x<1\);
- \(x\ge1\).
On each interval, the sign of every expression remains fixed and the absolute values can be removed by applying the definition directly.
Case \(x<-2\)
Both expressions are negative:
\[ |x-1|=-(x-1) \]
and:
\[ |x+2|=-(x+2) \]
The equation becomes:
\[ -x+1-x-2=5 \]
that is:
\[ -2x-1=5 \]
Hence:
\[ -2x=6 \]
and therefore:
\[ x=-3 \]
Since:
\[ -3<-2 \]
the solution is valid.
Case \(-2\le x<1\)
On this interval:
\[ |x-1|=-(x-1) \]
while:
\[ |x+2|=x+2 \]
The equation becomes:
\[ -x+1+x+2=5 \]
that is:
\[ 3=5 \]
a contradiction.
Case \(x\ge1\)
Both expressions are non-negative:
\[ |x-1|=x-1 \]
and:
\[ |x+2|=x+2 \]
We obtain:
\[ x-1+x+2=5 \]
that is:
\[ 2x+1=5 \]
so:
\[ x=2 \]
The condition:
\[ x\ge1 \]
is satisfied.
The solution set is therefore:
\[ S=\{-3,2\} \]
Most common mistakes
Removing the absolute value without discussing the sign
A very common mistake is to write:
\[ |x-1|=x-1 \]
without specifying that this holds only when:
\[ x\ge1 \]
If instead:
\[ x<1 \]
then:
\[ |x-1|=-(x-1) \]
Neglecting to verify that solutions satisfy the interval conditions
After solving each case, it is always necessary to check that every solution actually belongs to the interval under consideration.
This final verification is essential, especially in equations involving more than one absolute value.
Closing remark
Behind the absolute value symbol lies not merely an algebraic device, but an entirely different way of reading equations.
Absolute value equations do not simply describe algebraic equalities: they describe distances, positions, and geometric relationships on the real line.
It is precisely this interpretation that makes them so important in the study of algebra and mathematical analysis. Truly understanding the absolute value means learning to reason about signs, about the cases that may arise, and about the meaning of mathematical expressions themselves.