To rewrite the quadratic equation y = 3x² + 22x + 52 in vertex form, we need to complete the square. The vertex form of a quadratic equation is expressed as y = a(x – h)² + k, where (h, k) is the vertex of the parabola.
Here’s a step-by-step process on how to complete the square for the given equation:
- First, factor out the coefficient of x² from the first two terms:
- Next, to complete the square, take half of the coefficient of x (which is 22/3), square it, and add and subtract this value inside the parentheses.
- Add and subtract (121/9):
- Now, simplify the equation:
- Distribute the 3:
- Calculate -3 * (121/9):
- Now, combine it with 52:
- Finally, putting all this together, we have:
y = 3(x² + (22/3)x) + 52
Half of (22/3) is (11/3), and squaring it gives (121/9).
y = 3(x² + (22/3)x + (121/9) - (121/9)) + 52
y = 3((x + (11/3))² - (121/9)) + 52
y = 3(x + (11/3))² - 3 * (121/9) + 52
-3 * (121/9) = -363/9 = -40.33 (approximately)
52 = 468/9.
So, -40.33 + 52 = 468/9 - 363/9 = 105/9.
y = 3(x + (11/3))² + (105/9).
Thus, the equation rewritten in vertex form is:
y = 3(x + (11/3))² + (105/9).
This form clearly shows the vertex of the parabola, which is located at the point (-11/3, 105/9).