$$\lim_{\omega \to \infty } \int_0^{\delta} \left| \frac{\cos \left(\frac{t}{2}\right)-\cos (\omega t)}{t}\right| dt$$
$$\delta<2\pi$$ I know it is infinity, but would like to know the growth of it as $\omega \to \infty$
$$\lim_{\omega \to \infty } \int_0^{\delta} \left| \frac{\cos \left(\frac{t}{2}\right)-\cos (\omega t)}{t}\right| dt$$
$$\delta<2\pi$$ I know it is infinity, but would like to know the growth of it as $\omega \to \infty$
Based on your comment, you already have the estimate that it grows $O(\log \omega)$, but here's a formal derivation of it in case it's helpful.
As long as we're close enough to $0$, then we can use $\cos x \sim 1 - \frac{x^2}{2}$, but since we have a term $\cos \omega t$ and $\omega \to \infty$, $t$ has to keep getting closer to $0$ to make the approximation accurate. Let's choose $\epsilon > 0$ such that $\omega t < \epsilon$. Then $t < \epsilon / \omega$ and we can break our integral into
$$\color{red}{\int_0^{\epsilon / \omega} \left| \frac{ \left[ 1 - \left( \frac{t}{2} \right)^2 \right] - \left[ 1 - \left( \omega t \right)^2 \right]}{t} \right| \, dt} + \color{blue}{\int_{\epsilon / \omega}^\delta \left| \frac{\cos \left( \frac{t}{2} \right) - \cos(\omega t)}{t} \right| \, dt}$$
Simplifying the first integral, we find (as long as $\omega \geq 1/2$)
$$\color{red}{\int_0^{\epsilon / \omega} \left| \frac{ \left( \omega t \right)^2 - \left( \frac{t}{2} \right)^2}{t} \right| \, dt = \int_0^{\epsilon / \omega} \left( \omega^2 - \frac{1}{4} \right) t \, dt = \left( 1 - \frac{1}{4 \omega^2} \right) \frac{\epsilon^2}{2}}$$
Now that we are avoiding the sigularity in the second integral, we can bound the numerator and directly evaluate the result
$$\color{blue}{\int_{\epsilon / \omega}^\delta \left| \frac{\cos \left( \frac{t}{2} \right) - \cos(\omega t)}{t} \right| \, dt \leq 2 \int_{\epsilon / \omega}^\delta \frac{1}{t} \, dt = 2 \left( \log \delta - \log \epsilon + \log \omega \right) }$$
Putting everything back together gives us $O( \log \omega )$.