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

  1. Factor the coefficient of x2 from the first two terms: a[x2 + (b/a)x] + c
  2. Inside the bracket, take half the coefficient of x and square it: (b/2a)2
  3. Add and subtract this value inside the bracket: a[x2 + (b/a)x + (b/2a)2 - (b/2a)2] + c
  4. 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.

Worked Example 1: Express 2x2 - 12x + 23 in the form a(x - h)2 + k. Step 1: Factor 2 from the first two terms: 2[x2 - 6x] + 23 Step 2: Half of -6 is -3; (-3)2 = 9 Step 3: 2[x2 - 6x + 9 - 9] + 23 Step 4: 2[(x - 3)2 - 9] + 23 = 2(x - 3)2 - 18 + 23 = 2(x - 3)2 + 5 The vertex is (3, 5). Since a = 2 > 0, this is a minimum point. The range of f(x) is f(x) >= 5.

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 valueNature of rootsGraphical interpretation
b2 - 4ac > 0Two distinct real rootsThe parabola crosses the x-axis at two points
b2 - 4ac = 0Two equal (repeated) real rootsThe parabola touches the x-axis at exactly one point
b2 - 4ac < 0No real rootsThe 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.

Worked Example 2: Find the values of k for which x2 + kx + 9 = 0 has two equal roots. For equal roots: b2 - 4ac = 0 Here a = 1, b = k, c = 9 k2 - 4(1)(9) = 0 k2 - 36 = 0 k2 = 36 k = 6 or k = -6

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
Worked Example 3: Determine the value(s) of m for which the line y = mx + 1 is tangent to the curve y = x2 + 2x + 3. Substitute the line into the curve: mx + 1 = x2 + 2x + 3 x2 + 2x - mx + 3 - 1 = 0 x2 + (2 - m)x + 2 = 0 For tangency, set the discriminant to zero: (2 - m)2 - 4(1)(2) = 0 4 - 4m + m2 - 8 = 0 m2 - 4m - 4 = 0 Using the quadratic formula: m = [4 +/- sqrt(16 + 16)] / 2 = [4 +/- sqrt(32)] / 2 = [4 +/- 4sqrt(2)] / 2 = 2 +/- 2sqrt(2) The line is tangent to the curve when m = 2 + 2sqrt(2) or m = 2 - 2sqrt(2).

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.

MethodBest used whenLimitation
FactorisationThe quadratic has integer roots that are easy to identifyNot all quadratics factorise over the integers
Completing the squareThe question asks for exact form, or the vertex is also requiredMore steps, higher risk of arithmetic error
Quadratic formulaThe quadratic does not factorise neatly, or speed is neededProduces 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.

Worked Example 4: Solve 3x2 - 5x - 1 = 0, giving answers to 2 decimal places. Using the quadratic formula with a = 3, b = -5, c = -1: x = [5 +/- sqrt(25 + 12)] / 6 x = [5 +/- sqrt(37)] / 6 x = [5 + 6.083] / 6 or x = [5 - 6.083] / 6 x = 11.083 / 6 or x = -1.083 / 6 x = 1.85 or x = -0.18 (to 2 d.p.)

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

  1. Rearrange so that one side is zero: e.g., transform 2x2 - 3x > 5 into 2x2 - 3x - 5 > 0
  2. Solve the equation 2x2 - 3x - 5 = 0 to find the critical values (roots)
  3. Sketch the parabola y = 2x2 - 3x - 5, noting that a > 0 means a U-shaped curve
  4. Read the solution from the sketch: for > 0, identify where the curve is above the x-axis; for < 0, where it is below
Worked Example 5: Solve x2 - 2x - 8 < 0. Step 1: The inequality is already in standard form. Step 2: Solve x2 - 2x - 8 = 0 by factorisation: (x - 4)(x + 2) = 0, so x = 4 or x = -2. Step 3: The coefficient of x2 is positive, so the parabola opens upward (U-shape). It crosses the x-axis at x = -2 and x = 4. Step 4: The curve is below the x-axis (negative) between the roots. Solution: -2 < x < 4

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

ErrorWhy it costs marksCorrection
Sign error when completing the squareThe vertex coordinates are wrong, producing an incorrect range and an inaccurate sketchAfter completing the square, expand your answer to verify it matches the original expression
Using the wrong sign convention in the discriminantCandidates sometimes compute b2 + 4ac instead of b2 - 4ac, which reverses the conclusion about the nature of rootsWrite out D = b2 - 4ac explicitly before substituting values
Failing to rearrange before applying the discriminant in line-curve problemsIf the equation is not in the form ax2 + bx + c = 0, the coefficients identified are incorrectAlways 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 simultaneouslySketch the parabola and describe the regions verbally before writing the algebraic answer
Forgetting to consider the sign of a when sketchingThe shape of the parabola (U or inverted U) determines which regions are positive and which are negativeNote 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.

  1. 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.]
  2. 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.]
  3. 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.]
  4. 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.

Dawunlodi Ẹpp naa lori Google Playstore.

Ihe nile ichoro iji nwee ihe ịga nke ọma na JAMB, WAEC & NECO.

Green Bridge CBT Mobile App
Personalized AI Ẹ̀kọ́ Ọ̀rọ̀ Alábàápàdé.
Egbò ọdúnrún IGCSE, JAMB, WAEC & NECO Ajùmọ̀ṣe ìbéèrè ti kọjá.
Ihe karịrị 1200 Nkọwa Nkuzi
Tallafi Ba Tare da Layin Intanet Ba - Koyi Duk Lokaci, Ko'ina
Jadawalin Gada Kore
Akọkọ akọle iwe & Ibeere agbara
Sọfụma Ọrụ Gi & Ọganihu Gi
Ìtọ́jú Ìtúmọ̀ fún Ẹ̀kọ́ Alábáyọrí.
O di nkenke.

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.