Question: Show that $$\lim_{x\to 0^+}\int_x^{2x}\frac{\sin t}{t^2}dt=\ln 2.$$
Solution: Note that $$\lim_{x\to 0^+}\int_x^{2x}\frac{\sin t}{t^2}dt=\ln 2=\lim_{x\to 0^+}\int_x^{2x}\frac{dt}{t}\\\iff\lim_{x\to 0^+}\int_x^{2x}\frac{\sin t-t}{t^2}dt=0.$$
Thus it is sufficient to prove that $$\lim_{x\to 0^+}\int_x^{2x}\frac{\sin t-t}{t^2}dt=0.$$
Now, expanding $\sin t$ using Maclaurin's formula having remainder in Lagrange's form, we have $$\sin t=t-\frac{\cos\xi}{3!}t^3, \text{ where } \xi=\theta t\text{ and } 0<\theta<1.$$
Now $$\cos \xi\le 1\implies \frac{\cos \xi}{3!}t^3\le \frac{t^3}{3!}(\because t>0)\\\implies t-\frac{\cos \xi}{3!}t^3\ge t-\frac{t^3}{3!}\\\implies \sin t\ge t-\frac{t^3}{3!}.$$
Again since $t>0$, we have $\sin t<t$.
Thus $\forall t\in[x,2x]$ and $\forall x>0,$ we have $$t-\frac{t^3}{3!}\le \sin t\le t\\\implies -\frac{t}{3!}\le \frac{\sin t-t}{t^2}\le 0\\\implies \int_x^{2x} -\frac{t}{3!}dt\le \int_x^{2x}\frac{\sin t-t}{t^2}dt\le 0\\\implies -\frac{x^2}{4}\le \int_x^{2x}\frac{\sin t-t}{t^2}dt\le 0.$$
Now since $\lim_{x\to 0^+} -\frac{x^2}{4}=0$ and $\lim_{x\to 0^+} 0=0$, thus by Sandwich Theorem we can conclude that $$\lim_{x\to 0^+} \int_x^{2x}\frac{\sin t-t}{t^2}dt=0.$$ Hence, we are done.
Is this solution correct and rigorous enough? Are there any alternative solutions?
There is an alternative solution. Integrating by parts with $u=\sin(t)$ and $v=-\frac1t$ we find that
$$\begin{align}\lim_{x\to 0^+}\int_x^{2x}\frac{\sin(t)}{t^2}\,dt&=\lim_{x\to 0^+}\left.\left(-\frac{\sin(t)}{t}\right)\right|_x^{2x}+\lim_{x\to 0^+}\int_x^{2x}\frac{\cos(t)}{t}\,dt\\\\ &=\lim_{x\to 0^+}\int_x^{2x}\frac{\cos(t)}{t}\,dt=\log(2)+\int_x^{2x}\frac{\cos(t)-1}{t}\,dt \end{align}$$
Then, note that for $t\in [x,2x]$, $|1-\cos(t)|=2\sin^2(t/2)\le t^2/2$. Therefore, $\lim_{x\to 0^+}\int_x^{2x}\frac{\cos(t)-1}{t}\,dt=0$ and we conclude
$$\lim_{x\to 0^+}\int_x^{2x}\frac{\sin(t)}{t^2}\,dt=\log(2)$$
as expected!