How to you find the derivative of a sine function and a cosine function?

2 Answers
May 26, 2017

I used a slightly different approach....

Explanation:

There is a "right" mathematically correct method to evaluate the derivatives of these two functions...but....it is a bit complicated and everybody normally forget it immediately...!

Here as a challenge I want to show you a "visual" method that I always found really interesting and easy to remember.
The derivative of your function represents the "inclination" of your function at each point. Basically you can imagine that at every point of your function you can put a tangent line whose slope will be the derivative!

Now let us see our two functions and their inclinations:
enter image source here

Anyway, you can find the rigorous proof at:

http://www-math.mit.edu/~djk/18_01/chapter05/section05.html

May 26, 2017

By definition the derivative of a function #f(x)# is given by:

#(df)/dx = lim_(h->0) (f(x+h)-f(x))/h#

Consider #f(x) = sinx#:

#d/dx sinx = lim_(h->0) (sin(x+h)-sinx)/h#

Use now the trigonometric formula for the sine of the sum of two angles:

#sin(x+h) = sin x cos h + cos x sin h#

and we have:

#d/dx sinx = lim_(h->0) (sin x cos h + cos x sin h-sinx)/h#

simplify and regroup:

#d/dx sinx = lim_(h->0) (cosx ((sin h)/h) - sinx ((1-cos h)/h) )#

We know that:

#lim_(h->0) (sin h)/h = 1#

#lim_(h->0) (1-cos h)/h = 0#

So:

#d/dx sinx = cosx xx 1 - sinx xx 0 = cosx#

Consider now #f(x) = cosx#:

#d/dx cosx = lim_(h->0) (cos(x+h)-cosx)/h#

and use the trigonometric formula for the cosine of the sum of two angles:

#cos(x+h) = cos x cos h - sin x sin h#

and we have:

#d/dx cosx = lim_(h->0) (cos x cos h - sin x sin h-cosx)/h#

simplify and regroup:

#d/dx sinx = lim_(h->0) (-sinx ((sin h)/h) - cosx ((1-cos h)/h) )#

We know that:

#lim_(h->0) (sin h)/h = 1#

#lim_(h->0) (1-cos h)/h = 0#

So:

#d/dx cosx = -sinx xx 1 - cosx xx 0 = -sinx#