To determine the domain and range of the quadratic function \( f(x) = x^2 + 2x - 15 \), we can analyze the function.
-
Domain:
- The domain of any quadratic function is all real numbers. Thus, the domain is \( \mathbb{R} \) or "the real numbers".
-
Range:
- To find the range, we need to identify the vertex of the parabola, which gives the minimum (or maximum) value of the function depending on whether the parabola opens upwards or downwards.
- The formula for the vertex \( x \) coordinate of the quadratic \( ax^2 + bx + c \) is given by \( x = -\frac{b}{2a} \). Here, \( a = 1 \) and \( b = 2 \).
- Plugging in these values: \[ x = -\frac{2}{2(1)} = -1 \]
- Now, we find \( f(-1) \): \[ f(-1) = (-1)^2 + 2(-1) - 15 = 1 - 2 - 15 = -16 \]
- Since the coefficient of \( x^2 \) is positive, the parabola opens upwards. Therefore, the minimum value of the function is \( -16 \), and it can take on all values greater than or equal to this point.
- Thus, the range is \( y \ge -16 \).
Putting this all together, the correct response is:
Domain: the real numbers; Range: \( y \ge -16 \).