$$\lim_{y\rightarrow x}\frac{\sin(y)-\sin(x)}{y-x}$$
Is there any cool trig identity I could use to solve this? We don't have L’Hospital yet, so I have to calculate it otherwise. I tried solving this using the series expansion of sine:
$$\cdots =\lim_{y\rightarrow x}\frac{\left(\sum_{k=0}^\infty (-1)^k \dfrac{y^{2k+1}}{(2k+1)!}\right) -\left(\sum_{k=0}^\infty (-1)^k \dfrac{x^{2k+1}}{(2k+1)!}\right)}{y-x}$$
But what now? With L’Hospital I get $\cos(x)$ as a solution. Differentiation isn't allowed either.
Note that \begin{align*} \dfrac{1}{y-x}(y^{2k+1}-x^{2k+1})=y^{2k}+y^{2k-1}x+\cdots+yx^{2k-1}+x^{2k}\rightarrow(2k+1)x^{2k}. \end{align*}
So you end up with $\displaystyle\sum_{k=0}^{\infty}\dfrac{(-1)^{k}}{(2k)!}x^{2k}$, which is $\cos x$.