$f(x)=\int_{0}^{x}\cos(1/t)dt$
Then$f'(0)=?$
I tried $f'(x)=\cos\left(1/x\right)$, but then I get into trouble.
Hope for your help
$f(x)=\int_{0}^{x}\cos(1/t)dt$
Then$f'(0)=?$
I tried $f'(x)=\cos\left(1/x\right)$, but then I get into trouble.
Hope for your help
You need to go back to the definition: $$f'(0)=\lim_{x\to0}\frac{f(x)-f(0)}{x}=\lim_{x\to0}\frac1x\int_0^x\cos(1/t)\,dt.$$ Now the integrand oscillates like crazy near the origin, and it's not unreasonable to guess that the limit will be zero. To prove it, I suggest the substitution $t=1/s$ in the integral, then use $\lvert\cos s\rvert\le1$. Can you take it from there?
(Edit: Fixed typo in the very first formula.)
You could try integration by parts: $$ \int_0^x\cos(1/t)dt=-t^2\sin(1/t)|_0^x+2\int_0^xt\sin(1/t)dt. $$ Both terms are $O(x^2)$.