How can I factorise a quadratic equation?

A quadratic equation is an equation of the form y = ax2 + bx + c where a, b and c are constants (for example 5, -2 or 0). To "solve" a quadratic equation we are finding the values of x that satisfy this equation For example the equation 9 = xhas 2 solutions, x = 3 and x = -3 (as when you replace x with these values, the equation is true, as 9 = 9). A quadratic equation can either have 0, 1 or 2 solutions.

There are many ways of finding what values satisfy these equations, here is one that always works.

The quadratic formula: First rearrange your equation so that it is in the form 0 = ax2 + bx + now take the general quadratic formula which is given by x = (-b +- sqrt(b- 4ac)) / 2a +- in this case means one solution is given by adding, and one by subtracting (so you have to do it twice). Simply substituting our coefficients into this formula will give us our solutions.

For example let's take the equation 7 = x2 - 2x + 8

1) Rearrange to the appropriate format by moving the 7 onto the other side to give: x-2x + 1 = 0

2) Work out our coefficients, a = 1 b = -2 c = 1

3) Substitute these into our equation to give:

x = -((-2) +- sqrt ( (-2)^2 - 411)) / 2

 This simplifies to give

x = (2 +- sqrt (4 - 4)) / 2

which simplfies again to 1 +- 0, this means we have only one solution (as 1 + 0 and 1 - 0 both = 1), so our solution to this is x = 1.

TR

Related Maths GCSE answers

All answers ▸

Three whole numbers are each rounded to the nearest 10. The sum of the rounded numbers is 70. Work out the maximum possible sum for the original three numbers.


A semicircle has a diameter of 8cm, what it the area?


Lottie has a bag of applies. She gives half of them to Fred. Fred eats two and then has four left. How many apples did Lottie have at the start?


The graph of y = x^2 – 1 is translated 3 units to the left to give graph A.The equation of graphA can be written in the form y=x^2 +bx+c Work out the values of b and c.