Quadratic functions occupy a central position in IGCSE Additional Mathematics
The quadratic function, expressed in its general form as f(x) = ax2 + bx + c where a is non-zero, underpins a substantial proportion of the Cambridge IGCSE Additional Mathematics (0606) syllabus. Its influence extends well beyond a single topic area: quadratic expressions appear in calculus when identifying stationary points, in coordinate geometry when determining line-curve relationships, and in trigonometric equations that reduce to quadratic form. A thorough command of quadratic methods is therefore not merely useful for one section of the examination but serves as a prerequisite for competent performance across the paper.
This treatment addresses the four principal areas that examination questions target: completing the square to identify the vertex, the discriminant and its implications for the nature of roots, line-curve intersection problems, and quadratic inequalities. Each section proceeds from the underlying principle to worked examples that mirror the style and demand of actual IGCSE papers.
Completing the square and the vertex form
Every quadratic expression ax2 + bx + c can be rewritten in the form a(x - h)2 + k, where (h, k) represents the vertex of the parabola. This transformation, known as completing the square, converts the expression from a form that reveals the y-intercept (c) into one that reveals the turning point directly.
The standard procedure
- Factor the coefficient of x2 from the first two terms: a[x2 + (b/a)x] + c
- Inside the bracket, take half the coefficient of x and square it: (b/2a)2
- Add and subtract this value inside the bracket: a[x2 + (b/a)x + (b/2a)2 - (b/2a)2] + c
- Rewrite the perfect square trinomial and simplify: a(x + b/2a)2 + c - b2/4a
The vertex is therefore at (-b/2a, c - b2/4a). When a is positive, this point is a minimum; when a is negative, it is a maximum.
Determining the range from the vertex
Once the vertex form is established, the range of the quadratic function follows immediately. For a given domain, the range is bounded by the vertex value on one side. If the domain is all real numbers and a > 0, then f(x) >= k. If a < 0, then f(x) <= k. When the domain is restricted to an interval, the range must be determined by evaluating f at the vertex (if it lies within the domain) and at both endpoints, then identifying the smallest and largest values among these.
The discriminant and the nature of roots
For the quadratic equation ax2 + bx + c = 0, the discriminant is defined as D = b2 - 4ac. This single expression determines the nature of the roots without requiring the equation to be solved explicitly.
| Discriminant value | Nature of roots | Graphical interpretation |
|---|---|---|
| b2 - 4ac > 0 | Two distinct real roots | The parabola crosses the x-axis at two points |
| b2 - 4ac = 0 | Two equal (repeated) real roots | The parabola touches the x-axis at exactly one point |
| b2 - 4ac < 0 | No real roots | The parabola does not intersect the x-axis |
The discriminant is frequently tested in questions that ask candidates to find conditions on a parameter. A typical pattern presents a quadratic containing an unknown constant k and asks for the values of k for which the equation has real roots, equal roots, or no real roots.
Line-curve intersection: applying the discriminant to simultaneous equations
A question type that appears with notable regularity on the 0606 papers involves determining whether a straight line intersects a curve, is tangent to it, or misses it entirely. The method relies on substituting the linear equation into the quadratic one (or vice versa) to produce a single quadratic equation, then applying the discriminant to that resulting equation.
The three cases
- Two points of intersection: the resulting quadratic has b2 - 4ac > 0
- Tangency (one point of contact): the resulting quadratic has b2 - 4ac = 0
- No intersection: the resulting quadratic has b2 - 4ac < 0
A common error in these problems is algebraic: candidates sometimes fail to rearrange the substituted equation into standard form (with zero on one side) before identifying a, b, and c for the discriminant. Any terms remaining on the right-hand side will produce incorrect coefficients and an invalid discriminant.
Solving quadratic equations: three methods compared
The IGCSE Additional Mathematics syllabus expects fluency with three distinct methods of solving quadratic equations. Each has its optimal context, and the ability to select the appropriate method under timed conditions is itself a mark-earning skill.
| Method | Best used when | Limitation |
|---|---|---|
| Factorisation | The quadratic has integer roots that are easy to identify | Not all quadratics factorise over the integers |
| Completing the square | The question asks for exact form, or the vertex is also required | More steps, higher risk of arithmetic error |
| Quadratic formula | The quadratic does not factorise neatly, or speed is needed | Produces exact answers but can be unwieldy with surds |
The quadratic formula, x = [-b +/- sqrt(b2 - 4ac)] / 2a, is the universal fallback. It applies to every quadratic equation and is particularly efficient when the coefficients do not lend themselves to factorisation. Candidates should note that the formula produces exact answers; rounding should only occur when the question explicitly requests an answer to a specified number of decimal places or significant figures.
Quadratic inequalities
Solving quadratic inequalities requires candidates to combine their algebraic skills with graphical reasoning. The method proceeds in three stages: solve the corresponding equation to find the critical values, sketch the parabola to determine which regions satisfy the inequality, and express the solution using correct notation.
The systematic approach
- Rearrange so that one side is zero: e.g., transform 2x2 - 3x > 5 into 2x2 - 3x - 5 > 0
- Solve the equation 2x2 - 3x - 5 = 0 to find the critical values (roots)
- Sketch the parabola y = 2x2 - 3x - 5, noting that a > 0 means a U-shaped curve
- Read the solution from the sketch: for > 0, identify where the curve is above the x-axis; for < 0, where it is below
A critical distinction that separates competent from incomplete answers concerns notation. When the parabola is below the axis between two roots, the solution is a single connected interval: -2 < x < 4. When the parabola is above the axis outside two roots, the solution is two separate intervals: x < -2 or x > 4. Writing x < -2 and x > 4 (with "and" instead of "or") implies that both conditions must hold simultaneously, which is impossible, and this error costs the accuracy mark on many scripts.
Common errors and their remedies
| Error | Why it costs marks | Correction |
|---|---|---|
| Sign error when completing the square | The vertex coordinates are wrong, producing an incorrect range and an inaccurate sketch | After completing the square, expand your answer to verify it matches the original expression |
| Using the wrong sign convention in the discriminant | Candidates sometimes compute b2 + 4ac instead of b2 - 4ac, which reverses the conclusion about the nature of roots | Write out D = b2 - 4ac explicitly before substituting values |
| Failing to rearrange before applying the discriminant in line-curve problems | If the equation is not in the form ax2 + bx + c = 0, the coefficients identified are incorrect | Always collect all terms to one side and set the equation equal to zero before reading off a, b, and c |
| Using "and" instead of "or" in disjoint inequality solutions | "x < -2 and x > 4" is a logical impossibility; no value satisfies both conditions simultaneously | Sketch the parabola and describe the regions verbally before writing the algebraic answer |
| Forgetting to consider the sign of a when sketching | The shape of the parabola (U or inverted U) determines which regions are positive and which are negative | Note the sign of the leading coefficient before drawing; positive means U-shape, negative means inverted |
Self-check questions
The following questions test the key skills covered above. Work through each one fully before checking the guidance provided.
- Express 3x2 + 18x + 31 in the form a(x + p)2 + q. State the coordinates of the vertex and whether it is a maximum or minimum. [Guidance: factor 3 from the first two terms, complete the square inside the bracket, expand to verify.]
- The equation kx2 + 8x + k = 0 has no real roots. Find the range of values of k. [Guidance: set the discriminant less than zero. Remember that k must also be non-zero for the equation to be quadratic. Consider whether k can be negative.]
- Find the coordinates of the points where the line y = 3x - 1 meets the curve y = x2 + x - 5. [Guidance: substitute, rearrange, solve the resulting quadratic, then find the corresponding y-values from the linear equation.]
- Solve 2x2 + 3x - 9 >= 0. [Guidance: factorise to find critical values, sketch, identify where the curve is on or above the x-axis. Pay attention to the >= symbol, which means the critical values themselves are included.]
Quadratic functions reward methodical precision. The procedures themselves are not conceptually demanding, but each involves several sequential steps where a single arithmetic or sign error propagates through the remainder of the solution. Candidates who adopt the discipline of writing each step on its own line, verifying by expansion where the method permits, and sketching before writing inequality solutions will find that this topic yields reliable marks across both papers of the IGCSE Additional Mathematics examination.
A structured treatment of quadratic functions for Cambridge IGCSE Additional Mathematics (0606), covering completing the square, the discriminant, line-curve intersection conditions, quadratic inequalities, and solving techniques, with worked examples drawn from typical exam contexts and guidance on common errors that cost candidates marks.
Comment(s)