Algebra
🎯What you need to be able to do
- Sketch \( y = |ax + b| \) and solve equations and inequalities involving the modulus.
- Divide one polynomial by another, and interpret the quotient and remainder.
- Use the factor theorem to find a root, and the remainder theorem to find a remainder.
- Factorise a cubic fully and solve cubic equations.
- P3 Express a rational function in partial fractions, in all three standard forms.
- P3 Expand \( (1 + x)^{n} \) for any rational \(n\), and state the validity condition.
📚The mathematics
The modulus function
\( |x| \) is the distance of \(x\) from zero, so it is never negative: \( |x| = x \) when \( x \ge 0 \) and \( -x \) when \( x < 0 \). The graph of \( y = |\mathrm{f}(x)| \) is the graph of \( \mathrm{f} \) with everything below the \(x\)-axis reflected upwards.
To solve \( |ax + b| = c \), split into two cases and solve both:
Then check each answer in the original equation, because case-splitting and squaring can both manufacture roots that do not work.
For inequalities \( |ax+b| < c \), the useful reading is “the distance from \( -\tfrac{b}{a} \) is less than…”, which gives a single interval \( -c < ax + b < c \). For \( |ax+b| > c \) you get two separate regions. Where both sides carry a modulus, squaring both sides is legitimate — since both are non-negative — and usually the fastest route: \( |A| = |B| \iff A^{2} = B^{2} \).
Polynomial division
Dividing \( \mathrm{P}(x) \) by a linear or quadratic divisor gives a quotient and a remainder:
The remainder always has degree lower than the divisor — a constant when dividing by a linear expression, and linear (\( ax + b \)) when dividing by a quadratic. Long division works; so does comparing coefficients, which is often faster when the quotient's shape is obvious.
Insert a zero placeholder for any missing power. Dividing \( x^{3} - 7 \) means treating it as \( x^{3} + 0x^{2} + 0x - 7 \), and skipping that step misaligns the whole calculation.
The factor and remainder theorems
For a divisor \( (ax - b) \), substitute \( x = \dfrac{b}{a} \): the root of the divisor is what you put in. So the remainder on dividing by \( (2x - 1) \) is \( \mathrm{P}\!\left(\tfrac{1}{2}\right) \).
To factorise a cubic: find one root by trial, testing the factors of the constant term (\( \pm 1, \pm 2, \dots \)); that gives one linear factor by the factor theorem; divide to get a quadratic; then factorise or use the formula on that. Two unknown constants in the cubic means the question will give you two conditions — set up two simultaneous equations.
P3 Partial fractions
Three standard forms, and recognising which one applies is most of the skill:
Note the patterns: a repeated linear factor needs a term for each power, and an irreducible quadratic factor needs a linear numerator \( Bx + C \), not just a constant.
Method: multiply through by the denominator, then substitute the values of \(x\) that make each bracket zero — those kill most of the unknowns at once. For the leftovers, compare coefficients or substitute any convenient value.
If the numerator's degree is greater than or equal to the denominator's, divide first to get a polynomial plus a proper fraction, then decompose the fraction.
P3 The binomial expansion for rational \(n\)
Unlike the P1 version, this series is infinite and only valid for \( |x| < 1 \). Two consequences follow.
First, the bracket must start with a 1. To expand \( (4 + x)^{1/2} \), factor out: \( \left[4\left(1 + \tfrac{x}{4}\right)\right]^{1/2} = 2\left(1 + \tfrac{x}{4}\right)^{1/2} \). The factor comes outside and the expansion applies to what is left.
Second, state the validity condition, and adjust it for what actually sits in the bracket. For \( \left(1 + \tfrac{x}{4}\right)^{n} \) the condition is \( \left|\tfrac{x}{4}\right| < 1 \), that is \( |x| < 4 \). Quoting \( |x| < 1 \) regardless is a standard lost mark.
Partial fractions and this expansion combine constantly: decompose first, expand each simple fraction with a negative index, then add. The validity condition for the combined result is the most restrictive of the individual ones.
✏️Worked example
(a) Factor \( (x-2) \) means \( \mathrm{P}(2) = 0 \):
Remainder \( -12 \) on dividing by \( (x+1) \) means \( \mathrm{P}(-1) = -12 \):
Adding the two equations eliminates \(b\): \( 3a = -9 \), so \( a = -3 \). Substituting back into \( 2a + b = -5 \) gives \( b = -5 + 6 = 1 \). So \( a = -3 \) and \( b = 1 \), and
Dividing by the known factor \( (x-2) \):
The quadratic has discriminant \( 1 - 24 = -23 < 0 \), so it has no real roots and cannot be factorised further over the reals. That is the complete factorisation.
(b) Write \( \dfrac{5x+1}{(x-1)(x+2)} \equiv \dfrac{A}{x-1} + \dfrac{B}{x+2} \), so \( 5x + 1 \equiv A(x+2) + B(x-1) \).
Substituting \( x = 1 \) kills the \(B\) term: \( 6 = 3A \), so \( A = 2 \). Substituting \( x = -2 \) kills the \(A\) term: \( -9 = -3B \), so \( B = 3 \). Hence
To expand, force each bracket to start with 1:
Using \( (1+u)^{-1} = 1 - u + u^{2} - \cdots \), the first becomes \( -2\left(1 + x + x^{2}\right) \) and the second \( \tfrac{3}{2}\left(1 - \tfrac{x}{2} + \tfrac{x^{2}}{4}\right) \). Collecting terms:
Validity: the first expansion needs \( |x| < 1 \) and the second \( \left|\tfrac{x}{2}\right| < 1 \), that is \( |x| < 2 \). The more restrictive condition governs, so \( |x| < 1 \).
📝Practise
Work through these, then reveal the answer. Each question targets a different objective from the list above.
1. Solve \( |2x - 3| = 7 \).
2. Solve \( |x + 1| < |2x - 4| \).
3. Find the remainder when \( 4x^{3} - 2x^{2} + 5x - 1 \) is divided by \( (2x + 1) \).
4. Factorise \( x^{3} - 3x^{2} - 4x + 12 \) completely.
5. P3 Express \( \dfrac{4x + 5}{(2x+1)(x-1)^{2}} \) in partial fractions.
Put \( x = 1 \): \( 9 = 3C \), so \( C = 3 \). Put \( x = -\tfrac12 \): \( 3 = A\left(\tfrac94\right) \), so \( A = \tfrac43 \). Compare \( x^{2} \) coefficients: \( 0 = A + 2B \), so \( B = -\tfrac23 \).
Hence \( \dfrac{4}{3(2x+1)} - \dfrac{2}{3(x-1)} + \dfrac{3}{(x-1)^{2}} \). Omitting the \( \dfrac{B}{x-1} \) term is the classic error with repeated factors — three unknowns need three terms.
6. P3 Expand \( \sqrt{9 + 2x} \) in ascending powers of \(x\) up to the term in \( x^{2} \), and state the validity condition.
🔗Go deeper — other people’s work
These are external resources, not mine. If one stops working, tell me and everything above it on this page still stands.
- Desmos — plot \( y = |\mathrm{f}(x)| \) beside \( y = \mathrm{f}(x) \) to see the reflection
- Khan Academy — partial fractions and polynomial division
- Desmos — compare a binomial series truncated at three terms with the true function, and watch it fail outside the validity interval