Suppose you need to solve this grim looking quadratic equation (and we're warning you, the answers are not whole numbers!): |
x2 + 5x - 9 = 0 |
First move the constant across. Here we do it by adding 9 to both sides: |
x2 + 5x = 9 |
Now we're going to make a new equation by playing with the Left Hand Side (or LHS). We'll ignore the RHS for a moment. Follow these instructions exactly. |
1/ divide the LHS by x . In this case we get |
x + 5 |
2/ divide the number by 2 (don't divide the "x"). Now we get |
x +2.5 |
3/ put both in a bracket, square it and then multiply it all out |
(x + 2.5)2 = (x +2.5)(x +2.5) = x2 + 2.5x + 2.5x + 6.25 = x2 + 5x + 6.25 |

|
Here comes the coolest part of the whole operation. Because we know that x2 + 5x =9 (look back a few lines , you'll find it written there!) we can swap the x2 +5x on the RHS for 9. |
Now we've got our new equation |
(x +2.5)2 = 9 + 6.25 |
Then a quick little sum gives us... |
(x + 2�5)2 = 15�25 |
We now take the square root of both sides, and the clever bit is that square roots can be + or - |
Here we get: |
x + 2�5 = + sqrt(15.25)
OR x + 2.5 = - sqrt(15.25) |
Grab a calculator to work out the square root... |
x + 2�5 = + 3.905
OR x + 2.5 = - 3.905 |
And then when you take away the 2�5 from both sides you get the two solutions |
x = +3�905 -2.5 = 1�405
OR
x = -3�905 -2.5 = - 6�405 |
And that's it! The two answers to x2 + 5x - 9 = 0 are x = + 1.405 OR x = - 6.405
|