Finding f'(x) using definition of derivative

demonelite123
Messages
216
Reaction score
0
f(x) = x2 cos(1/x)

i know how to take the derivative using product and chain rule, but i need to find the derivative using the definition of the derivative. so far i did:

lim [(x+h)2 cos(1/x + h) - x2 cos(1/x)] / h
h ~> 0

[x2cos(1/x+h) + 2xhcos(1/x+h) + h2cos(1/x+h) - x2 cos(1/x)] / h

then i took [x2cos(1/x+h)- x2 cos(1/x)] and i factored out the x2

x2 [cos(1/x+h) - cos(1/x)]

i used the sum to product formula from trigonometry and i got x2 [-2sin(2x+h / 2x2+2xh)sin(-h / (2x+h / 2x2+2xh)]

but from there I'm stuck. i have no idea how to simplify that expression in order to get the h on the bottom of the the entire fraction to cancel out so i can substitute 0 for h. please help.
 
Physics news on Phys.org
Instead of using the product formula, it may help to note that we takes the limit of h ->0, so h / x is small. This suggests simplification of the argument \frac{1}{(x+h)} = (x+h)^{-1} through binomial expansion.
 
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...
Back
Top