Using $$ \lim_{x \to 0} \frac{\sin{x}}{x} = 1 $$ and summation theorem for sine, prove: $(\sin{x})^{'} = \cos{x}$
So I wrote: $$ \lim_{h \to 0} \frac{\sin{(x+h)} - \sin{x}}{h} = \lim_{h \to 0} \frac{2\sin{(\frac{h}{2})}\cos{(x + \frac{h}{2})}}{h} = \lim_{h \to 0} \frac{\sin{(\frac{h}{2})}}{\frac{h}{2}} \cdot \lim_{h \to 0} \cos{(x+ \frac{h}{2})} = \cos{x}$$ Is that right? Because I don't know what summation theorem for sine is.
\sinand\cosfor better formatting of the functions. Also, use\left(and\right)instead of(and)in the last line to adjust that bracket size. – ultralegend5385 Jun 10 '21 at 09:16