Question:
Let \begin{align} &S(t):=\int_{\pi/4}^t (\sin t-\sin\left(\frac\pi4\right))dt\\ &T(t):=\frac{\left(\sin t-\sin\left(\frac\pi4\right)\right)\left(t-\frac\pi4\right)}2\\ \end{align} Using $$\lim_{t\to0}\frac{\tan t - t}{t^3}=\frac13\tag1$$ Evaluate the following (without L'hopital) \begin{align} &\quad\lim_{t\to\frac\pi4}\frac{S(t)-T(t)}{T(t)\left(t-\frac\pi4\right)} \end{align}
What I've done so far is: $$\lim_{t\to\frac\pi4}\frac{S(t)-T(t)}{T(t)\left(t-\frac\pi4\right)}=\lim_{t\to0}\frac{-\cos\left(t+\frac\pi4\right)+\frac{\sqrt2}2-\left(\sin\left(t+\frac\pi4\right)+\frac{\sqrt2}2\right)\frac t2}{\left(\sin\left(t+\frac\pi4\right)-\frac{\sqrt2}2\right)\frac {t^2}2}$$ $$=\lim_{t\to0}\frac{-(t-2)(\sin t +1)-(t+2)\cos t}{(\sin t + \cos t - 1)t^2}$$ But I don't know how to go from here to the Eq.$(1)$. Thanks.