Here is my problem. I reproduce the two questions below. I'm not satisfied at all with how I solved this. Are there any errors?
$$\begin{split} I(t)& = \frac{2A}{w_{0}^2-w^2}\sin\frac{(w_{0}-w)t}{2}\sin\frac{(w_{0}+w)t}{2}\\ I_{0}(t)&=\lim_{w\to w_0}I(t). \end{split}$$
$A$ and $w_{0}$ are constant. $t$ is fixed for the first part.
The first part is just asking you to find $I_{0}(t)$.
I started off using $$\sin(a)\sin(b) = \frac{1}{2}(\cos(a-b) - \cos(a+b)),$$
$$ \frac{(w_{0}-w)t}{2}-\frac{(w_{0}+w)t}{2} = -wt,$$ and $$ \frac{(w_{0}-w)t}{2}+\frac{(w_{0}+w)t}{2} = w_{0}t,$$ so, $$\lim_{w \to w_{0}}\frac{A}{w_{0}^2-w^2}(\cos(-wt) - \cos(w_{0}t)) $$
Then I used l'Hospital's rule and plugged in the limit afterwards to get $$\frac{At\sin(-w_{0}t)+A\sin(w_{0}t)}{-2w_{0}}$$
I'm very unsatisfied with this result, but I don't know where I went wrong if I did.
The second part of the question is also something I'm not sure how to do. It's asking you to show that $I(t)$ is bounded, but $I_{0}(t)$ isn't. I just wrote this explanation out:
$I(t)$ is bounded because $\sin\frac{(w_{0}-w)t}{2}$ and $\sin\frac{(w_{0}+w)t}{2}$ are bounded between $1$ and $-1$, so $I(t)$ is bounded between $\frac{2A}{w_{0}^2-w^2}$ and $\frac{-2A}{w_{0}^2-w^2}$. However, $At\sin(-w_{0}t)$ is unbounded as it can go to $\infty$ or $-\infty$, so the entire function $I_{0}(t)$ is unbounded.