Cos Derivative Proof

Jason76

Senior Member
Joined
Oct 19, 2012
Messages
1,180
f(x)=cos(x)\displaystyle f(x) = \cos(x)

f(x)=ddxcos(x)=sin(x)\displaystyle f'(x) = \dfrac{d}{dx} \cos(x) = -\sin(x)

Proof

Using: limh0[(x+h)(f(x))h]\displaystyle \lim h \to 0[\dfrac{(x + h) - (f(x))}{h}]

limh0[cos(x+h)(cos(x))h]\displaystyle \lim h \to 0[\dfrac{\cos(x + h) - (\cos(x))}{h}]

limh0[[cos(x)cos(h)sin(x)sin(h)](sin(x))h]\displaystyle \lim h \to 0[\dfrac{[\cos(x)\cos(h) - \sin(x)\sin(h)] - (\sin(x))}{h}] using sum and difference identity cos(A+B)=cos(A)cos(B)sin(A)sin(B)\displaystyle \cos(A + B) = \cos(A) \cos(B) - \sin(A) \sin(B) for cos(x+h)\displaystyle \cos(x + h) Next move :confused:
 
Last edited:
I have to learn how to use the latex code.

Your third step is not correct. You changed cos(x) into sin(x). The correct equation is:

cos(x)cos(h) - sin(x)sin(h) - cos(x) --- it's all over h, but let's just deal with the numerator.

Rewrite: cos(x)cos(h) - cos(x) - sin(x)sin(h)

Factor out cos(x): cos(x)[cos(h)-1] - sin(x)sin(h)

That is: (cos(x)[cos(h)-1] - sin(x)sin(h) )/h =

Separate into two fractions: (cos(x)[cos(h)-1])/h - sin(x)sin(h)/h

Recall that as h ---> 0 (cos(h)-1)/h = 0 and sin(h)/h = 1.

cos(x)*0 - sin(x)*1 = -sin(x)
 
Top