I just find this so confusing. So if you evaluate the integral you are given its anti derivative.
So like if you have $f(x)$, $f'(x)$, the integral of $f'(x)$ is $f(x)$.
What does the derivative of an integral give you? For example, if I am at $$\frac{d}{dx}\big(\int_{0}^{x}\frac{t^2}{t^2+t+2} dt\big)$$, what does this give you if $\frac{t^2}{t^2+t+2}$ is $f(x)$?
Okay, let's use my exact function above $y$, for example $$y = \int_{0}^{x}\frac{t^2}{t^2+t+2} dt$$ Find the interval where it is concave down.
How would I do this?
I did: $$y' = \frac{x^2}{x^2+x+2}$$
$$y'' = \frac{x(x+4)}{(x^2+x+2)^2}$$
The two points at zero are $x = 0$ and $x = -4$. I completely forgot how to get concavity, but I'm pretty sure $x = -4$ would give us the concave down. So $$\int_{0}^{-4} \frac{t^2}{t^2+t+2} dt$$, would give me the correct answer, right?