I am asked to show that
$$8.9<\int_3^5 \sqrt{4+x^2} \, \mathrm d x < 9$$
I tried computing the integral but I end up with
$$\frac 5 2 \sqrt{29} - \frac 3 2 \sqrt{13} + 2 \log{\left(\frac {5 + \sqrt{29}} {3+\sqrt{13}}\right)}$$
which isn't really easy to approximate. I was thinking there might be a clever way of bounding the integrand with two functions that are easy enough to integrate. I was thinking Taylor series but I'm not sure how I can ensure that gives me an actual bound as opposed to a mere approximation.
Let $f(x)=\sqrt{4+x^2}$. Then $f$ is convex in $[3,5]$ and so the integral $I$ is less than area of the trapezoid above the graph: $$ I < \frac{f(3)+f(5)}{2}\cdot (5-3) = f(3)+f(5) = \sqrt{13}+\sqrt{29} \approx 8.99 < 9 $$