Study Guide

Completing the Square, Max/Min and Range

CIE IGCSE Additional MathematicsΒ· 12 min read

1. Completing the Square for $ax^2 + bx + c$β˜…β˜…β˜†β˜†β˜†β± 3 min

πŸ“˜ Definition

Completing the Square

Algebraic technique to rearrange a quadratic function into vertex form by constructing a perfect square trinomial from the quadratic and linear terms.

Example:

For , we rewrite the quadratic and linear terms as , then complete the square inside the bracket: .

πŸ“ Worked Example

Rewrite in the form .

  1. 1

    Factor out the coefficient of from the first two terms:

    3(x2βˆ’4x)+73(x^2 -4x) +7
  2. 2

    Complete the square for the expression inside the bracket: half of -4 is -2, square is 4, so add and subtract 4:

    3[(xβˆ’2)2βˆ’4]+73[(x-2)^2 -4] +7
  3. 3

    Expand the bracket and simplify the constant terms:

    3(xβˆ’2)2βˆ’12+7=3(xβˆ’2)2βˆ’53(x-2)^2 -12 +7 = 3(x-2)^2 -5
  4. 4

    Final form is . Comparing with , we read and , so the vertex is .

πŸ“ Worked Example

Express in the form , giving , and as exact (rational) values.

  1. 1

    Factor from the first two terms (the constant stays outside):

    2(x2+52x)+32\left(x^2 + \frac{5}{2}x\right) + 3
  2. 2

    Half of is ; squaring gives . Add and subtract it inside the bracket:

    2[(x+54)2βˆ’2516]+32\left[\left(x + \frac{5}{4}\right)^2 - \frac{25}{16}\right] + 3
  3. 3

    Multiply the outer through the (giving ) and combine with :

    2(x+54)2βˆ’258+3=2(x+54)2βˆ’182\left(x + \frac{5}{4}\right)^2 - \frac{25}{8} + 3 = 2\left(x + \frac{5}{4}\right)^2 - \frac{1}{8}
  4. 4

    So , , , and the vertex is . Fractional constants are normal in these questions β€” leave them as exact fractions, never round to decimals.

Exam tip:

Always check your answer by expanding the vertex form back to standard form to confirm it matches the original quadratic, especially in non-calculator papers.

2. Finding Maximum/Minimum Values from Vertex Formβ˜…β˜…β˜†β˜†β˜†β± 2 min

πŸ“˜ Definition

Vertex of a Quadratic

The turning point of the parabola: if , it is the minimum point; if , it is the maximum point. Its coordinates are when the function is written as .

The value of is the minimum or maximum output value of the function. For the parabola opens upwards, so is the minimum value; for it opens downwards, so is the maximum value. (Later, in Unit 14, you will meet differentiation, which gives another way to locate the vertex β€” but for this unit, completing the square is all you need.)

πŸ“ Worked Example

Find the maximum value of the function .

  1. 1

    Complete the square. Factor out from the first two terms:

    f(x)=βˆ’2(x2βˆ’4x)βˆ’3f(x) = -2(x^2 - 4x) - 3
  2. 2

    Complete the square inside the bracket:

    f(x)=βˆ’2[(xβˆ’2)2βˆ’4]βˆ’3=βˆ’2(xβˆ’2)2+8βˆ’3=βˆ’2(xβˆ’2)2+5f(x) = -2\left[(x-2)^2 - 4\right] - 3 = -2(x-2)^2 + 8 - 3 = -2(x-2)^2 + 5
  3. 3

    Since , the parabola opens downwards, so the maximum value is , at .

  4. 4

    Optional check (differentiation, which you meet in Unit 14): gives , and β€” the same maximum.

3. Stating the Range of a Quadratic Functionβ˜…β˜…β˜…β˜†β˜†β± 3 min

The range of a quadratic function depends on its orientation (sign of ) and its vertex ( value). For all real values of , the range is either (if ) or (if ). If a restricted domain is given, you must also check the output values at the endpoints of the domain to find the full range.

πŸ“ Worked Example

Find the range of the function for the domain .

  1. 1

    First rewrite in vertex form by completing the square:

    f(x)=(x2βˆ’6x)+4=(xβˆ’3)2βˆ’9+4=(xβˆ’3)2βˆ’5f(x) = (x^2 -6x) +4 = (x-3)^2 -9 +4 = (x-3)^2 -5
  2. 2

    , so vertex at is the minimum point, and is within the given domain.

  3. 3

    Calculate at the endpoints of the domain: and :

    f(0)=0βˆ’0+4=4,f(5)=25βˆ’30+4=βˆ’1f(0) = 0 -0 +4 =4, f(5)=25 -30 +4 = -1
  4. 4

    The maximum output in this domain is 4 at , minimum is -5 at . So the range is .

Exam tip:

Always confirm if the domain is all real x or restricted, as this changes the range entirely. Highlight domain restrictions in the question to avoid missing this.

4. Using Vertex Form for Graph Sketchingβ˜…β˜…β˜†β˜†β˜†β± 2 min

For CIE 0606 exam questions asking you to sketch a quadratic graph, you only need to mark three key features: the vertex (turning point), the y-intercept, and any x-intercepts (roots). You do not need advanced curve sketching techniques beyond these points.

πŸ“ Worked Example

Sketch the graph of , marking all key points.

  1. 1

    Rewrite in vertex form:

    y=2(x2+2x)βˆ’1=2(x+1)2βˆ’2βˆ’1=2(x+1)2βˆ’3y = 2(x^2 +2x) -1 = 2(x+1)^2 -2 -1 = 2(x+1)^2 -3
  2. 2

    Vertex is at , so it opens upwards.

  3. 3

    Y-intercept is at : , so mark .

  4. 4

    X-intercepts when : solve , mark these points on the x-axis.

  5. 5

    Draw a smooth upward opening parabola passing through all marked points.

5. Common Pitfalls

Wrong move:

Forgetting to multiply the subtracted constant by the factored coefficient when completing the square.

Why:

When you factor out of the first two terms, any adjustments inside the bracket are scaled by , leading to incorrect value if you skip this step.

Correct move:

After completing the square inside the factored bracket, expand the outer coefficient to both the perfect square and the subtracted constant before combining terms.

Wrong move:

Forgetting the sign flip when reading the vertex from .

Why:

In the vertex is , so its -coordinate is , not . Reading as vertex instead of loses the mark.

Correct move:

After writing the completed-square form, negate the number inside the bracket to get the vertex -coordinate: vertex ; vertex .

Wrong move:

Stating as the maximum value when , or minimum when .

Why:

The orientation of the parabola determines if the vertex is a maximum or minimum, which is controlled by the sign of .

Correct move:

Always check the sign of first: = upward opening = minimum at vertex; = downward opening = maximum at vertex.

Wrong move:

Ignoring restricted domain when calculating range, using only the vertex value.

Why:

If the vertex is outside the given domain, the maximum/minimum will be at the endpoints of the domain.

Correct move:

For restricted domains, calculate the function value at the vertex (if it lies inside the domain) and at both endpoints, then take the smallest and largest values for the range bounds.

Wrong move:

Writing range in terms of instead of or .

Why:

Range refers to output values, not input values, so using leads to incorrect notation.

Correct move:

Always write range using the output variable: e.g. or , not .

6. Quick Reference Cheatsheet

Task

Method

Result

Rewrite to vertex form

  1. Factor from first two terms 2. Complete square inside bracket 3. Expand and simplify

Find vertex coordinates

Read straight from the completed-square form; differentiation (, Unit 14) is an optional check

Find max/min value

Check sign of : β†’ is min, β†’ is max

Range for all real

: ; :

Inequality or interval notation

Range for restricted domain

Calculate at vertex (if inside domain) and endpoints, take min/max

Bounded inequality

7. Frequently Asked

Do I have to use completing the square, or can I differentiate?

For Unit 2, completing the square is the expected method β€” it uses only the algebra covered here. Differentiation is introduced later in Unit 14; once you know it, it gives a quick way to check the vertex, but any Unit 2 question can be answered by completing the square.

What range notation is accepted in the exam?

Both inequality notation (e.g. ) and interval notation (e.g. ) are marked correct, as long as they match the function's behavior.

Going deeper

What's Next

Now that you have mastered completing the square, max/min values and range, you can apply these skills to solve quadratic inequality problems, which are frequently tested alongside this topic in CIE IGCSE Additional Mathematics 0606 papers. You can also use your knowledge of vertex form to simplify solving quadratic equations and analyzing quadratic word problems, such as optimization questions involving projectile motion or area maximization. Ensure you practice both calculator and non-calculator questions, as this topic appears on both Paper 1 and Paper 2 of the exam.