HomeLearning HubA Level MathsP2/3 1: Algebra
P2/3 1

Algebra

Pure Mathematics 2 & 3 · Papers 2 and 3

🎯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:

\[ ax + b = c \qquad\text{or}\qquad ax + b = -c \]

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} \).

A sketch settles the region; algebra alone often does not. Solving \( |x - 1| > |2x| \) by squaring gives critical values, but which side of them satisfies the original is decided by the picture or by testing a point. Guessing between “inside” and “outside” is a coin flip that examiners see constantly.

Polynomial division

Dividing \( \mathrm{P}(x) \) by a linear or quadratic divisor gives a quotient and a remainder:

\[ \mathrm{P}(x) \equiv \mathrm{D}(x) \times \mathrm{Q}(x) + \mathrm{R}(x) \]

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

remainder on dividing by \( (x - a) \) is \( \mathrm{P}(a) \)
\( (x-a) \) is a factor \( \iff \mathrm{P}(a) = 0 \)

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:

\( \dfrac{px+q}{(ax+b)(cx+d)} \equiv \dfrac{A}{ax+b} + \dfrac{B}{cx+d} \)
\( \dfrac{px^{2}+qx+r}{(ax+b)(cx+d)^{2}} \equiv \dfrac{A}{ax+b} + \dfrac{B}{cx+d} + \dfrac{C}{(cx+d)^{2}} \)
\( \dfrac{px^{2}+qx+r}{(ax+b)(x^{2}+c)} \equiv \dfrac{A}{ax+b} + \dfrac{Bx+C}{x^{2}+c} \)

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\)

\[ (1+x)^{n} = 1 + nx + \frac{n(n-1)}{2!}x^{2} + \frac{n(n-1)(n-2)}{3!}x^{3} + \cdots, \qquad |x| < 1 \]

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) The polynomial \( \mathrm{P}(x) = 2x^{3} + ax^{2} + bx - 6 \) has factor \( (x - 2) \) and leaves remainder \( -12 \) when divided by \( (x + 1) \). Find \(a\) and \(b\), and factorise \( \mathrm{P}(x) \) completely. (b) P3 Express \( \dfrac{5x + 1}{(x-1)(x+2)} \) in partial fractions, and hence find the expansion in ascending powers of \(x\) up to the term in \( x^{2} \), stating the validity condition.

(a) Factor \( (x-2) \) means \( \mathrm{P}(2) = 0 \):

\[ 16 + 4a + 2b - 6 = 0 \;\Longrightarrow\; 4a + 2b = -10 \;\Longrightarrow\; 2a + b = -5 \]

Remainder \( -12 \) on dividing by \( (x+1) \) means \( \mathrm{P}(-1) = -12 \):

\[ -2 + a - b - 6 = -12 \;\Longrightarrow\; a - b = -4 \]

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

\[ \mathrm{P}(x) = 2x^{3} - 3x^{2} + x - 6 \]

Dividing by the known factor \( (x-2) \):

\[ \mathrm{P}(x) = (x-2)\left(2x^{2} + x + 3\right) \]

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

\[ \frac{5x+1}{(x-1)(x+2)} = \frac{2}{x-1} + \frac{3}{x+2} \]

To expand, force each bracket to start with 1:

\( \dfrac{2}{x-1} = -2(1-x)^{-1} \)
\( \dfrac{3}{x+2} = \tfrac{3}{2}\left(1 + \tfrac{x}{2}\right)^{-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:

constant: \( -2 + \tfrac{3}{2} = -\tfrac{1}{2} \)
\(x\): \( -2 - \tfrac{3}{4} = -\tfrac{11}{4} \)
\(x^{2}\): \( -2 + \tfrac{3}{8} = -\tfrac{13}{8} \)
\[ \frac{5x+1}{(x-1)(x+2)} = -\frac{1}{2} - \frac{11}{4}x - \frac{13}{8}x^{2} + \cdots \]

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 \).

Check it. Put \( x = 0 \) into the original expression: \( \dfrac{1}{(-1)(2)} = -\tfrac{1}{2} \), which matches the constant term of the expansion. ✓ That single substitution catches most partial-fraction and expansion errors, and it takes seconds. In part (a), expanding \( (x-2)(2x^{2}+x+3) \) back gives \( 2x^{3} - 3x^{2} + x - 6 \) — another ten-second check.
The most restrictive condition wins. When two expansions are combined, the result is only valid where both are, so you take the smaller interval — here \( |x| < 1 \), not \( |x| < 2 \). Quoting the looser one, or omitting the condition entirely, is the standard lost mark on this topic.

📝Practise

Work through these, then reveal the answer. Each question targets a different objective from the list above.

1. Solve \( |2x - 3| = 7 \).
Two cases. \( 2x - 3 = 7 \) gives \( 2x = 10 \), so \( x = 5 \). \( 2x - 3 = -7 \) gives \( 2x = -4 \), so \( x = -2 \). Check both in the original: \( |7| = 7 \) ✓ and \( |-7| = 7 \) ✓. Both are valid, so \( x = 5 \) or \( x = -2 \).
2. Solve \( |x + 1| < |2x - 4| \).
Both sides are non-negative, so square: \( (x+1)^{2} < (2x-4)^{2} \), giving \( x^{2} + 2x + 1 < 4x^{2} - 16x + 16 \), so \( 0 < 3x^{2} - 18x + 15 \), that is \( x^{2} - 6x + 5 > 0 \) and \( (x-1)(x-5) > 0 \). The parabola opens upwards, so it is positive outside the roots: \( x < 1 \) or \( x > 5 \). Test \( x = 0 \): \( |1| = 1 \) and \( |-4| = 4 \), so \( 1 < 4 \) ✓ — the region is confirmed.
3. Find the remainder when \( 4x^{3} - 2x^{2} + 5x - 1 \) is divided by \( (2x + 1) \).
The divisor is zero when \( x = -\tfrac{1}{2} \), so evaluate there: \( 4\left(-\tfrac18\right) - 2\left(\tfrac14\right) + 5\left(-\tfrac12\right) - 1 = -\tfrac12 - \tfrac12 - \tfrac52 - 1 = -\tfrac92 \). The remainder is \( -4.5 \). Substituting \( x = -1 \) (the root of \( x+1 \), not \( 2x+1 \)) is the standard error.
4. Factorise \( x^{3} - 3x^{2} - 4x + 12 \) completely.
Try factors of 12. \( \mathrm{P}(2) = 8 - 12 - 8 + 12 = 0 \), so \( (x-2) \) is a factor. Dividing gives \( x^{2} - x - 6 \), which factorises as \( (x-3)(x+2) \). So \( \mathrm{P}(x) = (x-2)(x-3)(x+2) \). Check by expanding the constant terms: \( (-2)(-3)(2) = 12 \) ✓.
5. P3 Express \( \dfrac{4x + 5}{(2x+1)(x-1)^{2}} \) in partial fractions.
The repeated factor needs a term for each power: \( \dfrac{A}{2x+1} + \dfrac{B}{x-1} + \dfrac{C}{(x-1)^{2}} \). Multiplying through: \( 4x + 5 \equiv A(x-1)^{2} + B(2x+1)(x-1) + C(2x+1) \).
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.
Force the bracket to start with 1: \( \sqrt{9+2x} = \left[9\left(1 + \tfrac{2x}{9}\right)\right]^{1/2} = 3\left(1 + \tfrac{2x}{9}\right)^{1/2} \). With \( n = \tfrac12 \) and \( u = \tfrac{2x}{9} \): \( 1 + \tfrac12 u + \dfrac{\left(\tfrac12\right)\left(-\tfrac12\right)}{2}u^{2} = 1 + \tfrac12 u - \tfrac18 u^{2} \). Substituting: \( 3\left[1 + \tfrac{x}{9} - \tfrac18\left(\tfrac{4x^{2}}{81}\right)\right] = 3 + \tfrac{x}{3} - \tfrac{x^{2}}{54} \). Validity: \( \left|\tfrac{2x}{9}\right| < 1 \), so \( |x| < \tfrac92 \).

🔗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