We have this function: $f(x)=\frac{2x+3}{x+2}$ and we need to find this: $$\lim _{x\to \infty \:}\frac{\int _x^{2x}f(t)\,dt}{x}$$
Now I will tell how I solved this: I suppose that $$\int _x^{2x} f(t) \, dt=\left.\vphantom{\frac11} F(x)\right|^{2x}_{x}=F(2x)-F(x)$$ and after apply L'Hospital in our limit and we obtain: $$\lim _{x\to \infty } (f(2x)-f(x))=0$$ The problem is that in my book they say this limit is equal with $2$. Where am I wrong?
For any $c \in (x,2x)$ we have
$$\int_{x}^{2x} f(t) dt= \int_{x}^{c} f(t) dt +\int_{c}^{2x} f(t) dt= \int_{c}^{2x} f(t) - \int_{c}^{x} f(t) dt $$
Then using L'hospital, the Fundamental Theorem of Calculus and the Chain Rule we have
$$\lim_{x\to \infty} \frac{\color{red}2f(2x) - f(x)}{1} = \lim_{x\to \infty} 2\bigg(\frac{4x + 3}{2x +2}\Bigg) - \frac{2x + 3}{x+2}$$
And you take it from here.