Revision notes for Edexcel AS Level Maths Algebraic Methods. Open each subtopic for explanations, worked examples, and summaries of 7.1 Algebraic Fractions, 7.2 Dividing Polynomials, 7.3 The Factor Theorem, 7.4 Mathematical Proof, and 7.5 Methods of Proof. Written against the Edexcel AS Level Maths (8MA0) specification, so the content matches what's examinable rather than general Maths background.
Algebraic Methods
What you'll learn
Use the factor theorem to spot factors of cubic polynomials.
Divide a cubic by a known linear factor and factorise completely.
Solve cubic equations and explain how many real roots they have.
Write clear algebraic proofs and disproofs using counterexamples.
1. Polynomials, factors and roots
A lot of Algebraic Methods is about recognising structure. Before you start factorising, make sure you are comfortable substituting values into expressions and collecting like terms carefully.
Definition
Polynomial language
A polynomial in xxx is an expression made from powers of xxx, such as 3x3−2x+53x^3-2x+53x3−2x+5.
A coefficient is the number multiplying a power of xxx, such as 3 in 3x33x^33x3.
A root, or zero, of f(x)f(x)f(x) is a value of xxx that makes f(x)=0f(x)=0f(x)=0.
A factor is an expression that divides exactly into another expression, with no remainder.
Example
Finding unknown coefficients from two values
Suppose f(x)=x3+4x2+px+qf(x)=x^3+4x^2+px+qf(x)=x3+4x2+px+q, with f(2)=0f(2)=0f(2)=0 and f(−3)=10f(-3)=10f(−3)=10. Find ppp and qqq.
So p=−5p=-5p=−5. Substitute this into 2p+q=−242p+q=-242p+q=−24 to get q=−14q=-14q=−14.
Common Mistake
Substitution signs
A negative input affects every power of xxx: if x=−3x=-3x=−3, then x2=9x^2=9x2=9 but x3=−27x^3=-27x3=−27.
2. The factor theorem
The factor theorem is the main shortcut for cubic factorisation.
Key Idea
The factor theorem
For a polynomial f(x)f(x)f(x), (x−a)(x-a)(x−a) is a factor exactly when f(a)=0f(a)=0f(a)=0. For a factor such as (2x+3)(2x+3)(2x+3), test x=−32x=-\frac{3}{2}x=−23.
Once you know one linear factor, you can divide the cubic by it. At AS level, comparing coefficients is often cleaner than long division.
Example
Factorising a cubic completely
Let f(x)=2x3−5x2−4x+12f(x)=2x^3-5x^2-4x+12f(x)=2x3−5x2−4x+12. Show that (x−2)(x-2)(x−2) is a factor, then factorise f(x)f(x)f(x) completely.
For an integer cubic, try small values first. Possible rational roots often come from factors of the constant term divided by factors of the leading coefficient.
Common Mistake
Opposite sign
If the factor is (x+3)(x+3)(x+3), you test f(−3)f(-3)f(−3), not f(3)f(3)f(3). The sign changes because x+3=0x+3=0x+3=0 gives x=−3x=-3x=−3.
Unknown coefficients from factors
If you are told that expressions are factors, turn each one into a root using the factor theorem. This gives simultaneous equations.
Example
Using two factors to find constants
The polynomial f(x)=px3−5x2−9x+qf(x)=px^3-5x^2-9x+qf(x)=px3−5x2−9x+q has factors (x+2)(x+2)(x+2) and (x−3)(x-3)(x−3). Find ppp and qqq.
Since (x+2)(x+2)(x+2) is a factor, f(−2)=0f(-2)=0f(−2)=0:
Substitute p=2p=2p=2 into q=8p+2q=8p+2q=8p+2, giving q=18q=18q=18.
3. Solving cubics and counting real roots
After factorising, solve each factor equal to zero. A distinct real root is a different real solution; a repeated factor counts as the same root repeated.
Definition
Discriminant
For a quadratic ax2+bx+cax^2+bx+cax2+bx+c, the discriminant is b2−4acb^2-4acb2−4ac.
If b2−4ac>0b^2-4ac>0b2−4ac>0, there are two distinct real roots.
If b2−4ac=0b^2-4ac=0b2−4ac=0, there is one repeated real root.
If b2−4ac<0b^2-4ac<0b2−4ac<0, there are no real roots.
A graph helps you connect algebraic factors with roots: a simple root crosses the x-axis, while a repeated root just touches it and turns around.
Example
Solving a cubic after one root is known
Let r(x)=x3+6x2+4x−15r(x)=x^3+6x^2+4x-15r(x)=x3+6x2+4x−15. Show that x=−3x=-3x=−3 is a solution, then find the other solutions to two decimal places.
The solutions are x=−3x=-3x=−3, x≈−4.19x\approx -4.19x≈−4.19 and x≈1.19x\approx 1.19x≈1.19.
Example
Showing there is only one real root
Let s(x)=x3−3x2+7x−5s(x)=x^3-3x^2+7x-5s(x)=x3−3x2+7x−5. Show that s(x)=0s(x)=0s(x)=0 has only one real root.
Test x=1x=1x=1:
s(1)=1−3+7−5=0s(1)=1-3+7-5=0s(1)=1−3+7−5=0
Therefore (x−1)(x-1)(x−1) is a factor, and division gives:
$$
s(x)=(x-1)(x^2-2x+5)
$$
3. Check the discriminant of the quadratic factor:
$$
(-2)^2-4(1)(5)=4-20=-16
$$
4. Since the discriminant is negative, the quadratic has no real roots. The only real root is x=1x=1x=1.
4. Algebraic proof and counterexamples
A proof is a logical argument showing that a statement is true in every allowed case. A counterexample is one allowed case that makes a statement false.
For parity proofs, use the facts that an even integer can be written as 2n2n2n and an odd integer can be written as 2n+12n+12n+1, where nnn is an integer.
Example
Writing odd numbers algebraically
Show that adding two neighbouring odd integers always gives a multiple of 4.
Let the smaller odd integer be 2n+12n+12n+1. The next odd integer is 2n+32n+32n+3.
This is two more than a multiple of 4, so it is not a multiple of 4. Therefore the statement is true in all cases.
5. Proving inequalities
To prove something is positive for all real values, try completing the square. Completing the square means rewriting a quadratic as a squared bracket plus or minus a constant.
Example
Proving a quadratic inequality
Prove that x2+6x>2x−7x^2+6x>2x-7x2+6x>2x−7 for all real values of xxx.
Since (x+2)2≥0(x+2)^2\ge 0(x+2)2≥0, we know (x+2)2+3>0(x+2)^2+3>0(x+2)2+3>0 for all real xxx.
Therefore x2+6x>2x−7x^2+6x>2x-7x2+6x>2x−7 is always true.
Common Mistake
Dividing by variables
Only divide an inequality by a variable expression when you know its sign. If a>0a>0a>0 and b>0b>0b>0, then ab>0ab>0ab>0, so dividing by ababab does not reverse the inequality sign.
Exam technique
In the exam
For cubics, test likely roots with the factor theorem and show the substitution clearly before dividing.
After factorising, solve every factor and use the discriminant if you need to justify the number of real roots.
For proof, choose the method first: algebraic form for even and odd numbers, a counterexample for false “always” claims, or completing the square for positivity.
Self review
Check yourself
If (x+4)(x+4)(x+4) is a factor of f(x)f(x)f(x), what value of xxx must you substitute?
How can a quadratic factor prove that a cubic has no more real roots?
What single counterexample would disprove “all prime numbers have odd squares”?
Recap questions
Test yourself with 5 quick questions on this guide. Answer them all correctly to complete it.
You've reached the end
Test yourself on this topic, or move on to the next guide.