You've seen them – those graceful U-shaped curves that pop up when you graph a quadratic equation. They're called parabolas, and they have a special point, the vertex, which is either the very highest or the very lowest point on the curve. Sometimes, just looking at the graph isn't enough to pinpoint this exact spot, especially when the coordinates involve tricky fractions. That's where a neat algebraic trick called 'completing the square' comes in handy.
Why bother with this technique? Well, the standard form of a quadratic equation, like y = ax² + bx + c, doesn't immediately tell you where the vertex is. But there's another way to write it, called the vertex form: y = a(x - h)² + k. See that (h, k)? That's your vertex! Completing the square is essentially our way of transforming the standard form into this more revealing vertex form. It's like deciphering a code to get to the heart of the parabola.
Now, you might be thinking, 'Can't my trusty graphing calculator just tell me?' And yes, it can get you close. But calculators often show repeating decimals as long strings of numbers, which isn't ideal when you need an exact answer, like 1/7. Plus, instructors sometimes like to test your understanding without calculator aids, so knowing how to do this by hand is a real asset.
The 'a' in both forms is the same. It's the leading coefficient, and it tells you which way the parabola opens. If 'a' is positive, it's a happy, smiley face opening upwards. If 'a' is negative, it's a frowny face, opening downwards. This is actually quite intuitive when you think about it. In the vertex form y = a(x - h)² + k, the (x - h)² part is always zero or positive because anything squared is non-negative. If 'a' is positive, you're always adding a non-negative value to k. The smallest y can be is when (x - h)² is zero, which happens when x = h. At that point, y is just k. So, (h, k) is the minimum point – the vertex! If 'a' is negative, you're subtracting a non-negative value from k, making k the maximum value y can reach, again at x = h.
So, how do we get from y = ax² + bx + c to y = a(x - h)² + k? By completing the square. Let's walk through an example, say y = 3x² + 2x - 1.
First, we want to isolate the x terms. A good first step is to move that constant term (-1) to the other side with the y: y + 1 = 3x² + 2x.
Next, we need to get the x² term by itself, or rather, factor out the coefficient of x² from the x terms. In this case, it's 3. So, we pull the 3 out: y + 1 = 3(x² + (2/3)x).
Now comes the 'completing the square' magic. We're going to create some space on both sides to add a specific number that will turn the expression inside the parentheses into a perfect square trinomial. We'll also need to account for the 3 we factored out. So, we add 3() to the left side and 3(...) to the right side, inside the parentheses: y + 1 + 3() = 3(x² + (2/3)x + ...).
The number we need to add inside the parentheses is found by taking half of the coefficient of the x term (which is 2/3), and then squaring it. Half of 2/3 is 1/3. Squaring 1/3 gives us 1/9. So, we add 1/9 inside the parentheses on the right. Because we added 3 * (1/9) to the right side, we must add the same amount to the left side to keep the equation balanced. That means we add 1/9 to the left side, outside the parentheses, but we also need to remember that 3 is multiplying that 1/9. So, we add 3 * (1/9) to the left side. The equation now looks like: y + 1 + 3(1/9) = 3(x² + (2/3)x + 1/9).
Simplifying the left side: y + 1 + 1/3 = 3(x² + (2/3)x + 1/9), which becomes y + 4/3 = 3(x² + (2/3)x + 1/9).
Now, the expression inside the parentheses is a perfect square! It can be rewritten as (x + 1/3)². So, we have: y + 4/3 = 3(x + 1/3)².
Finally, we want to get y by itself to match the vertex form y = a(x - h)² + k. Subtract 4/3 from both sides: y = 3(x + 1/3)² - 4/3.
And there it is! In vertex form, y = 3(x - (-1/3))² + (-4/3). Comparing this to y = a(x - h)² + k, we can see that a = 3, h = -1/3, and k = -4/3. Therefore, the vertex of the parabola y = 3x² + 2x - 1 is at the point (-1/3, -4/3).
It might seem like a lot of steps, but with a little practice, completing the square becomes a powerful tool for understanding the precise location of a parabola's vertex, no matter how messy the initial equation looks.
