Revision notes for Edexcel IGCSE Maths Proof. Open the guide for explanations and worked examples. Written against the Edexcel IGCSE Maths (4MA1) specification, so the content matches what's examinable rather than general Maths background.
Revision notes for Edexcel IGCSE Maths Proof. Open the guide for explanations and worked examples. Written against the Edexcel IGCSE Maths (4MA1) specification, so the content matches what's examinable rather than general Maths background.
A proof is a logical argument that shows a statement is true for every value allowed in the question, not just for a few examples.
Checking numbers can help you spot a pattern, but it is not a proof. For example, if a result works for 1, 2 and 3, it might still fail for 100. Algebra lets you represent all possible cases at once.
Key words for algebraic proof
An integer is a whole number, such as -3, 0, 7 or 25.
A positive integer is a whole number greater than zero.
A multiple of a number is the result of multiplying that number by an integer. For example, 6k6k6k means a multiple of 6, where kkk is an integer.
A square number is a number that can be written as something squared, such as m2m^2m2.
The proof mindset
In algebraic proof, your job is usually to rewrite the expression into a form that makes the result obvious, such as 2k+12k+12k+1 for an odd number, 6k6k6k for a multiple of 6, or m2m^2m2 for a square number.
Showing a statement is true for all integers
Prove algebraically that the sum of any two consecutive integers is always odd.
Let the first integer be nnn. The next consecutive integer is n+1n+1n+1.
Add the two integers:
n+(n+1)=2n+1n+(n+1)=2n+1n+(n+1)=2n+1Since 2n2n2n is even, 2n+12n+12n+1 is odd.
Therefore, the sum of any two consecutive integers is always odd.
Before you can prove anything, you need to choose a good algebraic form.
Any even integer can be written as 2n2n2n, because it is a multiple of 2.
Any odd integer can be written as 2n+12n+12n+1 or 2n−12n-12n−1, because it is one more or one less than an even number.
Consecutive means “next to each other in order”.
Forgetting the gap between evens or odds
Consecutive integers go up by 1, but consecutive even or odd integers go up by 2. So 2n2n2n, 2n+12n+12n+1, 2n+22n+22n+2 are not consecutive even numbers.
Three consecutive even numbers
Prove algebraically that the sum of any three consecutive even integers is always a multiple of 6.
Let the three consecutive even integers be 2n2n2n, 2n+22n+22n+2 and $2n+4`.
Add them:
2n+(2n+2)+(2n+4)=6n+62n+(2n+2)+(2n+4)=6n+62n+(2n+2)+(2n+4)=6n+6Factorise the expression:
6n+6=6(n+1)6n+6=6(n+1)6n+6=6(n+1)Since n+1n+1n+1 is an integer, 6(n+1)6(n+1)6(n+1) is a multiple of 6.
Therefore, the sum of any three consecutive even integers is always a multiple of 6.
To prove an expression is always a multiple of a number, you should try to factorise it so that number is clearly a factor.
For example:
How to finish a multiple proof
If you reach something like 12n12n12n, write a final sentence such as: “Since nnn is an integer, 12n12n12n is a multiple of 12.” This earns the proof mark because it explains why the factorised form proves the result.
Difference of two squared expressions
Prove that (3n+2)2−(3n−2)2(3n+2)^2-(3n-2)^2(3n+2)2−(3n−2)2 is always a multiple of 12, for positive integer values of nnn.
Expand the first square:
(3n+2)2=9n2+12n+4(3n+2)^2=9n^2+12n+4(3n+2)2=9n2+12n+4Expand the second square:
(3n−2)2=9n2−12n+4(3n-2)^2=9n^2-12n+4(3n−2)2=9n2−12n+4Subtract the second expression from the first:
(3n+2)2−(3n−2)2=(9n2+12n+4)−(9n2−12n+4)=24n\begin{aligned} (3n+2)^2-(3n-2)^2 &= (9n^2+12n+4)-(9n^2-12n+4) \\ &= 24n \end{aligned}(3n+2)2−(3n−2)2=(9n2+12n+4)−(9n2−12n+4)=24nSince 24n=12(2n)24n=12(2n)24n=12(2n), and 2n2n2n is an integer, the expression is always a multiple of 12.
Sometimes you are asked to show an expression is always a square number. That means your final answer should look like a bracket squared, such as $(n+3)^2`.
Look out for expressions that factorise into two identical brackets.
Showing a sum is always a square
nnn is an integer. Prove algebraically that the sum of (n+3)(n+2)(n+3)(n+2)(n+3)(n+2) and n+3n+3n+3 is always a square number.
Write the sum as one expression:
(n+3)(n+2)+(n+3)(n+3)(n+2)+(n+3)(n+3)(n+2)+(n+3)Notice that both terms have a common factor of n+3n+3n+3.
Factorise n+3n+3n+3:
(n+3)(n+2)+(n+3)=(n+3)((n+2)+1)=(n+3)(n+3)\begin{aligned} (n+3)(n+2)+(n+3) &= (n+3)\left((n+2)+1\right) \\ &= (n+3)(n+3) \end{aligned}(n+3)(n+2)+(n+3)=(n+3)((n+2)+1)=(n+3)(n+3)Write the result as a square:
(n+3)(n+3)=(n+3)2(n+3)(n+3)=(n+3)^2(n+3)(n+3)=(n+3)2Therefore, the sum is always a square number.
Expanding when factorising is easier
If the question says “show it is a square number”, factorising is often quicker than expanding. You want to end with something like $(n+a)^2`, not a long quadratic expression.
Many Grade 8/9 proof questions involve square numbers, so it helps to know the common expansions.
Useful square expansions
$(a+b)^2=a^2+2ab+b^2`
$(a-b)^2=a^2-2ab+b^2`
The difference of two squares is a2−b2=(a−b)(a+b)a^2-b^2=(a-b)(a+b)a2−b2=(a−b)(a+b).
You can either expand fully or use the difference of two squares identity. The identity is often faster, but expanding is completely acceptable if it is clear.
Squares of two even integers
Prove algebraically that the sum of the squares of any two even positive integers is always a multiple of 4.
Let the two even positive integers be 2a2a2a and 2b‘,where2b`, where 2b‘,whereaandandandb$ are positive integers.
Square each integer and add:
(2a)2+(2b)2(2a)^2+(2b)^2(2a)2+(2b)2Simplify the squares:
(2a)2+(2b)2=4a2+4b2(2a)^2+(2b)^2=4a^2+4b^2(2a)2+(2b)2=4a2+4b2Factorise out 4:
4a2+4b2=4(a2+b2)4a^2+4b^2=4(a^2+b^2)4a2+4b2=4(a2+b2)Since a2+b2a^2+b^2a2+b2 is an integer, 4(a2+b2)4(a^2+b^2)4(a2+b2) is a multiple of 4.
Difference between squares of consecutive integers
Prove algebraically that the difference between the squares of two consecutive integers is equal to the sum of the two integers.
Let the two consecutive integers be nnn and n+1n+1n+1.
Find the difference between their squares:
(n+1)2−n2(n+1)^2-n^2(n+1)2−n2Expand and simplify:
(n+1)2−n2=(n2+2n+1)−n2=2n+1\begin{aligned} (n+1)^2-n^2 &= (n^2+2n+1)-n^2 \\ &= 2n+1 \end{aligned}(n+1)2−n2=(n2+2n+1)−n2=2n+1Now find the sum of the two integers:
n+(n+1)=2n+1n+(n+1)=2n+1n+(n+1)=2n+1The difference between the squares is 2n+12n+12n+1, and the sum of the integers is also $2n+1`.
Therefore, the difference between the squares of two consecutive integers is equal to the sum of those integers.
Some questions ask you to prove a result is “2 more than a multiple of 8” or “4 more than a multiple of 8”.
This means your final expression should look like:
where kkk is an integer.
Squares of consecutive odd numbers
Prove that the sum of the squares of two consecutive odd numbers is always 2 more than a multiple of 8.
Let the two consecutive odd numbers be 2n+12n+12n+1 and $2n+3`.
Square both and add:
(2n+1)2+(2n+3)2(2n+1)^2+(2n+3)^2(2n+1)2+(2n+3)2Expand each square:
(2n+1)2+(2n+3)2=(4n2+4n+1)+(4n2+12n+9)=8n2+16n+10\begin{aligned} (2n+1)^2+(2n+3)^2 &= (4n^2+4n+1)+(4n^2+12n+9) \\ &= 8n^2+16n+10 \end{aligned}(2n+1)2+(2n+3)2=(4n2+4n+1)+(4n2+12n+9)=8n2+16n+10Rewrite the expression to show “2 more than a multiple of 8”:
8n2+16n+10=8(n2+2n+1)+28n^2+16n+10=8(n^2+2n+1)+28n2+16n+10=8(n2+2n+1)+2Since n2+2n+1n^2+2n+1n2+2n+1 is an integer, 8(n2+2n+1)+28(n^2+2n+1)+28(n2+2n+1)+2 is 2 more than a multiple of 8.
A strong proof usually has three parts:
In the exam
Start by choosing the correct form: nnn, n+1n+1n+1 for consecutive integers; 2n2n2n, 2n+22n+22n+2 for consecutive evens; 2n+12n+12n+1, 2n+32n+32n+3 for consecutive odds.
Aim for the target form: 2k+12k+12k+1 for odd, mkmkmk for a multiple of mmm, 8k+28k+28k+2 for “2 more than a multiple of 8”, and p2p^2p2 for a square number.
Always write a final sentence explaining why your algebra proves the result for all allowed integer values.
Check yourself
Can you explain why 2n+52n+52n+5 is always odd when nnn is an integer?
If a result simplifies to 6n+126n+126n+12, how would you show it is a multiple of 6?
What algebraic forms would you use for two consecutive even integers?
Test yourself with 5 quick questions on this guide. Answer them all correctly to complete it.
Test yourself on this topic, or move on to the next guide.
How was this guide?