Welcome to Further Algebra and Functions!

In your standard A Level Maths, you’ve spent a lot of time solving equations to find "x". In Further Mathematics, we take a step back and look at the "DNA" of these equations. Instead of just finding the roots (the answers), we explore how those roots are connected to the coefficients (the numbers in front of the letters) and how we can manipulate them without even knowing what the roots actually are!

Don't worry if this seems a bit abstract at first. Think of it like being a detective: you might not see the suspect, but you can learn everything about them by looking at the clues they left behind in the equation.

1. Roots and Coefficients of Polynomials

Every polynomial equation has a special relationship between its roots and its coefficients. These are often called Vieta’s Formulas.

The Basics: Quadratics (A Quick Recap)

For a quadratic \(ax^2 + bx + c = 0\) with roots \(\alpha\) and \(\beta\):

  • Sum of roots: \(\alpha + \beta = -\frac{b}{a}\)
  • Product of roots: \(\alpha\beta = \frac{c}{a}\)

The New Stuff: Cubics and Quartics

In Further Maths, we extend this to higher powers. The pattern of signs always alternates: minus, plus, minus, plus...

Cubics: \(ax^3 + bx^2 + cx + d = 0\)

If the roots are \(\alpha, \beta,\) and \(\gamma\):

  • Sum (\(\sum \alpha\)): \(\alpha + \beta + \gamma = -\frac{b}{a}\)
  • Sum of products in pairs (\(\sum \alpha\beta\)): \(\alpha\beta + \beta\gamma + \gamma\alpha = \frac{c}{a}\)
  • Product of all roots (\(\alpha\beta\gamma\)): \(\alpha\beta\gamma = -\frac{d}{a}\)
Quartics: \(ax^4 + bx^3 + cx^2 + dx + e = 0\)

If the roots are \(\alpha, \beta, \gamma,\) and \(\delta\):

  • \(\sum \alpha = -\frac{b}{a}\)
  • \(\sum \alpha\beta = \frac{c}{a}\)
  • \(\sum \alpha\beta\gamma = -\frac{d}{a}\)
  • \(\alpha\beta\gamma\delta = \frac{e}{a}\)

Memory Aid: Always start with \(-\frac{b}{a}\) and keep the denominator as \(a\). Then just move along the alphabet (\(b, c, d, e\)) while flipping the sign each time!

Quick Review Box: Common Algebraic Identities
Often, questions will ask you to find \(\alpha^2 + \beta^2 + \gamma^2\). You can’t just square the sum! Use this trick:
\(\alpha^2 + \beta^2 + \gamma^2 = (\alpha + \beta + \gamma)^2 - 2(\alpha\beta + \beta\gamma + \gamma\alpha)\)
Or in short-hand: \(\sum \alpha^2 = (\sum \alpha)^2 - 2\sum \alpha\beta\)

Key Takeaway: You can find the sum and product of roots directly from the equation's coefficients without actually solving the equation!

2. Linear Transformations of Roots

Sometimes we want to create a new equation where the roots are related to the old roots in a specific way. For example, if the old roots are \(\alpha, \beta, \gamma\), we might want an equation with roots \(2\alpha, 2\beta, 2\gamma\).

Step-by-Step: The Substitution Method

This is the most reliable way to form a new equation. Let's say you have an equation in \(x\) and you want a new one where the roots are \(w = x + 3\).

  1. Write down the relationship: \(w = x + 3\)
  2. Rearrange to make \(x\) the subject: \(x = w - 3\)
  3. Substitute this expression for \(x\) into your original equation.
  4. Expand and simplify to get your new equation in terms of \(w\).

Example: If the roots of \(x^3 - 2x + 5 = 0\) are \(\alpha, \beta, \gamma\), find an equation with roots \(2\alpha, 2\beta, 2\gamma\).
Let \(w = 2x \), so \(x = \frac{w}{2}\).
Substitute: \((\frac{w}{2})^3 - 2(\frac{w}{2}) + 5 = 0\)
Multiply by 8 to clear the fraction: \(w^3 - 8w + 40 = 0\).

Common Mistake: Don't forget to rearrange for the old variable (\(x\)) before substituting. If you want roots to be \(x+3\), you must substitute \(x = w-3\)!

Key Takeaway: To "transform" an equation, replace the old variable with a rearranged version of the new one.

3. Summation of Series

In this section, we learn how to add up long lists of numbers (series) using standard formulas. Think of the \(\sum\) (Sigma) notation as a "Loop" in a computer program—it tells you to start at one number and end at another.

The "Big Three" Formulas

You need to know (and will find in your formula booklet) these three results for the sum of the first \(n\) terms:

  • Sum of integers: \(\sum_{r=1}^{n} r = \frac{1}{2}n(n+1)\)
  • Sum of squares: \(\sum_{r=1}^{n} r^2 = \frac{1}{6}n(n+1)(2n+1)\)
  • Sum of cubes: \(\sum_{r=1}^{n} r^3 = \frac{1}{4}n^2(n+1)^2\)

Did you know? The sum of cubes \(\sum r^3\) is actually the square of the sum of integers \((\sum r)^2\)! It’s a very satisfying mathematical coincidence.

How to Sum Complex Series

If you see a sum like \(\sum_{r=1}^{n} (r^2 + 2r)\), you can split it apart!

\(\sum (r^2 + 2r) = \sum r^2 + 2\sum r\)

Then, you just plug in the standard formulas and simplify. Pro Tip: Always try to factorise your final answer rather than expanding everything out. It makes the math much cleaner and examiners love it!

The "Constant" Trap:
Be careful with constants. \(\sum_{r=1}^{n} 5\) does NOT equal 5. It means "add 5 to itself \(n\) times," which is \(5n\).

Key Takeaway: Break complex sums into smaller parts that match the standard formulas, then simplify by factorising.

Summary Checklist

1. Roots & Coefficients: Can you write down \(\sum \alpha, \sum \alpha\beta,\) and \(\alpha\beta\gamma\) for any cubic? (Remember the \(-, +, -\) pattern!)
2. New Equations: Can you use the substitution method \(w = f(x)\) to transform an equation?
3. Series: Do you know how to use the \(\sum r, \sum r^2,\) and \(\sum r^3\) formulas and factorise the results?

Don't worry if this feels like a lot of algebra. Practice is the key! Start with the quadratic recap and work your way up to the quartics and series. You've got this!