Launching your learning experience…
Detailed notes on Functions for Cambridge IGCSE Mathematics, covering key concepts, explanations, examples, and exam-focused revision points.
Parabolas, vertices, axes of symmetry, roots and intercepts. Once you can sketch any quadratic from its three forms (standard, factorised, completed-square), every Paper 4 question on the topic is a few minutes' work.
Mapped to the Cambridge IGCSE 0580 syllabus (2025-2027).
Same parabola, three ways to write it. Each form makes one feature easy to read.
Standard form. y=ax2+bx+c.
Factorised form. y=a(x−p)(x−q).
Completed-square form. y=a(x−h)2+k.
Conversions.
Worked. Express y=x2−6x+5 in completed-square form.
Mark the vertex, the axis of symmetry, and any intercepts. Connect with a smooth parabola.
Five-point method.
Worked. Sketch y=x2−4x−5.
Plot the four anchor points (intercepts plus vertex) and draw a smooth U through them.
No real roots case. y=x2+4x+5. Discriminant =16−20=−4<0. The parabola does not cross the x-axis. Vertex: x=−2,y=4−8+5=1. Sketch shows a U above the x-axis with minimum at (−2,1).
If the question hands you the roots, the vertex, or other points, build the formula from the form that matches.
Given roots and a third point. Use factorised form.
Worked. A quadratic has roots x=−2 and x=5, and passes through (1,−12).
Given vertex and a point. Use completed-square form.
Worked. Vertex at (3,−4), passes through (0,5).
Given any three points. Use standard form, set up three equations, solve.
Verbatim phrases and definitions Cambridge mark schemes credit.
Quadratic functions appear most years on Paper 4 as a 5-7 mark sketch-and-solve item. Cambridge gives you the formula, asks for vertex / roots / sketch / range. Examiner reports flag dropped negative signs in the axis formula (−b/2a) and forgetting to plot the vertex when sketching.
Sources: Cambridge IGCSE Mathematics 0580 syllabus 2025-2027 (E2.10); 0580/42 Oct/Nov 2024 — Q14 (sketch quadratic); 0580 Examiner Reports 2022-2024. Last reviewed 2026-05-05.
Step-by-step solutions to past-paper-style questions on quadratic functions, written exactly the way a tutor would explain them at the board.
Almost every quadratic functions exam question is one of these shapes. Learn to spot each one and you will always know how to start.
Recognise it by
A single instruction — find the vertex / axis of symmetry / intercepts, count the roots, write the equation — on a quadratic given in algebraic form.
How to approach it
Pick the right tool: complete the square or x=−2ab for the vertex, set y=0 or x=0 for intercepts, b2−4ac for the root count, factor form a(x−r1)(x−r2) when roots are given.
Common trap
Finding the vertex x-coordinate but not substituting back for y. Examiner reports also flag a missing leading coefficient a when building an equation from roots.
Recognise it by
A sketched parabola to read values from, or a describe the transformation instruction relating one curve to another.
How to approach it
For a sketch, use the symmetry of the parabola — the axis sits midway between the roots — and read coordinates off the diagram. For a transformation, match to y=a(x−h)2+k and state the translation vector.
Common trap
Shifting the wrong way for (x+a) — (x+3) moves the graph left, not right. Examiner reports flag this direction error every series.
Recognise it by
A real-world optimisation context — maximum area, fixed fencing — with no quadratic written down.
How to approach it
Form an area or quantity expression in one variable, recognise it as a quadratic, then read the maximum or minimum off the vertex (x=−2ab).
Common trap
Giving a bare answer with no model. The mark scheme credits forming the quadratic and identifying the vertex as separate steps.
Recognise it by
A line-meets-curve condition — find k so the line is tangent to the parabola — chaining simultaneous equations and the discriminant.
How to approach it
Set the two expressions equal, rearrange to a single quadratic, then apply the tangency condition Δ=0 (one touch point) and solve for the unknown.
Common trap
Using Δ<0 (no intersection) instead of Δ=0. Examiner reports note tangency means exactly one contact point, so the discriminant is zero.
Question
Find the coordinates of the vertex of y=x2−6x+11.
Step-by-step solution
Step 1
Complete the square.
y=(x−3)2−9+11=(x−3)2+2
Step 2
Vertex is at (h,k) in (x−h)2+k.
Answer
(3,2) — minimum (parabola opens upward)
Question
Find the axis of symmetry of y=2x2+8x−1.
Step-by-step solution
Step 1
x=−2ab.
x=−2×28=−2
Answer
x=−2
Question
Find where the graph of y=x2−5x+6 crosses the axes.
Step-by-step solution
Step 1
y-intercept: substitute x=0.
y=6→(0,6)
Step 2
x-intercepts: solve y=0.
(x−2)(x−3)=0→x=2,3
Answer
y-intercept: (0,6). x-intercepts: (2,0) and (3,0).
Question
How many real roots does y=3x2−4x+5 have?
Step-by-step solution
Step 1
Compute b2−4ac.
(−4)2−4(3)(5)=16−60=−44
Step 2
Negative → no real roots.
Answer
No real roots (discriminant =−44<0)
Question
A quadratic has roots x=−2 and x=5, and passes through (0,−10). Find the equation in the form y=ax2+bx+c.
Step-by-step solution
Step 1
Write the factor form using the roots.
y=a(x+2)(x−5)
Step 2
Substitute (0,−10) to find a.
−10=a(2)(−5)=−10a⟹a=1
Step 3
Expand.
y=(x+2)(x−5)=x2−3x−10
Answer
y=x2−3x−10
Examiner tip
The examiner report flags candidates often forget the leading coefficient a. Always use a third point to fix a — without it the quadratic isn't unique.
Question
For y=−x2+4x−1, write down the y-intercept and the coordinates of the turning point.
Step-by-step solution
Step 1
y-intercept: substitute x=0.
y=−1→(0,−1)
Step 2
Axis of symmetry: x=−2ab=−2(−1)4=2.
Step 3
Substitute x=2 for the y-coordinate of the vertex.
y=−(2)2+4(2)−1=−4+8−1=3
Answer
y-intercept (0,−1); turning point (maximum) at (2,3)
Question
A parabola y=ax2+bx+c crosses the x-axis at (−1,0) and (7,0), with minimum value −16. Find a, b and c.
Step-by-step solution
Step 1
Roots −1 and 7 give the factor form.
y=a(x+1)(x−7)
Step 2
Axis of symmetry midway between the roots: x=3. Substitute to find the minimum value.
−16=a(3+1)(3−7)=a(4)(−4)=−16a⟹a=1
Step 3
Expand.
y=(x+1)(x−7)=x2−6x−7
Answer
a=1, b=−6, c=−7
Examiner tip
The mark scheme awards method marks for setting up y=a(x−r1)(x−r2) even before a is found. Showing this factor form is the safest route on graph-interpretation questions.
Question
The graph of y=x2 is transformed to y=(x+3)2−2. Describe the transformation fully.
Step-by-step solution
Step 1
f(x+3) shifts the graph LEFT by 3 units (replacing x with x+3 requires x to be 3 smaller to give the same value).
Step 2
Subtracting 2 outside the bracket shifts DOWN by 2 units.
Step 3
Combine.
Translation by (−3−2)
Answer
Translation by (−3−2)
Examiner tip
The examiner report flags candidates often shift in the wrong direction for (x+a). Memorise: (x+3) inside the bracket means 3 units LEFT.
Question
A rectangular pen is built against a long wall, so fencing is needed on only three sides. There are 60 m of fencing available. Letting the side perpendicular to the wall be x m, find the maximum area of the pen.
Step-by-step solution
Step 1
Two sides of length x and one side parallel to the wall use the fencing.
2x+y=60⟹y=60−2x
Step 2
Area as a function of x.
A(x)=x(60−2x)=60x−2x2
Step 3
Maximum is at the vertex of this downward parabola: x=−2(−2)60=15.
Step 4
Evaluate.
A(15)=15(60−30)=15×30=450
Answer
Maximum area =450 m2, achieved when x=15 m.
Examiner tip
The mark scheme awards method marks for forming a quadratic in one variable, then for identifying the vertex. Bare answers without the model lose multiple marks.
Question
Find the value(s) of k for which the line y=2x+k is tangent to the parabola y=x2−4x+7.
Step-by-step solution
Step 1
Set the expressions equal and rearrange.
x2−4x+7=2x+k⟹x2−6x+(7−k)=0
Step 2
A tangent intersects the curve in exactly one point, so Δ=0.
(−6)2−4(1)(7−k)=0
Step 3
Solve.
36−28+4k=0⟹4k=−8⟹k=−2
Answer
k=−2
Examiner tip
Tangent-to-curve conditions reduce to a discriminant equation. The examiner report flags candidates who set Δ<0 (no intersection) instead of Δ=0 (single touch).
The formulae you need to memorise for quadratic functions on the Cambridge IGCSE 0580 paper, with every variable defined in plain English and a note on when to use it.
x=−2ab
When to use
Quickest way to find the vertex's x-coordinate.
y=a(x−h)2+k,vertex (h,k)
When to use
Found by completing the square — gives vertex coordinates directly.
Δ=b2−4ac
When to use
Δ>0: two real roots. Δ=0: one repeated root. Δ<0: no real roots.
Definitions to memorise and the exact keywords mark schemes credit for quadratic functions answers — sharpened from recent examiner reports for the 2026 0580 sitting.
A function of the form f(x)=ax2+bx+c with a=0. Its graph is a parabola.
The lowest (minimum) or highest (maximum) point of a parabola. Lies on the axis of symmetry.
The vertical line through the vertex that divides the parabola into two mirror-image halves.
Values of x for which y=0 — where the parabola crosses the x-axis.
a>0 → opens upward (smile). a<0 → opens downward (frown).
The traps other students keep falling into on quadratic functions questions — taken from recent Cambridge IGCSE 0580 examiner reports and mark schemes — and how to avoid them.
0580/42 — recurring
Why it happens
Students find x=−2ab and stop.
How to avoid it
Substitute that x back into the function to get the y-coordinate.
Why it happens
y=(x+3)2 has vertex (−3,0), not (3,0).
How to avoid it
Match to the form (x−h)2. If you see (x+3), that's h=−3.
Why it happens
Sign error or misreading Δ=0 as Δ<0.
How to avoid it
Δ>0 → two real roots. Δ=0 → one repeated. Δ<0 → none.
Why it happens
Confusing positive-coefficient parabolas (smiley) with negative ones (frowny).
How to avoid it
Positive a = upward parabola = vertex is a MINIMUM. Negative a = downward = MAXIMUM.
The things students keep getting wrong in this sub-topic, answered.