What I did to prove that $\lim_{x \to \infty}\int_{x}^{x+1}\frac{{t^2}+1}{{t^2}+{20t}+8}dt=1$ is:
Because in the integrals ${x \to \infty}$, then the constant & ${constant*t}$ will not impact the ${t^2}$ so we can eliminate them and we get $\lim_{x \to \infty}\int_{x}^{x+1}\frac{t^2}{t^2}dt=\lim_{x \to \infty}\int_{x}^{x+1}1dt= \lim_{x \to \infty}t|_{x}^{x+1}=lim_{x \to \infty}x+1 -x = lim_{x \to \infty}1 = 1$ Does my solution correct?
Hint:
Use the first mean formula: That is, if $f(x)$ is continuous on $[a,b]$ then there exists $c\in[a,b]$ such that $$\int_a^bf(t)dt=(b-a)f(c).$$
Therefore, $$\int_x^{x+1}f(t)dt=f(c)=\frac{c^2+1}{c^2+20c+8},$$ where $$x\le c\le x+1.$$
When $x\to+\infty$, $c$ goes to $+\infty.$