To find the vertex of the parabola given by the equation \( y = -x^2 - 2x \), we can rewrite the equation in vertex form by completing the square.
-
Start with the equation: \[ y = -x^2 - 2x \]
-
Factor out the coefficient of \( x^2 \) from the \( x \) terms: \[ y = -(x^2 + 2x) \]
-
Complete the square:
- Take half of the coefficient of \( x \) (which is 2), square it, and add it inside the parentheses. Half of 2 is 1, and squaring it gives us 1. \[ y = -(x^2 + 2x + 1 - 1) = -((x + 1)^2 - 1) \] \[ y = - (x + 1)^2 + 1 \]
-
Now, we can write it as: \[ y = - (x + 1)^2 + 1 \] This shows that the vertex of the parabola is at the point \( (-1, 1) \).
Thus, the vertex of the parabola is at the point \( (-1, 1) \).
The correct response is: \[ \text{(-1, 1)} \]