Completing the Square (a=1)

\( x^2+bx+c=\left(x+\tfrac{b}{2}\right)^2-\left(\tfrac{b^2}{4}-c\right) \)
Algebra GCSE

\( Complete the square: x^2+11x+30. \)

Tips: use ^ for powers, sqrt() for roots, and type pi for π.
Hint (H)
\( Half of 11 is 5.5, square=30.25. \)

Explanation

Show / hide — toggle with X

Statement

Completing the square is a method for rewriting a quadratic expression in a form that reveals its minimum/maximum value and turning points. For a quadratic with leading coefficient 1, the identity is:

\[ x^2 + bx + c = \left(x + \frac{b}{2}\right)^2 - \left(\frac{b^2}{4} - c\right) \]

This expresses the quadratic as a perfect square plus or minus a constant, making it easier to solve, graph, or analyse.

Why it’s true

  • A perfect square trinomial has the form \((x+p)^2 = x^2 + 2px + p^2\).
  • Given \(x^2 + bx\), we can match \(b = 2p\), so \(p = b/2\).
  • Adding and subtracting \((b/2)^2\) completes the square: \(x^2+bx = (x+b/2)^2 - (b/2)^2\).
  • Then we add the constant \(c\), giving the full identity.

Recipe (how to use it)

  1. Take the coefficient of \(x\) (which is \(b\)).
  2. Halve it (\(b/2\)) and square it (\((b/2)^2\)).
  3. Add and subtract this value inside the expression.
  4. Write the first three terms as a square, simplify the rest.

Spotting it

Whenever you are asked to solve a quadratic by completing the square, find the vertex of a parabola, or rewrite in the form \((x+p)^2+q\), this technique applies.

Common pairings

  • Solving quadratic equations (leading to the quadratic formula).
  • Finding maximum/minimum values in optimisation problems.
  • Sketching quadratic graphs by locating the vertex.

Mini examples

  1. \(x^2+6x+5=(x+3)^2-9+5=(x+3)^2-4\).
  2. \(x^2-4x+7=(x-2)^2-4+7=(x-2)^2+3\).

Pitfalls

  • Forgetting to subtract the square: Always balance the equation by subtracting what you added.
  • Sign errors: Be careful with negative \(b\); halving and squaring always makes the last term positive.
  • Wrong halving: Remember it’s half of \(b\), not half of \(c\).

Exam strategy

  • Write down the process step by step to avoid mistakes.
  • Check your final answer by expanding back to the original quadratic.
  • Estimate: the constant term in the completed form should be close in size to the original \(c\).

Summary

Completing the square is a method to rewrite a quadratic \(x^2+bx+c\) into the form \((x+p)^2+q\), revealing the vertex of the parabola and allowing solutions to be found more easily. It is central to graph sketching and solving equations when factorisation is not straightforward.

Worked examples

Show / hide (10) — toggle with E
  1. \( Rewrite x^2+6x+5 by completing the square. \)
    1. Half of 6 is 3
    2. Add and subtract 9
    3. \( x^2+6x+5=(x+3)^2-9+5=(x+3)^2-4 \)
    Answer: \( (x+3)^2-4 \)
  2. \( Complete the square: x^2+8x+12. \)
    1. Half of 8 is 4
    2. Add and subtract 16
    3. \( x^2+8x+12=(x+4)^2-16+12=(x+4)^2-4 \)
    Answer: \( (x+4)^2-4 \)
  3. \( Rewrite x^2-10x+21 in completed square form. \)
    1. Half of -10 is -5
    2. Add and subtract 25
    3. \( x^2-10x+21=(x-5)^2-25+21=(x-5)^2-4 \)
    Answer: \( (x-5)^2-4 \)
  4. \( Write x^2+2x+3 as (x+p)^2+q. \)
    1. Half of 2 is 1
    2. Add and subtract 1
    3. \( x^2+2x+3=(x+1)^2-1+3=(x+1)^2+2 \)
    Answer: \( (x+1)^2+2 \)
  5. \( Complete the square for x^2-4x+7. \)
    1. Half of -4 is -2
    2. Add and subtract 4
    3. \( x^2-4x+7=(x-2)^2-4+7=(x-2)^2+3 \)
    Answer: \( (x-2)^2+3 \)
  6. \( Rewrite x^2+12x+35 using completing the square. \)
    1. Half of 12 is 6
    2. Add and subtract 36
    3. \( x^2+12x+35=(x+6)^2-36+35=(x+6)^2-1 \)
    Answer: \( (x+6)^2-1 \)
  7. \( Complete the square: x^2+7x+10. \)
    1. Half of 7 is 3.5
    2. Square is 12.25
    3. \( x^2+7x+10=(x+3.5)^2-12.25+10=(x+3.5)^2-2.25 \)
    Answer: \( (x+3.5)^2-2.25 \)
  8. \( Express x^2-6x+11 in completed square form. \)
    1. Half of -6 is -3
    2. Square is 9
    3. \( x^2-6x+11=(x-3)^2-9+11=(x-3)^2+2 \)
    Answer: \( (x-3)^2+2 \)
  9. \( Complete the square for x^2+9x+14. \)
    1. Half of 9 is 4.5
    2. Square is 20.25
    3. \( x^2+9x+14=(x+4.5)^2-20.25+14=(x+4.5)^2-6.25 \)
    Answer: \( (x+4.5)^2-6.25 \)
  10. \( Rewrite x^2-3x+2 in the form (x+p)^2+q. \)
    1. Half of -3 is -1.5
    2. Square is 2.25
    3. \( x^2-3x+2=(x-1.5)^2-2.25+2=(x-1.5)^2-0.25 \)
    Answer: \( (x-1.5)^2-0.25 \)