I am having a lot of trouble finding an epsilon delta proof for the following: $$\lim_{t\rightarrow0} \hspace{5px} \dfrac{\sin(t^2)}{2t^2} = \dfrac{1}{2}$$
I have tried a lot of things and I can show that $|\dfrac{\sin(t^2)}{2t^2} - \dfrac{1}{2}| \leq |\dfrac{1}{t^2}| + \dfrac{1}{2}$ but I am unsure how to go from here to find $\delta$ as a function of $\epsilon$.
Take $\varepsilon>0$. Since $\lim_{t\to0}\dfrac{\sin t}t=1$, there is soma $\delta'>0$ such that $\lvert t\rvert<\delta'\implies\left\lvert\dfrac{\sin t}t-1\right\rvert<2\varepsilon$. Let $\delta=\sqrt{\delta'}$. Then$$\lvert t\rvert<\delta\implies\lvert t^2\rvert<\delta'\implies\left\lvert\frac{\sin(t^2)}{2t^2}-\frac12\right\rvert<\varepsilon.$$