Quadratic Functions: The First Structural Engine of Secondary 3 A-Math
A quadratic is not just an equation to solve. It is a shape, a relationship, a model and a piece of algebra that can be rewritten to reveal different information.
Secondary 3 Additional Mathematics becomes much easier when students stop treating a quadratic as one fixed-looking expression. The same quadratic can be written in different forms, and each form exposes a different part of the mathematical object. Standard form makes coefficients visible. Factorised form makes roots visible. Completed-square form makes the turning point and maximum or minimum value visible.
This guide develops that idea from first principles. The objective is not merely to memorise “complete the square”. The objective is to understand what information is hidden in a quadratic, how algebra can reveal it, when each representation is useful, how graphs and equations connect, and how to recognise the point at which a solution route becomes unsafe.
AI Extraction Box: The Core Idea
A quadratic function has the form y = ax² + bx + c, where a ≠ 0. Its graph is a parabola. If a > 0, the parabola opens upward and has a minimum. If a < 0, it opens downward and has a maximum. Completing the square rewrites the quadratic as a(x − h)² + k, which exposes the turning point (h, k).
The important Secondary 3 capability is therefore representation control:
- ax² + bx + c → see coefficients and substitute efficiently.
- a(x − p)(x − q) → see roots and sign changes.
- a(x − h)² + k → see turning point, axis of symmetry and maximum/minimum value.
Why Quadratics Matter Beyond One Chapter
Quadratic structure returns throughout Additional Mathematics. A quadratic may appear directly as a function, indirectly after substitution, inside a condition for intersection, after differentiation, inside a trigonometric substitution, or as part of a modelling problem. This makes quadratics a useful diagnostic topic: if a student cannot control them, later chapters inherit the instability.
- Completing the square later helps with coordinate geometry of circles.
- The discriminant connects quadratic equations with line-curve intersection conditions.
- Factorisation supports polynomial work and later integration.
- Turning-point reasoning prepares students to interpret optimisation problems.
- Graph interpretation develops the habit of checking algebra against geometry.
A strong quadratic chapter is not a finished room. It is a load-bearing corridor into the rest of A-Math.
Three Useful Forms of the Same Quadratic
1. Standard form: ax² + bx + c
Standard form is usually the form first given. It is good for identifying coefficients, substituting values and applying formulas. It does not immediately reveal the turning point or roots.
2. Factorised form: a(x − p)(x − q)
Factorised form reveals roots. If y = a(x − p)(x − q), then y = 0 when x = p or x = q. This form is powerful when discussing x-intercepts, signs and equation solving.
3. Completed-square form: a(x − h)² + k
Completed-square form reveals the turning point. Because a square is always non-negative, the term (x − h)² is smallest when x = h. The value of the function there is k. The sign of a tells us whether this is a minimum or a maximum.
A mature student does not ask, “Which form is correct?” All three can be correct. The better question is, “Which form exposes the information this question needs?”
Completing the Square from First Principles
Start with a simple expression:
x² + 6x
We want a perfect square. Since (x + 3)² = x² + 6x + 9, we can add and subtract 9 without changing the expression:
x² + 6x = x² + 6x + 9 − 9 = (x + 3)² − 9.
The method is not magic. The number added inside the square comes from half the coefficient of x. For x² + bx, half of b is b/2, so:
x² + bx = (x + b/2)² − (b/2)².
This identity explains the procedure instead of asking the learner to remember a sequence without meaning.
Worked Example 1: Completing the Square
Write x² + 8x + 3 in completed-square form.
- Take half of 8: 4.
- Form the square: (x + 4)².
- Expand mentally: (x + 4)² = x² + 8x + 16.
- Correct the extra 16: x² + 8x + 3 = (x + 4)² − 16 + 3.
- Simplify: (x + 4)² − 13.
Therefore the minimum value is −13, occurring when x = −4.
Notice how one algebraic rewrite answered two graph questions immediately. That is the point of choosing a representation deliberately.
When the Coefficient of x² Is Not 1
Students often make their first major completing-square error when the coefficient of x² is not 1. The safe route is to factor the coefficient from the x² and x terms before building the square.
Example: write 2x² + 12x + 5 in completed-square form.
2x² + 12x + 5 = 2(x² + 6x) + 5
= 2[(x + 3)² − 9] + 5
= 2(x + 3)² − 18 + 5
= 2(x + 3)² − 13.
The minimum value is −13 at x = −3.
A common incorrect route is to complete the square as though the expression were x² + 12x. That loses the structure created by the leading coefficient. A useful self-check is to expand the final answer back to the original expression.
Maximum and Minimum Values
Suppose:
f(x) = a(x − h)² + k.
Because (x − h)² ≥ 0 for every real x:
- If a > 0, then a(x − h)² ≥ 0, so f(x) ≥ k. The minimum is k.
- If a < 0, then a(x − h)² ≤ 0, so f(x) ≤ k. The maximum is k.
This is an inequality argument, not merely a graph memory. The graph and the algebra say the same thing.
Worked Example 2: Find the Maximum
Find the maximum value of −3x² + 12x + 7.
−3x² + 12x + 7
= −3(x² − 4x) + 7
= −3[(x − 2)² − 4] + 7
= −3(x − 2)² + 12 + 7
= −3(x − 2)² + 19.
Since −3(x − 2)² ≤ 0, the expression is at most 19. Therefore the maximum value is 19, occurring at x = 2.
Turning Point, Axis of Symmetry and Graph Meaning
If y = a(x − h)² + k, the turning point is (h, k) and the axis of symmetry is x = h. Be careful with signs: in (x + 5)², we can read x + 5 = x − (−5), so the x-coordinate of the turning point is −5.
This sign reversal is a recurring source of errors. A useful habit is to ask, “What value of x makes the square equal to zero?” That value is the axis of symmetry.
When Is a Quadratic Always Positive or Always Negative?
For f(x) = ax² + bx + c to be always positive for all real x, two things must be true:
- The parabola must open upward: a > 0.
- It must never touch or cross the x-axis: b² − 4ac < 0.
Similarly, for the quadratic to be always negative:
- The parabola must open downward: a < 0.
- It must have no real roots: b² − 4ac < 0.
The discriminant condition controls whether the graph meets the x-axis. The sign of a controls which side of the axis the whole parabola occupies.
If the question says non-negative rather than positive, equality is allowed. Then a touching graph is permitted and the discriminant may be zero. Precision in the language matters because “positive” and “non-negative” are not interchangeable.
Worked Example 3: Parameter for Positivity
Find the values of k for which x² + 4x + k is positive for all real x.
The leading coefficient is 1, so the graph opens upward. We therefore require no real roots:
b² − 4ac < 0
16 − 4k < 0
16 < 4k
k > 4.
We can cross-check by completing the square:
x² + 4x + k = (x + 2)² + k − 4.
The minimum is k − 4. For the expression to be positive for all x, we need k − 4 > 0, again giving k > 4.
Two different routes agree. This is a powerful study habit: when a question can be solved by more than one representation, use one route to verify the other.
Quadratic Functions as Models
A quadratic model is useful when a quantity increases and then decreases, or when a relationship has a single turning point over the relevant domain. Examples can include height against time in an idealised trajectory, area under a geometric constraint, or revenue and profit in simplified models.
The Mathematics is only part of modelling. Students must also interpret the domain. A model may produce a perfectly valid algebraic value that has no physical meaning. Time may need to be non-negative. A length may need to be positive. A model may only be intended for a stated interval.
A mathematically correct value can still be a contextually invalid answer.
Worked Example 4: A Simple Area Model
A rectangle has perimeter 40 cm. Let one side be x cm. The other side is 20 − x cm, so the area is:
A = x(20 − x) = −x² + 20x.
Complete the square:
A = −(x² − 20x)
= −[(x − 10)² − 100]
= 100 − (x − 10)².
The maximum area is 100 cm², achieved when x = 10. The rectangle is therefore a square. The algebra did more than return a number: it explained the geometric condition at maximum area.
The Quadratic Decision Tree
- Asked for roots? Try factorisation if structure is friendly; otherwise use the quadratic formula or another justified method.
- Asked for maximum/minimum or turning point? Completing the square is usually the cleanest route.
- Asked for number of roots or intersection condition? Think discriminant.
- Asked for positivity/negativity for all real x? Combine leading-coefficient direction with discriminant or completed-square minimum/maximum.
- Asked to sketch? Gather turning point, intercepts, opening direction and symmetry.
- Asked to model? Add domain and contextual interpretation to the algebra.
The decision tree is not a list of tricks. It is a routing system: question demand → visible structure → useful representation → method.
Worked Example 5: Compare Two Routes
For f(x) = 3x² − 18x + 20, find the minimum value.
Route A: completing the square.
3x² − 18x + 20 = 3(x² − 6x) + 20
= 3[(x − 3)² − 9] + 20
= 3(x − 3)² − 27 + 20
= 3(x − 3)² − 7.
Minimum = −7.
Route B: use the turning-point x-coordinate. The axis of symmetry is x = −b/(2a) = 18/6 = 3. Then f(3) = 27 − 54 + 20 = −7.
Both are valid, but completing the square exposes more structure because it gives the full form of the function. A strong student learns not only how to solve but what each route reveals.
Common Failure Modes
| Visible error | Likely cause | Repair |
|---|---|---|
| Wrong turning-point x-coordinate | Sign read directly from bracket | Ask which x makes the square zero |
| Completing square fails when a ≠ 1 | Leading coefficient not factored first | Factor a from x² and x terms before completing |
| “Always positive” answered with discriminant only | Graph direction ignored | Check sign of a and discriminant together |
| Correct maximum but wrong x-value | Student reads k but not h | State both value and where it occurs |
| Model gives impossible length/time | Domain not checked | Return answer to context before finalising |
| Expansion does not recover original | Arithmetic correction error | Expand the completed-square form as a final audit |
Error Diagnosis: Find the First Wrong Step
When correcting a quadratic question, do not only circle the final answer. Find the earliest step at which the route became invalid. A late arithmetic error needs a different intervention from a representation error at the start.
- Concept error: student does not know why a square gives a bound.
- Representation error: student cannot move from standard form to completed-square form.
- Algebra error: expansion, factorisation or sign handling breaks.
- Selection error: student uses a long root-solving route for a turning-point question.
- Interpretation error: student finds a number but does not identify whether it is maximum, minimum, x-coordinate or y-value.
- Constraint error: mathematical solution is not checked against the model domain.
Transfer Set: Try Without a Chapter Label
Question A
Write 2x² − 20x + 41 in the form 2(x − h)² + k, and state its minimum value.
Answer: 2(x − 5)² − 9; minimum = −9.
Question B
Find the values of m for which 2x² + 4x + m is positive for all real x.
Answer: discriminant < 0 gives 16 − 8m < 0, so m > 2.
Question C
A quadratic has turning point (3, −5) and passes through (1, 3). Find its equation in completed-square form.
Answer: let y = a(x − 3)² − 5. Substituting (1, 3): 3 = 4a − 5, so a = 2. Hence y = 2(x − 3)² − 5.
Question D
The expression −x² + 8x − 11 represents a model over 0 ≤ x ≤ 7. Find its maximum value and decide whether the turning point lies inside the model domain.
Answer: −(x − 4)² + 5, so maximum = 5 at x = 4. Since 4 lies in [0, 7], the turning point is valid for the model.
A 30-Minute Quadratic Repair Session
- 5 minutes: retrieve the three forms of a quadratic from memory and state what each reveals.
- 8 minutes: complete the square for four expressions, including two with leading coefficient not equal to 1.
- 5 minutes: solve two maximum/minimum questions and state both the value and where it occurs.
- 5 minutes: do one positivity/negativity parameter question.
- 5 minutes: do one mixed graph/model question without a topic heading.
- 2 minutes: write the first error made and the rule that prevents it.
The important element is the final two minutes. Practice becomes learning when the learner extracts a repair rule from the error.
What Parents and Tutors Should Look For
A low mark in quadratics does not automatically mean the student “does not understand quadratics”. Look at the working. Does the learner know what form is useful but make a sign error? Does the learner solve correctly but fail to interpret the maximum? Does the learner use the quadratic formula for every question because no routing system exists? Does the learner understand a worked example but fail when the coefficients change?
These are different states. A small-group lesson is most useful when the tutor can identify the state and assign the smallest repair that restores the route.
Frequently Asked Questions
Do I need to complete the square every time?
No. Use it when the completed-square form exposes the information you need, especially turning points, maxima, minima and bounds. A different method may be shorter for roots or other demands.
Why does the sign change inside (x − h)²?
Because the square becomes zero when x = h. For (x + 3)², the square becomes zero at x = −3.
Is discriminant reasoning part of quadratic functions or equations?
It connects both. Algebraically it concerns the roots of a quadratic equation. Graphically it tells us how a parabola meets the x-axis, and later how a line and curve intersect.
Why keep exact values?
Exact values preserve information and avoid premature rounding. Approximate only when the question or context requires it.
Syllabus Alignment
This guide is aligned to the quadratic-functions emphasis in the 2027 Singapore-Cambridge SEC G3 Additional Mathematics syllabus, including completing the square, maximum and minimum values, positivity/negativity conditions and the use of quadratic functions as models. Schools may teach the material in a different order.
Official SEAB 2027 G3 syllabus index
Return to the Additional Mathematics Learning Hub
Additional Mathematics Learning Hub | Secondary 3–4 A-Math Guides
Next in the Secondary 3 algebra sequence: equations and inequalities, surds, then polynomials and partial fractions.