What is completing the square and how do I do it?

Completing the square is a method of solving quadratic equations that can't be factorised. The end goal is to express the quadratic in the form:(x + a)2 = -bWhich allows us to root both sides and find our solutions for x.Let's do an example. We'll complete the square for the quadratic:x2 + 8x + 4 = 0First, we group the x terms together in a bracket to make the process a little easier to visualise:(x2 + 8x) + 4 = 0We're then going to rewrite (x2 + 8x) as (x + 4)2 - 42. We've done this by moving the square to the outside of the bracket, removing the x from the second term, halving the second term's coefficient, and squaring this number and then taking it away from the outside of the bracket. We can see that these are equal expressions by expanding them out:x2 + 8x = (x + 4)(x + 4) - 42 = x2 + 8x + 16 -16x2 + 8x = x2 + 8xPutting this back into the equation we started with, we get:(x + 4)2 + 4 - 16 = 0(x + 4)2 - 12 = 0(x + 4)2 = 12In order to find our solutions for x, we now root both sides, remembering that the root of a positive number gives us two answers: one negative and one positive:x + 4 = ±√(12)So, x = -4 ±√(12)

HJ

Related Maths GCSE answers

All answers ▸

How can you solve an equation with unknowns in the denominators?


The functions f and g are defined on R , the set of real numbers by f(x) = x^2 - 5x +2, and g(x) = 1 - x. Find h(x) = f(g(x)), and j(x) = g(f(x)).


Sketch the curve y = x^2 - 6x + 5, identifying roots and minima/maxima.


The line l is a tangent to the circle x^2 + y^2 = 40 at the point A. A is the point (2, 6). The line l crosses the x-axis at the point P. Work out the area of triangle OAP.