MethodMath
Ask
Join
HomeTopicsAskAlerts
Profile

© 2026 MethodMath. Built for mathematical knowledge sharing.

AboutContactGuidelinesPrivacyTermsCookies
Isabella Moreno
Apr 6, 2026

How to prove that the derivative of sin x is cos x using the limit definition?

I'm in a calculus class and we proved that ddxsin⁡x=cos⁡x\frac{d}{dx} \sin x = \cos xdxd​sinx=cosx using the limit definition of the derivative:

ddxsin⁡x=lim⁡h→0sin⁡(x+h)−sin⁡xh\frac{d}{dx} \sin x = \lim_{h \to 0} \frac{\sin(x+h) - \sin x}{h}dxd​sinx=h→0lim​hsin(x+h)−sinx​

But the proof uses the identity sin⁡(A+B)=sin⁡Acos⁡B+cos⁡Asin⁡B\sin(A+B) = \sin A \cos B + \cos A \sin Bsin(A+B)=sinAcosB+cosAsinB and then relies on two special limits:

lim⁡h→0sin⁡hh=1andlim⁡h→0cos⁡h−1h=0\lim_{h \to 0} \frac{\sin h}{h} = 1 \quad \text{and} \quad \lim_{h \to 0} \frac{\cos h - 1}{h} = 0h→0lim​hsinh​=1andh→0lim​hcosh−1​=0

How are these two limits proved? They seem to rely on geometric arguments about the unit circle. Could someone show the complete geometric proof?

1 answers363 views

1 Answer

4
Nour Hassan
Apr 6, 2026
Accepted
Here is the complete geometric proof of both limits. **Theorem 1:** $\displaystyle \lim_{h \to 0} \frac{\sin h}{h} = 1$ **Proof (geometric):** Consider the unit circle. Let $h$ be a small positive angle in radians. Draw the following three areas: 1. Area of triangle $\triangle OAB$ where $A = (1,0)$ and $B = (\cos h, \sin h)$: $\frac12 \sin h$ 2. Area of sector $OAB$: $\frac12 h$ 3. Area of triangle $OAC$ where $C = (1, \tan h)$: $\frac12 \tan h$ From the diagram, for $0 < h < \pi/2$: $$\frac12 \sin h \leq \frac12 h \leq \frac12 \tan h$$ Multiplying by $2$: $$\sin h \leq h \leq \tan h = \frac{\sin h}{\cos h}$$ Dividing by $\sin h > 0$: $$1 \leq \frac{h}{\sin h} \leq \frac{1}{\cos h}$$ Taking reciprocals (reversing inequalities): $$\cos h \leq \frac{\sin h}{h} \leq 1$$ By the Squeeze Theorem, as $h \to 0^+$, $\cos h \to 1$, so $\frac{\sin h}{h} \to 1$. The same argument works for $h \to 0^-$ by symmetry. **Theorem 2:** $\displaystyle \lim_{h \to 0} \frac{\cos h - 1}{h} = 0$ **Proof:** \begin{align*} \lim_{h \to 0} \frac{\cos h - 1}{h} &= \lim_{h \to 0} \frac{(\cos h - 1)(\cos h + 1)}{h(\cos h + 1)} \\ &= \lim_{h \to 0} \frac{\cos^2 h - 1}{h(\cos h + 1)} \\ &= \lim_{h \to 0} \frac{-\sin^2 h}{h(\cos h + 1)} \\ &= -\lim_{h \to 0} \frac{\sin h}{h} \cdot \frac{\sin h}{\cos h + 1} \\ &= -1 \cdot \frac{0}{2} = 0 \end{align*} With both limits established, the derivative follows directly: \begin{align*} \frac{d}{dx}\sin x &= \lim_{h \to 0} \frac{\sin(x+h) - \sin x}{h} \\ &= \lim_{h \to 0} \frac{\sin x \cos h + \cos x \sin h - \sin x}{h} \\ &= \sin x \cdot \lim_{h \to 0} \frac{\cos h - 1}{h} + \cos x \cdot \lim_{h \to 0} \frac{\sin h}{h} \\ &= \sin x \cdot 0 + \cos x \cdot 1 = \cos x \end{align*}
1 comment
David KimApr 17, 2026
The geometric proof of $\lim \sin h/h = 1$ using areas is the most elegant I have seen. The squeeze theorem application is perfect.
Still unsure? Join to comment or ask a follow-up.
Login or Register to post your answer

Suggested questions

How do I solve a system of linear equations using Gaussian elimination?

1541

Intuitive explanation of the epsilon-delta definition of a limit

1509

What is the physical meaning of the Laplace transform?

1498

Why does 0 factorial equal 1 instead of 0? Simple proof

31.4k

Does the Banach-Steinhaus theorem hold for non-complete normed spaces?

31.1k