GCSE Maths Higher

GCSE Maths Higher · AQA · Completing the square and turning points

Completing the square: forgetting to subtract the adjustment constant

When students complete the square on x2+8x5x^2+8x-5, the instinct is to write the bracket correctly as (x+4)2(x+4)^2 and then copy the original constant unchanged, giving (x+4)25(x+4)^2-5. That answer is wrong. The bracket (x+4)2(x+4)^2 expands to x2+8x+16x^2+8x+16, which is 16 more than x2+8xx^2+8x. That hidden +16 must be subtracted, so the correct constant is 516=21-5-16=-21 and the answer is (x+4)221(x+4)^2-21.

The rule is: constant in the answer = original constant a2-\,a^2, where aa is half the coefficient of xx. Missing this step is one of the most reliable grade 7 to 9 mark-losers on AQA Higher papers.

Already know this is your gap? Skip the diagnostic and jump straight into the targeted lesson.

How to spot it in your own work

  • You wrote (x+4)25(x+4)^2-5 for x2+8x5x^2+8x-5, keeping the original constant 5-5 instead of subtracting a2=16a^2=16 to get 21-21.
  • You wrote (x+3)2+13(x+3)^2+13 for x2+6x+13x^2+6x+13 instead of (x+3)2+4(x+3)^2+4, failing to subtract a2=9a^2=9 from +13+13.
  • You wrote (x9)2+70(x-9)^2+70 for x218x+70x^2-18x+70 instead of (x9)211(x-9)^2-11, keeping +70+70 when you should subtract a2=81a^2=81.
  • For a leading coefficient other than 1, you forgot to scale the adjustment: writing 2(x3)222(x-3)^2-2 for 2x212x+72x^2-12x+7 instead of 2(x3)2112(x-3)^2-11, because 2×9=182\times9=18 not 99.

An exam question that triggers it

Here is the structure of a typical AQA Higher completing-the-square question:

Write x2+8x5x^2+8x-5 in the form (x+p)2+q(x+p)^2+q.

State the values of pp and qq.

The misconception writes (x+4)25(x+4)^2-5 (keeps the original constant). The fix: (x+4)2(x+4)^2 expands to x2+8x+16x^2+8x+16, so subtract 16 and carry 5-5: 516=21-5-16=-21, giving (x+4)221(x+4)^2-21.

Why students fall for this

The bracket step is the visible, satisfying part of completing the square. Students write (x+4)2(x+4)^2, feel they are done, and copy the original constant unchanged. The hidden arithmetic (x+4)2=x2+8x+16(x+4)^2 = x^2+8x+16 is out of view at the moment the constant is written down.

A second error pattern appears when the original constant is positive. Students complete the square correctly for negative constants (where the magnitude grows from 5-5 to 21-21) but hesitate when the constant should reduce: for x2+6x+13x^2+6x+13, the constant goes from +13+13 to +4+4, which feels counterintuitive. They may write (x+3)24(x+3)^2-4 (wrong subtraction order) or keep +13+13.

For quadratics with a leading coefficient other than 1, both errors compound: students who correctly factor out the coefficient often forget to scale the adjustment by that coefficient when distributing back.

The fix: Always subtract a² from the original constant: constant in answer = original constant − a²

Step 1: find a. Halve the coefficient of xx. For x2+8x5x^2+8x-5, the coefficient of xx is 8, so a=4a = 4.

Step 2: write the bracket. (x+a)2=(x+4)2(x+a)^2 = (x+4)^2.

Step 3: compute the adjustment. a2=16a^2 = 16. The constant in the answer is original constanta2=516=21\text{original constant} - a^2 = -5 - 16 = -21.

Step 4: write the answer. x2+8x5=(x+4)221x^2+8x-5 = (x+4)^2 - 21.

Step 5: verify by expanding. Expand (x+4)221=x2+8x+1621=x2+8x5(x+4)^2 - 21 = x^2+8x+16-21 = x^2+8x-5. If the expansion does not match the original, there is an arithmetic error in step 3.

Worked example

Write x2+8x5x^2+8x-5 in the form (x+p)2+q(x+p)^2+q.

  1. Find a. Half of 8 is 4, so a=4a=4, bracket (x+4)2(x+4)^2.
  2. Compute adjustment. a2=16a^2 = 16. Constant =516=21= -5 - 16 = -21.
  3. Answer.
    x2+8x5=(x+4)221x^2+8x-5 = (x+4)^2 - 21
    Trap: (x+4)25(x+4)^2-5 expands to x2+8x+11x^2+8x+11, wrong.
  4. Verify. (x+4)221=x2+8x+1621=x2+8x5(x+4)^2-21 = x^2+8x+16-21 = x^2+8x-5

Write 2x212x+72x^2-12x+7 in the form 2(x+p)2+q2(x+p)^2+q.

  1. Factor out 2 from the x terms. 2x212x+7=2(x26x)+72x^2-12x+7 = 2(x^2-6x)+7.
  2. Complete the square inside. x26x=(x3)29x^2-6x = (x-3)^2-9 (a=3, a²=9).
  3. Substitute and distribute.
    2((x3)29)+7=2(x3)218+7=2(x3)2112((x-3)^2-9)+7 = 2(x-3)^2 - 18 + 7 = 2(x-3)^2-11
    Trap: forgetting to scale gives 2(x3)29+7=2(x3)222(x-3)^2-9+7 = 2(x-3)^2-2, wrong.
  4. Verify. 2(x3)211=2(x26x+9)11=2x212x+1811=2x212x+72(x-3)^2-11 = 2(x^2-6x+9)-11 = 2x^2-12x+18-11 = 2x^2-12x+7

Show that x2+6x+13x^2+6x+13 is always positive.

  1. Complete the square. x2+6x+13=(x+3)2+4x^2+6x+13 = (x+3)^2+4 (a=3, a²=9, constant = 13−9 = 4).
  2. Prove positivity. (x+3)20(x+3)^2 \geq 0 for all real xx, so
    (x+3)2+44>0(x+3)^2 + 4 \geq 4 > 0
    The minimum value is 4, achieved when x=3x=-3.

Find out if this is costing you marks

The 10-minute diagnostic checks for this pattern (and four others) using AQA-style GCSE Higher items. Free, no signup, anonymous.

Common questions

Why is the answer (x+4)221(x+4)^2-21 and not (x+4)25(x+4)^2-5 for x2+8x5x^2+8x-5?

Because (x+4)2=x2+8x+16(x+4)^2 = x^2+8x+16, which is 16 more than x2+8xx^2+8x. To keep the expression equal to x2+8x5x^2+8x-5 you must subtract that extra 16. The constant becomes 516=21-5-16=-21. Keeping 5-5 unchanged gives (x+4)25=x2+8x+11(x+4)^2-5 = x^2+8x+11, which is a different expression.

How does the rule change when the constant in x2+6x+13x^2+6x+13 is positive?

The rule is the same: subtract a2a^2 from the original constant. Here a=3a=3 and a2=9a^2=9, so the constant becomes 139=413-9=4 and the answer is (x+3)2+4(x+3)^2+4. The positive constant reduces (from 13 to 4) rather than becoming more negative, but the same subtraction rule applies.

How do you complete the square when the coefficient of x2x^2 is not 1?

Factor out the leading coefficient from the x2x^2 and xx terms first. For 2x212x+72x^2-12x+7, write 2(x26x)+72(x^2-6x)+7, then complete the square inside: (x3)29(x-3)^2-9. Distribute the 2 back: 2(x3)218+7=2(x3)2112(x-3)^2-18+7 = 2(x-3)^2-11. The adjustment a2=9a^2=9 must be scaled by the leading coefficient 2 to give 18, not left as 9.

Related misconceptions

← All GCSE Maths Higher misconceptions

Completing the square: forgetting to subtract the adjustment constant | GCSE Maths Higher