Welcome to Further Algebra!

Welcome to one of the most powerful chapters in your Further Maths journey. While standard A Level algebra focuses on solving equations for \(x\), Further Algebra looks "under the hood." You will learn how the roots of an equation (the answers) are secretly connected to the numbers in the equation itself. Think of it like learning the secret code of polynomials! Don't worry if it feels abstract at first; once you see the patterns, it becomes a very logical and satisfying puzzle to solve.


1. Relationships Between Roots and Coefficients

Every polynomial equation has roots (values that make the equation equal zero). There is a beautiful, fixed relationship between these roots and the coefficients (the numbers in front of the \(x\) terms).

The General Pattern

For any polynomial in the form \(ax^n + bx^{n-1} + cx^{n-2} ... = 0\), the relationships follow a specific alternating sign pattern: negative, positive, negative, positive...

  • Sum of the roots (taken one at a time): \(\sum \alpha = -\frac{b}{a}\)
  • Sum of the roots product (taken two at a time): \(\sum \alpha\beta = \frac{c}{a}\)
  • Sum of the roots product (taken three at a time): \(\sum \alpha\beta\gamma = -\frac{d}{a}\)
  • Product of all roots (for a quartic): \(\alpha\beta\gamma\delta = \frac{e}{a}\)

Quick Review: Remember that "a" is always the coefficient of the highest power of \(x\).

Specific Equations You Need to Know

Quadratic Equations \( (ax^2 + bx + c = 0) \)

Roots: \(\alpha, \beta\)

  1. \(\alpha + \beta = -\frac{b}{a}\)
  2. \(\alpha\beta = \frac{c}{a}\)
Cubic Equations \( (ax^3 + bx^2 + cx + d = 0) \)

Roots: \(\alpha, \beta, \gamma\)

  1. \(\alpha + \beta + \gamma = -\frac{b}{a}\)
  2. \(\alpha\beta + \beta\gamma + \gamma\alpha = \frac{c}{a}\)
  3. \(\alpha\beta\gamma = -\frac{d}{a}\)
Quartic Equations \( (ax^4 + bx^3 + cx^2 + dx + e = 0) \)

Roots: \(\alpha, \beta, \gamma, \delta\)

  1. \(\sum \alpha = -\frac{b}{a}\)
  2. \(\sum \alpha\beta = \frac{c}{a}\)
  3. \(\sum \alpha\beta\gamma = -\frac{d}{a}\)
  4. \(\alpha\beta\gamma\delta = \frac{e}{a}\)

Memory Aid: Think of the sequence of coefficients as a "Fraction Waterfall." You always divide by \(a\), and you just move along the alphabet for the numerator (\(b, c, d, e\)), swapping the sign each time you take a step.

Common Mistake to Avoid: If a term is missing (e.g., no \(x^2\) term in a cubic), its coefficient is zero. Don't skip to the next letter! For \(2x^3 + 5x - 1 = 0\), the value of \(b\) is \(0\), and \(c\) is \(5\).

Key Takeaway: The coefficients of a polynomial are built directly from sums and products of its roots. If you know the roots, you can build the equation; if you know the equation, you know the properties of the roots.


2. Transformation of Equations

Sometimes, we have an equation with roots \(\alpha, \beta, \gamma\) and we want to find a new equation where the roots are modified—for example, the new roots might be \(2\alpha, 2\beta, 2\gamma\) or \(\alpha+3, \beta+3, \gamma+3\).

The Substitution Method

This is the most efficient way to transform an equation. Instead of calculating the new roots individually (which is often impossible), we use a substitution.

Step-by-Step Process:
  1. Define the new root: Let \(y\) be the expression for the new root. Example: If the new roots are \(\alpha + 3\), let \(y = x + 3\).
  2. Rearrange for \(x\): Make \(x\) the subject. Example: \(x = y - 3\).
  3. Substitute: Replace every \(x\) in your original equation with this new expression in terms of \(y\).
  4. Simplify: Expand the brackets and collect terms to get a new polynomial in terms of \(y\).

Example: Find an equation with roots \(\frac{1}{\alpha}, \frac{1}{\beta}, \frac{1}{\gamma}\).
Let \(y = \frac{1}{x}\), which means \(x = \frac{1}{y}\). Substitute \(\frac{1}{y}\) into the original equation and multiply through to remove the fractions.

Did you know? This is very similar to how we shift graphs in Pure Core 1. Replacing \(x\) with \(x-3\) shifts the graph 3 units to the right, which effectively "adds 3" to all the root values on the x-axis!

Key Takeaway: To transform roots, use the substitution \(y = [new\ root\ expression]\), solve for \(x\), and plug it back into the original equation.


3. Further Partial Fractions

You have already seen partial fractions in standard A Level Maths. In Further Maths, we deal with "tougher" denominators and improper fractions.

Case 1: Quadratic Factors that don't factorise

If the denominator contains a term like \((x^2 + c)\) where \(c > 0\), you cannot split it into linear factors using real numbers. In this case, the numerator for that fraction must be a linear expression: \(Ax + B\).

Structure:
\(\frac{Numerator}{(x-p)(x^2+c)} = \frac{A}{x-p} + \frac{Bx + C}{x^2+c}\)

Case 2: Improper Fractions

An algebraic fraction is improper if the degree (highest power) of the numerator is equal to or greater than the degree of the denominator.

Analogy: Imagine trying to put a large box into a smaller one. It won't fit unless you break the large box down first!

How to solve:
  1. Long Division: Use algebraic long division to divide the numerator by the denominator.
  2. Remainder: You will get a "whole" polynomial plus a remainder fraction.
  3. Partial Fractions: Apply standard partial fraction techniques only to the remainder fraction.

Quick Review:
- If degrees are equal (e.g., \(x^2\) over \(x^2\)), your division will result in a constant.
- If the numerator is one degree higher (e.g., \(x^3\) over \(x^2\)), your division will result in a linear expression (\(Ax + B\)).

Common Mistake: Forgetting to do the long division first! If you try to do partial fractions on an improper fraction immediately, your results will be incorrect because you’ve missed the "whole" part of the expression.

Key Takeaway: Always check the powers of \(x\) first. If the top is "heavier" than or equal to the bottom, divide first. If the bottom has a quadratic you can't factorise, use \(Ax + B\) on top.


Chapter Summary

  • Roots and Coefficients: Use the \(-, +, -, +\) pattern to relate coefficients to roots (up to quartics).
  • Transformations: Use the substitution \(y = f(x)\) to find equations for modified roots.
  • Partial Fractions: Use linear numerators (\(Ax+B\)) for quadratic denominators and always divide improper fractions before splitting.

Don't worry if this seems tricky at first! Algebra is all about practice. Once you have done three or four examples of each type, you will start seeing these patterns everywhere. You've got this!