5

I'm trying to understand in a practical/graphical view the derivative of $\sin(x)$ (that results in $\cos(x)$).

Is there any animation or illustration explaining that?

Quixotic
  • 22,431
  • 1
    I don't know of any animations so you might have to do it yourself. Draw a nice sine curve, draw tangents to it at lots of places, approximate their gradients, and plot those values on another graph. It will look (very satisfyingly if you do it well) much like a cosine curve. – Ragib Zaman Jul 18 '12 at 15:47
  • I know this isn't graphical, but if you're trying to understand why $\frac{d}{dx}\sin(x) = \cos(x)$ instead of just accepting this as "the rule", then why not expand sine in a Taylor series and differentiate term by term? Then see what you have left. – Derek Allums Jul 18 '12 at 15:52
  • Please check this demonstration for graphical "proof" of $\sin(\alpha+\beta) = \sin(\alpha) \cos(\beta) + \cos(\alpha) \sin(\beta)$. This readily gives the derivative, putting $\alpha=x$ and $\beta = \Delta x$. – Sasha Jul 18 '12 at 15:54

2 Answers2

4

Think in polar coordinates.

Draw a circle centered at the origin. Pick an angle $\theta$ on the circle. Draw a ray between the origin and the circle with that angle.

Draw the tangent line on the circle there.

Now, draw a line through the origin parallel to that tangent line. Where does it intersect the circle? At exactly $\cos(\theta)$.

This works because the tangent line on the circle is normal to the ray leading to that point. That means that the line we draw through the origin also intersects that ray at right angles.

Emily
  • 35,688
  • 6
  • 93
  • 141
1

MIT OCW's single variable calculus course has a interactive mathlet explaining the derivates of sines and cosines (and few others) graphically. Please refer to the worked example at here.

Quixotic
  • 22,431