Revision notes for Edexcel A Level Maths Algebraic Methods. Open each subtopic for explanations, worked examples, and summaries of 1.1 Proof by Contradiction, 1.2 Algebraic Fractions, 1.3 Partial Fractions, 1.4 Repeated Factors, and 1.5 Algebraic Division. Written against the Edexcel A Level Maths (9MA0) specification, so the content matches what's examinable rather than general Maths background.
Algebraic Methods
What you'll learn
How to split algebraic fractions into partial fractions.
How to handle repeated factors and “top-heavy” algebraic fractions.
How to use substitution and equating coefficients cleanly.
How to write proof by contradiction arguments for integers, irrational numbers and primes.
The algebra you need first
A polynomial is an expression made from powers of xxx, such as 3x2−5x+13x^2-5x+13x2−5x+1. The degree of a polynomial is the highest power of xxx with a non-zero coefficient.
In this topic, you often create an equation that must be true for every allowed value of xxx. That is stronger than just solving for one value.
Definition
Identity
An identity is an equation that is true for all allowed values of the variable. We often write ≡\equiv≡ instead of === to emphasise that it is always true.
Equating coefficients means comparing the coefficient of each power of xxx on both sides of an identity.
Example
Solving an identity
Find AAA and BBB if 5x+1≡A(x+2)+B(x−1)5x+1 \equiv A(x+2)+B(x-1)5x+1≡A(x+2)+B(x−1).
Choose values of xxx that make terms disappear. Put x=1x=1x=1:
A rational function is a fraction of polynomials. A partial fraction decomposition rewrites it as a sum of simpler algebraic fractions.
Partial fractions work backwards from putting fractions over a common denominator. They are useful later for integration, binomial expansions and simplifying algebraic expressions.
Distinct linear factors
A linear factor is a factor of degree one, such as x+4x+4x+4 or 3x−13x-13x−1.
For a proper fraction with two different linear factors in the denominator, use one constant numerator above each factor.
Key Idea
Distinct linear factors
For a fraction with denominator (x−a)(x−b)(x-a)(x-b)(x−a)(x−b), try Ax−a+Bx−b\frac{A}{x-a}+\frac{B}{x-b}x−aA+x−bB. Multiply through by the full denominator, then substitute values that make factors zero.
Example
Two distinct linear factors
Express 3x+11(x+2)(x+5)\frac{3x+11}{(x+2)(x+5)}(x+2)(x+5)3x+11 in partial fractions.
A rational function is proper if the degree of the numerator is less than the degree of the denominator.
If the numerator has degree greater than or equal to the denominator, the fraction is improper. You need a polynomial part first: a constant, a linear expression, or sometimes higher.
Key Idea
Top-heavy fractions
If the numerator is not smaller in degree, include a polynomial part before the partial fractions. If the numerator degree is one more than the denominator degree, use Ax+BAx+BAx+B.
Example
An improper fraction with a linear part
Express 2x3+7x2+3x+4(x+1)(x+3)\frac{2x^3+7x^2+3x+4}{(x+1)(x+3)}(x+1)(x+3)2x3+7x2+3x+4 in the form Ax+B+Cx+1+Dx+3Ax+B+\frac{C}{x+1}+\frac{D}{x+3}Ax+B+x+1C+x+3D.
A proof by contradiction starts by assuming the statement you want to prove is false. You then show that this assumption leads to an impossibility, so the original statement must be true.
The structure is usually:
Assume the opposite.
Use algebra or number facts.
Reach a contradiction.
Clearly state the conclusion.
Divisibility contradictions
An integer is a whole number: positive, negative or zero.
Many integer contradiction proofs rely on divisibility. If every term on one side is a multiple of 7, then the whole side is a multiple of 7.
Example
No integer solutions
Use contradiction to show that there are no integers mmm and nnn such that 14m+21n=514m+21n=514m+21n=5.
Assume, for contradiction, that integers mmm and nnn do satisfy 14m+21n=514m+21n=514m+21n=5.
Factor the left-hand side:
14m+21n=7(2m+3n)14m+21n=7(2m+3n)14m+21n=7(2m+3n)
Since 2m+3n2m+3n2m+3n is an integer, the left-hand side is a multiple of 7.
The equation would therefore imply that 5 is a multiple of 7, which is impossible.
This contradiction shows that no such integers mmm and nnn exist.
Irrationality proofs
Definition
Rational and irrational numbers
A rational number can be written as ab\frac{a}{b}ba, where aaa and bbb are integers and b≠0b\neq0b=0. An irrational number cannot be written in this form.
When proving a square root is irrational, assume it equals a fraction in lowest terms. “Lowest terms” means the numerator and denominator are coprime, so they share no common factor greater than one.
Example
Proving 5 is irrational
Prove by contradiction that 5\sqrt{5}5 is irrational.
Assume the opposite: 5\sqrt{5}5 is rational, so 5=ab\sqrt{5}=\frac{a}{b}5=ba for coprime integers aaa and bbb, with b≠0b\neq0b=0.
Square both sides:
a2=5b2a^2=5b^2a2=5b2
So 5 divides a2a^2a2. Since 5 is prime, 5 divides aaa, so write a=5ka=5ka=5k for some integer kkk.