It's one of those foundational pieces of calculus that, once you grasp it, feels almost intuitive. The derivative of sin(x) is cos(x). Simple enough on the surface, right? But like many things in mathematics, the 'why' behind it is where the real magic lies.
Think about what a derivative actually represents: the instantaneous rate of change. For sin(x), we're looking at how the value of the sine function changes as its angle, x, shifts. If you picture the sine wave, it's constantly moving, climbing, peaking, falling, and troughing. The derivative tells us the slope of that wave at any given point.
Now, let's dive into how we actually prove this. The most fundamental way is by going back to the very definition of a derivative, often called the 'first principles'. This involves a limit:
dy/dx = lim (Δx→0) [f(x + Δx) - f(x)] / Δx
When we plug in f(x) = sin(x), we get:
d/dx sin(x) = lim (Δx→0) [sin(x + Δx) - sin(x)] / Δx
This is where a handy trigonometric identity comes into play: sin(A + B) = sin(A)cos(B) + cos(A)sin(B). Applying this to sin(x + Δx), we get:
lim (Δx→0) [sin(x)cos(Δx) + cos(x)sin(Δx) - sin(x)] / Δx
We can then rearrange this a bit, grouping terms with sin(x) and cos(x):
lim (Δx→0) [sin(x)(cos(Δx) - 1) / Δx + cos(x)sin(Δx) / Δx]
Since sin(x) and cos(x) don't depend on Δx, we can pull them out of the limit:
sin(x) * lim (Δx→0) [cos(Δx) - 1] / Δx + cos(x) * lim (Δx→0) [sin(Δx) / Δx]
This is where two crucial limits come into play. As Δx approaches zero, the limit of [sin(Δx) / Δx] is 1, and the limit of [cos(Δx) - 1] / Δx is 0. These are often proven using geometric arguments involving unit circles and areas, but their values are key.
Plugging these values back in:
sin(x) * 0 + cos(x) * 1
And voilà! We're left with cos(x).
It's a beautiful demonstration of how calculus builds upon itself, using fundamental definitions and identities to reveal elegant truths about functions. It’s not just about memorizing a formula; it’s about understanding the journey that leads to it, a journey that shows us precisely how the sine wave's rate of change mirrors the cosine wave.
