$f(x) = \sin\left(\frac{1}{x}\right)$
Compute $f'(-\frac{1}{x})$.
While this problem isn't particularly hard, I noticed desmos gave a different answer from me.
What I did was (to be safe), $f'(x)=-\frac{1}{x^2}\cos\left(\frac{1}{x}\right)$.
Therefore, $f'(-\frac{1}{x})=-\frac{1}{x^4}\cos\left(-x\right)=-\frac{1}{x^4}\cos\left(x\right)$.
Did I make a mistake in here? And if so where?
Checking back to the differentials, df/dv = df/dx * dx/dv. dx/dv = x^2, and df/dx = -1/x^2 cos(1/x). did i make a mistake somewhere in there, is that why desmos shows -cosx as the answer?
what is the correct answer?
The chain rule says d/dx f(g(x)) = f'(g(x))g'(x)
however, f'(g(x)) never calls for the chain rule.
also, i forgot to substitute -1/x for 1/x^2 when plugging in
– Saketh Malyala Mar 31 '17 at 02:42