Intuitive understanding of the derivatives of $\sin x$ and $\cos x$

Perhaps the following diagram will provide insight:

(Non)Proof without Words: Derivatives of Sine and Cosine

The idea is to look at the sine and cosine curves as projections of a helix drawn on a cylinder. If you look at the cylinder itself as a curled planar square of length $2\pi$, then helix is a curled version of the square's diagonal. A tangent vector along the flat square's diagonal always lies at 45 degrees to the square's sides, say with length-"1" shadows in each direction; after smoothly curling the square into the cylinder, the tangent vector lies at 45 degrees to the cylinder's ($z$-)axis and the perpendicular ($xy$-)plane.

Projecting the helix into the $zy$- and $zx$-planes gives graphs of sine and cosine. Projecting the helix's tangent vector gives tangent vectors to those graphs. The "$\mathrm dz$"s for these projected tangents are always $1$ (the "vertical" shadow of the helix's tangent vector). To get at "$\mathrm dy$" and "$\mathrm dx$" ("$v_x$" and "$v_y$" in the diagram) we project down into the $xy$-plane where we see a circle, and yet another projected tangent vector.

Basic geometry tells us that a tangent to a circle is perpendicular to the radius at the point of tangency. In our circle, the point of tangency --and the radius vector it-- is parameterized as "$<\cos$, $\sin$, $0>$". The perpendicular tangent line must therefore have a "negative-reciprocal" direction vector: "$<-\sin$, $\cos$, $0>$", which gives us our "$\mathrm dx$" and "$\mathrm dy$" for the helix tangent ... and the projected graph tangents as well, so that we may make the following conclusions:

The derivative of cosine --by its conceptual definition as "slope of the tangent line"-- is change-in- $x$-over-change-in-$z$ = $\mathrm dx/\mathrm dz = -\sin/1 = -\sin$.

Likewise, the derivative of sine is $\mathrm dy/\mathrm dz = \cos/1 = \cos$.

I like this approach because the conceptual "slope of tangent line" definition of the derivative is used throughout; there are no (obvious) appeals to digressive computational tricks involving trig identities and limits of difference quotients. I also like that the curious negative sign in the derivative of cosine traces back to an elementary property of circle geometry.

Of course, this approach doesn't constitute proof of the formulas. The process of curling the planar square into a cylinder and claiming that the tangent vector behaves as claimed actually assumes the computational machinery covered by the traditional limit arguments. Nevertheless, on an intuitive level, I think this argument explains the "why" of the derivatives quite beautifully. Then, knowing what the formulas are (or "should be") helps motivate the investigation of the computational tricks needed to provide a rigorous proof.

Here's a PDF with a variant of the above discussion (but the same image). Here's a Mathematica Demonstration that animates the various elements, including the square curling into the cylinder.


I agree with David (+1), this is the pertinent graph, and it works for me:

Sin and cosine on the unit circle

From here.


Updated (added brief explanation to make this self-contained):

The main right triangle (in blue) gives $\cos \theta$ (horizontal side) and $\sin \theta$ (vertical). The small change $\Delta \theta$ produces a new triangle with the corresponding $\cos(\theta +\Delta \theta )$ and $\sin(\theta +\Delta \theta)$

Now, looking at the small triangle (in red) we see that its legs correspond to the increments $\Delta(\sin \theta)$ and $-\Delta(\cos \theta)$ ; furthermore, for small increments, the hypotenuse $h$ tends to the arc $\Delta \theta$, and the small triangle is similar to the main one (hence $\phi \to \theta$).

But $\cos \phi=\Delta(\sin \theta)/h \to d(\sin \theta)/ d\theta $. Hence $d(\sin \theta)=\cos \theta \, d\theta$

Doing the same for the other leg, we get $d(\cos \theta)= - \sin \theta \, d\theta$


This is related to Justin L.'s answer, because I have basically the same interpretation, but whereas that answer (as I'm interpreting it) gives a great intuitive check that the derivatives are correct, I intend to present how one might actually (somewhat intuitively) arrive at the derivatives.

By definition, $s(x)=(\cos(x),\sin(x))$ gives the point on the unit circle after traveling an arclength $x$ from the point $(1,0)$, oriented counterclockwise. Parametrization with respect to arclength is precisely the condition that guarantees that the curve has unit speed, i.e., $|s'(x)|\equiv 1$. Because $s$ also has constant length, the product rule can be used to show that $s'(x)$ is perpendicular to $s(x)$ for all $x$:

$$s\cdot s \equiv 1 \Rightarrow s'\cdot s + s\cdot s'\equiv 0 \Rightarrow s\cdot s'\equiv 0.$$

Thus for each $x$, $s'(x)$ is a unit length vector perpendicular to $s(x)$. This leaves 2 possibilities: either a counterclockwise or clockwise rotation by $\frac{\pi}{2}$ from $s(x)$. But now, because $s'$ tells us how $s$ is changing, it must point in the direction of motion of $s$, namely counterclockwise. Thus $s'(x)$ is a counterclockwise rotation by $\frac{\pi}{2}$ from $s(x)$, which means

$$s'(x)=s\left(x+\frac{\pi}{2}\right)=\left(\cos\left(x+\frac{\pi}{2}\right),\sin\left(x+\frac{\pi}{2}\right)\right)=(-\sin(x),\cos(x)).$$

But we also have $s'(x)=(\cos'(x),\sin'(x))$, so matching coordinates yields $\cos'=-\sin$ and $\sin'=\cos$.