\( Solve: |x+2|=0 \)
The absolute value of a real number \(x\), written \( |x| \), is the distance from \(0\) on the number line. Distance is never negative, so \( |x| \ge 0 \) for every real \(x\). Two simple facts follow immediately:
Formally, we write the piecewise definition:
\[ |x|=\begin{cases} x, & x\ge 0, -x, & x<0. \end{cases} \]
Think “how far from zero?” The number \(7\) is seven units to the right of zero, so \( |7|=7 \). The number \(-7\) is seven units to the left, so its distance is also \(7\), and \( |-7|=7 \). The only number at distance zero from zero is \(0\) itself, so \( |0|=0 \).
Almost every GCSE question comes down to “remove the bars by considering the two sign cases”. Here are the essential patterns.
Example: \( |x|=5 \Rightarrow x=5 \) or \( x=-5 \).
Interpret \( |x-c| \) as “distance of \(x\) from \(c\)”. Solutions are all points exactly \(a\) units from \(c\): \( x=c-a \) or \( x=c+a \) (when \( a \ge 0 \)).
Example: \( |x-2|=3 \Rightarrow x=2-3=-1 \) or \( x=2+3=5 \).
First solve \( |ax+b| = a_0 \) in two linear cases, then divide to isolate \(x\): \( ax+b=a_0 \) or \( ax+b=-a_0 \).
Example: \( |2x-1|=7 \Rightarrow 2x-1=7 \) or \( 2x-1=-7 \). So \( x=4 \) or \( x=-3 \).
Sometimes you see \( |\,\cdot\,| \) on both sides. A common approach is to consider sign cases or square both sides (carefully, since squaring may introduce extraneous solutions).
Example: Solve \( |x-3| = |2x-1| \).
Inequalities with \( |x-a| \) describe points within a certain distance of \(a\), or at least that distance away from \(a\). Two master patterns cover almost all questions.
If \( b \ge 0 \) then \( |x-a| \le b \) means \(x\) lies within \(b\) units of \(a\):
\[ |x-a| \le b \quad \Longleftrightarrow \quad a-b \le x \le a+b. \]
Example: \( |x-4| \le 2 \Rightarrow 2 \le x \le 6 \).
If \( b \ge 0 \), then \( |x-a| \ge b \) means \(x\) is at least \(b\) units away from \(a\):
\[ |x-a| \ge b \quad \Longleftrightarrow \quad x \le a-b \ \text{ or }\ x \ge a+b. \]
Example: \( |x+1| \ge 3 \Rightarrow x \le -4 \ \text{or}\ x \ge 2 \).
If the inside is linear but scaled, isolate it first. For instance, \( |2x-5| \le 9 \Rightarrow -9 \le 2x-5 \le 9 \Rightarrow -4 \le 2x \le 14 \Rightarrow -2 \le x \le 7 \).
The graph of \( y=|x| \) is a symmetric “V” meeting at the origin \((0,0)\). It comes from reflecting the line \( y=x \) across the \(x\)-axis for negative \(x\). Translating gives \( y = |x-a| \) (shift right by \(a\)), and vertical shifts give \( y = |x| + k \) (move up by \(k\)).
Piecewise, \( y=|x| \) is \[ y=\begin{cases} x, & x\ge 0,\ -x, & x<0. \end{cases} \]
The identity \( |x| = \sqrt{x^2} \) is sometimes the quickest route in algebraic work (for example, when completing the square or differentiating in later courses). However, for GCSE problem solving, the case-split method is normally the clearest: remove the bars by considering \(x\ge 0\) and \(x<0\).
The inequality \( |a+b| \le |a| + |b| \) says: the direct distance from \(0\) to \(a+b\) is at most the journey that goes via \(a\) and then \(b\). On the number line (or in vectors), “straight there” is never longer than “there via somewhere else”.
A useful corollary is \( \bigl||a|-|b|\bigr| \le |a-b| \), often used to compare magnitudes.
Distance on a line is the length of the shortest path between two points. If we’re at \(x\) and want to reach \(0\), the length is simply the magnitude of \(x\), regardless of direction. That is why \( |x| = x \) for \( x\ge 0 \) and \( |x| = -x \) for \( x<0 \), and why \( |x| \) is always non-negative. The graph’s V-shape is the geometric picture of “distance from \(0\)”.
Absolute value measures distance: \( |x| \) is how far \(x\) is from \(0\). Use the piecewise definition to evaluate and to solve equations by splitting into cases, or use the distance interpretation for quick inequalities. Remember the core patterns:
With these tools, absolute value questions become straightforward: simplify inside the bars, choose the right pattern, solve cleanly, and check.