The modulus (absolute value) of x is the distance from zero — always non-negative.
\(|x| = \begin{cases} x & x \geq 0 \\ -x & x < 0 \end{cases}\)
Key property: \(|A| = |B| \iff A = B \text{ or } A = -B\). This gives the two cases to solve.
Two methods — when to use each
AlgebraicUse when: the expressions inside the moduli are linear and you want exact solutions quickly.
GraphicalUse when: asked to solve "graphically", or when the equation involves quadratic/cubic expressions. Helps you see how many solutions there are.
Substitute both back: \(x=3\): \(|7|=|7|\) ✓ \(x=-\tfrac{1}{2}\): \(|-\tfrac{7}{2}|=|\tfrac{7}{2}|\) ✓
✓
\(x = 3\) or \(x = -\tfrac{1}{2}\)
Always check your answers! Substituting back into the original modulus equation confirms validity — extraneous solutions can appear if you square both sides as an alternative method.
Graphical method — sketch and read off intersections
Sketch \(y = |ax+b|\): draw \(y=ax+b\), reflect any part below x-axis upward
Sketch \(y = |cx+d|\) on the same axes
Read off the x-coordinates of intersection points
If exact values needed, set up algebraic cases at the intersection regions
Number of solutions: Two V-shaped modulus graphs can intersect 0, 1, or 2 times. The sketch immediately tells you which case you're in.
Interactive — Modulus Equation Explorer
Solve \(|ax + b| = |cx + d|\) — adjust parameters and see the graph
\(|f(x)| > k \iff f(x) > k \text{ or } f(x) < -k\)
These only apply when k > 0. If k ≤ 0, \(|f(x)|<k\) has no solutions; \(|f(x)|>k\) is always true.
Remember: "less than" → bounded interval (AND). "Greater than" → unbounded (OR). Getting these switched is the most common mistake.
Solve \(|2x - 3| < 5\)
Rule
\(|f(x)| < k \Rightarrow -k < f(x) < k\)
Apply
\(-5 < 2x - 3 < 5\)
+3
\(-2 < 2x < 8\)
÷2
\(-1 < x < 4\)
Solve \(|3x + 1| \geq 7\)
Rule
\(|f(x)| \geq k \Rightarrow f(x) \geq k \text{ or } f(x) \leq -k\)
Case 1
\(3x+1 \geq 7 \Rightarrow x \geq 2\)
Case 2
\(3x+1 \leq -7 \Rightarrow x \leq -\tfrac{8}{3}\)
✓
\(x \leq -\tfrac{8}{3}\) or \(x \geq 2\)
Solving \(|ax+b| < |cx+d|\) — squaring both sides
Since both sides are non-negative, squaring preserves the inequality direction.
\(|f(x)| < |g(x)| \iff [f(x)]^2 < [g(x)]^2\)
This converts the modulus inequality into a standard quadratic/polynomial inequality which you solve by factorising and sketching.
Only valid when both sides are non-negative — which is guaranteed when both sides are moduli.
Solve \(|x - 1| < |2x + 3|\)
Square
\((x-1)^2 < (2x+3)^2\)
Expand
\(x^2-2x+1 < 4x^2+12x+9\)
Rearrange
\(0 < 3x^2+14x+8\)
Factorise
\(0 < (3x+2)(x+4)\)
Sketch
Parabola ∪ shape, roots at \(x=-4\) and \(x=-\tfrac{2}{3}\)
✓
\(x < -4\) or \(x > -\tfrac{2}{3}\)
Graphical method for inequalities
|f(x)| < k
Find where graph of y = |f(x)| lies below the horizontal line y = k. Solution: the x-interval between the two intersection points.
|f(x)| > k
Find where graph lies above y = k. Solution: two unbounded regions outside the intersection points.
|f(x)| < |g(x)|
Find where graph of y = |f(x)| lies below y = |g(x)|. Mark intersection x-values, test a point in each region.
Cubic Graphs & Their Moduli
Sketching y = f(x), y = |f(x)|, and y = f(|x|) · §4.3
Sketching a cubic — key features to find
â‘ Roots (x-intercepts)
Factorise fully. Mark where the curve crosses the x-axis. Repeated roots = curve touches & bounces. Degree 3 → at most 3 real roots.
â‘¡ y-intercept
Substitute x = 0. For \(f(x) = a(x-p)(x-q)(x-r)\), the y-intercept is \(f(0) = a(-p)(-q)(-r)\).
â‘¢ End behaviour
Positive leading coeff: bottom-left to top-right. Negative: top-left to bottom-right. The cubic never turns back on itself.
Transforming to y = |f(x)|
Sketch y = f(x) first, marking all roots and the y-intercept
Any part of the curve above the x-axis stays unchanged
Any part below the x-axis gets reflected upward (flip across x-axis)
The resulting graph is entirely at or above the x-axis
Result: Roots where curve was below become local minima that touch the x-axis (they don't cross). Former troughs become peaks.
Transforming to y = f(|x|)
Keep the part of y = f(x) for \(x \geq 0\) unchanged
Reflect that right-hand portion in the y-axis to create the left-hand side
Discard the original left-hand portion of the graph
Result: The graph is symmetric about the y-axis. It only uses the right-hand half of the original function.
Don't confuse: \(y=|f(x)|\) reflects below the x-axis upward. \(y=f(|x|)\) reflects the right side into the left side. Completely different transformations.
Interactive — Cubic Modulus Explorer
\(f(x) = (x-p)(x-q)(x-r)\) — choose roots and transformation
-2
0
2
—
Cubic Inequalities — Graphically
Using the sketch of a cubic to read off solution sets · §4.4
The graphical approach — why and how
Cubic inequalities cannot be solved by the simple "critical values and test" method that works for quadratics, because the shape is more complex. The graphical method is reliable and required by the syllabus.
Rearrange so all terms are on one side: \(f(x) > 0\) or \(f(x) < 0\)
Fully factorise \(f(x)\) — use the Factor Theorem to find roots
Sketch the cubic \(y = f(x)\), marking all roots and y-intercept
Read off where the curve is above (for > 0) or below (for < 0) the x-axis
Write the solution as a set of intervals
Solve \((x-1)(x+2)(x-3) > 0\)
Roots
x = 1, −2, 3 — three distinct real roots
Leading
Positive leading coeff → starts bottom-left, ends top-right
Sketch
Cubic crosses x-axis at −2, 1, 3 in that order. Curve is above the x-axis for \(-2 < x < 1\) and \(x > 3\)
✓
\(-2 < x < 1\) or \(x > 3\)
Solving a cubic with a line — \(f(x) > g(x)\)
Rearrange: \(f(x) - g(x) > 0\) and let \(h(x) = f(x) - g(x)\)
Find roots of \(h(x) = 0\) using Factor Theorem
Sketch \(y = h(x)\) and find where it is positive
Alternative: Sketch both \(y=f(x)\) and \(y=g(x)\) on the same axes. Find where the cubic is above the line — that's your solution set.
Sign analysis for quick working
For a factorised cubic \((x-a)(x-b)(x-c)\), use a sign table to determine the sign in each interval without sketching:
Interval
(x−a)
(x−b)
(x−c)
Product
x < a
−
−
−
−
a < x < b
+
−
−
+
b < x < c
+
+
−
−
x > c
+
+
+
+
(a < b < c, positive leading coefficient)
Equations Reducible to Quadratic
Substitution method · Disguised quadratics · §4.5
The core idea
Many equations that look complicated are secretly quadratics in disguise. The key is spotting that one expression is the square of another, then making a substitution.
General form to spot
If equation has the form: \[a[f(x)]^2 + b[f(x)] + c = 0\] let \(u = f(x)\) → \(au^2 + bu + c = 0\)
Always substitute back! After solving for u, substitute back into u = f(x) to find x. Some values of u may give no real x — state this clearly.
Common disguised forms
Type 1
\(x^4 - 5x^2 + 4 = 0\) Let \(u = x^2\) → \(u^2-5u+4=0\)
Type 2
\(e^{2x} - 3e^x + 2 = 0\) Let \(u = e^x\) → \(u^2-3u+2=0\)
Type 3
\(\sin^2 x - \sin x - 2 = 0\) Let \(u = \sin x\) → \(u^2-u-2=0\)
Type 4
\(2x - 7\sqrt{x} + 3 = 0\) Let \(u = \sqrt{x}\) → \(2u^2-7u+3=0\)
Solve \(x^4 - 13x^2 + 36 = 0\)
Spot it
Contains \(x^4\) and \(x^2\) — let \(u = x^2\)
Substitute
\(u^2 - 13u + 36 = 0\)
Factorise
\((u - 4)(u - 9) = 0\) \(u = 4\) or \(u = 9\)
Back sub
\(x^2 = 4 \Rightarrow x = \pm 2\) \(x^2 = 9 \Rightarrow x = \pm 3\)
[10](a) Sketch \(y=|3x-6|\), stating the coordinates of the vertex. [2] (b) Solve \(|3x-6|=x+2\). [4] (c) Hence find the set of values of \(x\) for which \(|3x-6|>x+2\). [2] (d) Find the value of \(k\) such that the equation \(|3x-6|=x+k\) has exactly one solution. [2]
FULL SOLUTION
(a)
V-shape with vertex at \((2,0)\). y-intercept at \((0,6)\).
From sketch, V is above line outside the intersection points: \(\boldsymbol{x<1}\) or \(\boldsymbol{x>4}\)
(d)
One solution means line is tangent to V at vertex. At vertex \((2,0)\): \(0=2+k \Rightarrow \boldsymbol{k=-2}\)
0606 StyleQuadratic Discriminant
[9](a) Find the range of values of \(p\) for which \(x^2 + px + 2p - 3 = 0\) has two distinct real roots. [4]
(b) If \(p = 5\), solve the equation. [3]
(c) Find the value of \(p\) for which the equation has equal roots and state those roots. [2]
FULL WORKED SOLUTION
(a)
\(\Delta=p^2-4(2p-3)>0\) \(p^2-8p+12>0\Rightarrow(p-2)(p-6)>0\) \(\boldsymbol{p<2}\) or \(\boldsymbol{p>6}\)
(b) p=5
\(x^2+5x+7=0\). \(\Delta=25-28=-3<0\) — no real roots. (Check \(p=5\) is between 2 and 6.).
(c)
Equal roots: \(p=2\) or \(p=6\). If \(p=2\): \(x^2+2x+1=0\Rightarrow(x+1)^2=0\Rightarrow\boldsymbol{x=-1}\) If \(p=6\): \(x^2+6x+9=0\Rightarrow(x+3)^2=0\Rightarrow\boldsymbol{x=-3}\)
0606 StyleSystem of Non-linear Equations
[6]
Solve the following simultaneous equations:
\(y = 2x + 1\) and \(y = x^2 - 2x + 5\)
Give your answers in exact form and state what the results tell you geometrically. [6]