A quadratic equation has the form ax2+bx+c=0 with a=0.
Method 1: Factorisation. If ax2+bx+c factorises, set each factor equal to zero.
Worked Example. Solve x2−5x+6=0.
(x−2)(x−3)=0x = 2 \mathrm{ or x = 3
Method 2: The quadratic formula. For ax2+bx+c=0:
x=2a−b±b2−4ac
Theorem. The discriminantΔ=b2−4ac determines the nature of the roots:
Condition
Roots
Δ>0
Two distinct real roots
Δ=0
One repeated real root
Δ<0
No real roots
Proof sketch. The formula gives x=2a−b±Δ. If Δ>0The
Square root is a positive real, giving two distinct values. If Δ=0Both roots equal
2a−b. If Δ<0The square root is not real, so no real roots exist.
Worked Example. Solve 2x2+3x−5=0 using the formula.
x=4−3±9+40=4−3±49=4−3±7
x = 1 \mathrm{ or x = -\frac{5}{2}
Worked Example (Higher Tier). Find the values of k for which x2+4x+k=0 has equal
Roots.
Equal roots means Δ=0:
16−4k=0⟹k=4
Method 3: Completing the square.
ax2+bx+c=a(x+2ab)2−4ab2−4ac
Worked Example. Write x2+6x+2 in completed square form and solve x2+6x+2=0.
x2+6x+2=(x+3)2−9+2=(x+3)2−7
(x+3)2=7⟹x+3=±7⟹x=−3±7
Worked Example (Higher Tier). Find the minimum value of f(x)=2x2−12x+5 and the value of
x at which it occurs.
Worked Example. Find the 20th term and the sum of the first 20 terms of 3,7,11,15,….
Here a=3 and d=4.
u20=3+19×4=79
S20=220(2×3+19×4)=10×82=820
Worked Example (Higher Tier). An arithmetic sequence has first term 5 and common difference 3.
Find the value of n for which un=137.
5+(n−1)×3=1373(n−1)=132n−1=44n=45
Worked Example (Higher Tier). An arithmetic sequence has u3=14 and u7=26. Find a and
d.
a + 2d = 14 \quad \mathrm{and \quad a + 6d = 26
Subtracting: 4d=12So d=3. Then a=14−6=8.
The sequence is 8,11,14,17,…
4.2 Geometric Sequences
A geometric sequence has a constant common ratior. The n-th term is:
un=arn−1
Worked Example. Find the 8th term of 2,6,18,54,….
Here a=2 and r=3.
u8=2×37=2×2187=4374
Worked Example (Higher Tier). Find the sum of the first 10 terms of 1,−2,4,−8,….
a = 1$$r = -2$$n = 10.
S10=−2−11((−2)10−1)=−31024−1=−31023=−341
4.3 Quadratic and Other Sequences
A quadratic sequence has second differences that are constant.
Worked Example. Find the n-th term of 2,6,12,20,30,….
First differences: 4,6,8,10,…
Second differences: 2,2,2,…
Since the second difference is 2, the coefficient of n2 is 2/2=1. So un=n2+bn+c.
When n=1: 1+b+c=2⟹b+c=1
When n=2: 4+2b+c=6⟹2b+c=2
Subtracting: b=1So c=0.
un=n2+n
Worked Example (Higher Tier). Find the n-th term of 1,0,−3,−8,−15,….
First differences: −1,−3,−5,−7,…
Second differences: −2,−2,−2,…
The coefficient of n2 is −2/2=−1. So un=−n2+bn+c.
When n=1: −1+b+c=1⟹b+c=2
When n=2: −4+2b+c=0⟹2b+c=4
Subtracting: b=2So c=0.
un=−n2+2n=n(2−n)
4.4 Fibonacci-Type Sequences
Each term is the sum of the two preceding terms: un=un−1+un−2.
Example: 1,1,2,3,5,8,13,21,…
Proposition. Every third Fibonacci number is even.
Proof. Consider the Fibonacci sequence modulo 2. The sequence of parities is:
1,1,0,1,1,0,1,1,0,… (period 3). Therefore Fn is even if and only if 3∣n.
■
Proposition.gcd(Fm,Fn)=Fgcd(m,n).
This beautiful identity connects the Fibonacci sequence to the greatest common divisor. It explains
Why consecutive Fibonacci numbers are coprime: gcd(Fn,Fn+1)=F1=1.
5. Graphs of Functions
Graphs of Common Functions
Adjust the parameters in the graph above to explore the relationships between variables.
5.1 Linear Graphs
The equation of a straight line is y=mx+c where m is the gradient and c is the
y-intercept.
Gradient formula: For two points (x1,y1) and (x2,y2):
m=x2−x1y2−y1
Parallel lines have the same gradient. Perpendicular lines have gradients whose product is
−1: m1m2=−1.
Proof of the perpendicular gradient property. If two lines with gradients m1 and m2 are
Perpendicular, then the angle between them is 90∘. The tangent of the angle between two
Lines is 1+m1m2m2−m1. Setting this to be undefined (as tan90∘ is
Undefined), the denominator 1+m1m2=0Giving m1m2=−1. ■
Worked Example. Find the equation of the line through (2,5) perpendicular to y=3x−1.
The gradient of the given line is 3. The perpendicular gradient is −31.
y−5=−31(x−2)y=−31x+32+5=−31x+317
Worked Example (Higher Tier). Find the equation of the perpendicular bisector of the line
Segment joining A(1,3) and B(7,−1).
Midpoint: M=(28,22)=(4,1).
Gradient of AB: m=7−1−1−3=6−4=−32.
Perpendicular gradient: 23.
Equation: y−1=23(x−4)I.e. 2y−2=3x−12Or 3x−2y=10.
5.2 Quadratic Graphs
The graph of y=ax2+bx+c is a parabola. If a>0 it opens upward; if a<0 it
Opens downward.
The turning point is at x=−2ab.
The line of symmetry is x=−2ab.
Worked Example. Sketch the graph of y=x2−4x+3.
Factorise: y=(x−1)(x−3)So the roots are x=1 and x=3.
y-intercept: (0,3).
Vertex: x=−2−4=2, y=4−8+3=−1. Vertex at (2,−1).
The parabola opens upward with minimum at (2,−1)Crossing the x-axis at x=1 and x=3.
Worked Example (Higher Tier). Sketch the graph of y=−2x2+8x−6.
Factorise: −2(x2−4x+3)=−2(x−1)(x−3). Roots at x=1 and x=3.
y-intercept: (0,−6).
Vertex: x=−−48=2, y=−8+16−6=2. Vertex at (2,2).
The parabola opens downward with maximum at (2,2).
5.3 Other Key Graphs
Function
Shape
Key features
y=x3
Cubic
Point of inflection at origin
y=x1
Reciprocal
Asymptotes at both axes
y=x
Square root
Starts at origin, curves to the right
y=2x
Exponential
Passes through (0,1)Never negative
x2+y2=a2
Circle radius a
Centre at origin
5.4 Transformations of Graphs
Transformation
Effect on graph
y=f(x)+c
Translate up by c
y=f(x−c)
Translate right by c
y=−f(x)
Reflect in the x-axis
y=f(−x)
Reflect in the y-axis
y=af(x)
Vertical stretch, scale factor a
y=f(ax)
Horizontal stretch, scale factor a1
Worked Example (Higher Tier). The graph of y=f(x) passes through (2,5). State the
Coordinates of the corresponding point on the graph of y=f(x−3)+1.
Translation right by 3, up by 1: (2+3,5+1)=(5,6).
Worked Example (Higher Tier). Given f(x)=x2Sketch y=−f(2x)+3.
y=−(2x)2+3=−4x2+3. This is a parabola opening downward with vertex at (0,3)Narrower
Than y=x2 by a factor of 2 in the x-direction.
Start from known facts and use logical steps to reach a conclusion.
Example. Prove that the sum of two consecutive odd numbers is divisible by 4.
Let the consecutive odd numbers be 2n+1 and 2n+3 for integer n≥0.
Sum =(2n+1)+(2n+3)=4n+4=4(n+1).
Since n+1 is an integer, the sum is a multiple of 4. ■
Example (Higher Tier). Prove that the product of any three consecutive integers is divisible
By 6.
Let the three consecutive integers be n, n+1And n+2.
Among any three consecutive integers, one is divisible by 2 (even) and one is divisible by 3. Since
2 and 3 are coprime, their product 6 divides the product of the three integers. ■
Example (Higher Tier). Prove that the sum of the squares of any two consecutive integers, minus
1, is divisible by 8.
Let the consecutive integers be n and n+1.
n2+(n+1)2−1=n2+n2+2n+1−1=2n2+2n=2n(n+1).
Since n and n+1 are consecutive, one is even, so n(n+1) is even, meaning n(n+1)=2k for
Some integer k.
Therefore 2n(n+1)=4kWhich is divisible by 4 but not necessarily by 8. The original claim that
This is always divisible by 8 is false. For example, when n=1: 1+4−1=4Which is not
Divisible by 8.
::warning Not every claim about numbers is true. When asked to prove something, first check whether
The statement is actually correct with a small example.
:::
7.3 Disproof by Counterexample
To disprove a statement, find a single example where it fails.
Example. “All prime numbers are odd.” Counterexample: 2 is prime and even.
Example. “If n2 is divisible by 4, then n is divisible by 4.” Counterexample: n=6:
n2=36 is divisible by 4, but 6 is not.
Example (Higher Tier). “The sum of two irrational numbers is irrational.” Counterexample:
2+(−2)=0Which is rational.
7.4 Proof with Functions (Higher Tier)
Example. Given f(x)=2x−1 and g(x)=x2+3Prove that fg(−2)=gf(1).
f(−2)=−5, g(−5)=25+3=28.
f(1)=1, g(1)=1+3=4.
fg(−2)=g(f(−2))=28=4=gf(1).
So fg(−2)=gf(1) — the statement is false. This illustrates that f∘g=G∘f.
Common Pitfalls
Forgetting to reverse the inequality sign when multiplying or dividing by a negative.
Incorrectly expanding (a+b)2. It is a2+2ab+b2Not a2+b2.
Squaring brackets incorrectly in completing the square.(x+3)2=x2+6x+9Not
x2+9.
Confusing the turning point formula. The x-coordinate is −2abNot 2ab.
Dropping solutions when solving quadratics. Always check both values from ± in the
formula.
Assuming all sequences are arithmetic. Always check the first differences.
Cancelling terms instead of factors in algebraic fractions. Factorise first.
Mistaking graph transformations.y=f(x+2) shifts LEFT by 2, not right.
Forgetting domain restrictions when simplifying algebraic fractions (e.g., x=1).
Losing a negative sign when expanding a bracket preceded by a minus sign. Expand −(x−3) as
−x+3Not −x−3.
Incorrectly identifying the common difference of a geometric sequence as addition rather than
multiplication. Arithmetic sequences add d; geometric sequences multiply by r.
Practice Questions
Expand and simplify (3x−2)(2x+5)−(x+1)2.
Solve the simultaneous equations 2x+3y=13 and 4x−y=5.
Solve x2−7x+10=0 by factorisation, and verify using the quadratic formula.
Write 2x2−12x+5 in completed square form. Hence state the minimum value and where it
occurs.
Solve the inequality x2−4x−5>0.
The n-th term of a sequence is n2+3n. Find the first 5 terms and the 50th term.
Find the equation of the line through (−1,4) that is parallel to 2y=6x+5.
Simplify x2−4x2+5x+6÷x−2x+3.
Prove that the product of three consecutive integers is always divisible by 6.
Solve x+12−x−23=1.
Find the equation of the line through (3,−1) perpendicular to 2x+5y=10.
Express x2−1x3−x as a simplified algebraic fraction, stating any restriction on
x.
Prove that the difference between the squares of any two consecutive integers is always odd.
Solve x2−6x+2≤0Giving your answer in exact form.
The first three terms of a geometric sequence are k,k+3,k+12. Find the value of k and
the common ratio.
Find the n-th term of the sequence 5,10,17,26,37,….
Disprove by counterexample: “The square root of any irrational number is irrational.”
Find the values of k for which kx2−6x+4=0 has two distinct real roots.
Simplify x2−4x3−8Stating any restriction on x.
Prove that for any positive integer nThe number n3−n is divisible by 6.
Worked Examples
Example 1:
A typical exam question on Algebra requires you to apply your knowledge to an unfamiliar context.
Read the question carefully, identify the key concept being tested, and structure your answer using
the appropriate terminology.
Example 2:
Multi-step problems in Algebra often combine two or more concepts. Break the problem down: identify
what you need to find, recall the relevant formula or principle, substitute values, and state your
answer with correct units or formatting.
Summary
This topic covers the mathematical techniques and concepts related to algebra, including key
theorems, methods, and problem-solving approaches.
Key concepts include:
quadratic equations and the discriminant
simultaneous equations
polynomial division and the factor theorem
partial fractions
binomial expansion
Regular practice with a variety of question types is essential to build fluency and confidence in
applying these mathematical techniques.