The domain of the function is the entire real line. There is no interval where the function displays unexpected behavior.

[CODE]:
```python
def f(x):
    return -3020.8 + 24.9 * (x**2)
```
This code provides an approximation of the function's behavior based on the observed quadratic pattern.