How can the equation y = 3x^2 + 22x + 52 be rewritten in vertex form?

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:

  1. First, factor out the coefficient of from the first two terms:
  2. y = 3(x² + (22/3)x) + 52
  3. 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.
  4. Half of (22/3) is (11/3), and squaring it gives (121/9).
  5. Add and subtract (121/9):
  6. y = 3(x² + (22/3)x + (121/9) - (121/9)) + 52
  7. Now, simplify the equation:
  8. y = 3((x + (11/3))² - (121/9)) + 52
  9. Distribute the 3:
  10. y = 3(x + (11/3))² - 3 * (121/9) + 52
  11. Calculate -3 * (121/9):
  12. -3 * (121/9) = -363/9 = -40.33 (approximately)
  13. Now, combine it with 52:
  14. 52 = 468/9.
    So, -40.33 + 52 = 468/9 - 363/9 = 105/9.
  15. Finally, putting all this together, we have:
  16. 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).

Leave a Comment