Completing the square
Completing the square is a method used to rewrite a quadratic expression, from
the form
Completing the square when (a=1)
When we have a nice, simple quadratic, in the form
This makes a lot more sense with an example.
Example: Complete the square for x^2 + 6x + 5
- Find what
b andc are:b = 6 c = 5
- Calculate
\frac{b}{2} :\frac{b}{2} = \frac{6}{2} = 3
- If we take
(x + 3)^2 and expand it, we get:(x + 3)^2 = x^2 + 6x + 9 - This is what we want, we just have an extra
+9 , so take that away from the expression:x^2 + 6x + 5 = (x + 3)^2 - 9 + 5 = (x + 3)^2 - 4
Answer:
Completing the square when a \ne 1
When the coefficient of
We have an equation equal to zero, which means we can divide by any number on the left side without worrying about changing the equation (as zero divided by any number is still zero).
Our first step is to get rid of the
We can now simply use the method above to complete the square - as we don’t need
to worry about the
Example: Complete the square for 2x^2 + 8x + 6
- First, divide the whole equation by
2 to get rid of the2 coefficient:x^2 + 4x + 3
- Now, we can complete the square using the method above:
b = 4 c = 3 \frac{b}{2} = \frac{4}{2} = 2 (x + 2)^2 = x^2 + 4x + 4 - So, we need to subtract
4 from the expression:x^2 + 4x + 3 = (x + 2)^2 - 4 + 3 = (x + 2)^2 - 1
- Finally, we need to remember that we divided the whole equation by
2 at the start, so we need to multiply the whole completed square expression by2 to get back to the original equation:2x^2 + 8x + 6 = 2((x + 2)^2 - 1) = 2(x + 2)^2 - 2
Answer:
Finding the turning point from the completed square form
The turning point of
Notice that we completely ignore the
a coefficient when finding the turning point. It’s not important here!
The number in the brackets tells us the
We negate the number inside the brackets to find our
flashcards
| Question | Answer |
|---|---|
| What is completing the square? | Completing the square is a method used to rewrite a quadratic expression from the form |
| What is the turning point of a quadratic graph also known as? | The vertex. |
| What is the formula for completing the square when | |
| Complete the square for | |
| What is the first step to complete the square when | Divide the whole equation by |
| Complete the square for | |
| How do you find the turning point from the form | The turning point is |
| What coordinate of the turning point does the number inside the bracket represent? | The |
| What coordinate of the turning point does the number outside the bracket represent? | The |