To rewrite the quadratic function \( y = -7x^2 - 70x - 172 \) in vertex form by completing the square, follow these steps:
-
Factor out the coefficient of \( x^2 \) from the \( x^2 \) and \( x \) terms:
\[ y = -7(x^2 + 10x) - 172 \]
-
Complete the square inside the parentheses:
-
Take the coefficient of \( x \) (which is 10), divide it by 2, and square it: \[ \left(\frac{10}{2}\right)^2 = 5^2 = 25 \]
-
Now add and subtract this square inside the parentheses: \[ y = -7(x^2 + 10x + 25 - 25) - 172 \]
-
This simplifies to: \[ y = -7((x + 5)^2 - 25) - 172 \]
-
-
Distribute the \(-7\) and simplify: \[ y = -7(x + 5)^2 + 175 - 172 \] \[ y = -7(x + 5)^2 + 3 \]
-
Write the final vertex form: \[ y = -7(x + 5)^2 + 3 \]
So, the vertex form of the quadratic function is \( y = -7(x + 5)^2 + 3 \).