If $f(x)$ is odd, then prove that $f'(0)=0$, assuming that $f'(0)$ exists.
We have that $f(x)$ is odd. Therefore, $f(-x)=-f(x)\implies -f'(-x)=-f'(x)$. What I do after this?
If $f(x)$ is odd, then prove that $f'(0)=0$, assuming that $f'(0)$ exists.
We have that $f(x)$ is odd. Therefore, $f(-x)=-f(x)\implies -f'(-x)=-f'(x)$. What I do after this?
On
As Math Lover points out this isn't true in general; it is if $f(h) = o(h)$ as $h\to 0$ though, since in that case $$ f'(0) = \lim_{h\to 0}\frac{f(h) - f(-h)}{2h} = \lim_{h\to 0}\frac{f(h)+f(h)}{2h} = \lim_{h\to 0}\frac{f(h)}{h} = 0. $$ This holds for $f(x) = x^{2n+1}$ for $n>1$, for example. On the other hand if you meant to ask if this holds for even $f$, $$ f'(0) = \lim_{h\to 0}\frac{f(h) - f(-h)}{2h} = \lim_{h\to 0}\frac{f(h)-f(h)}{2h} = \lim_{h\to 0}\frac{0}{h} = 0 $$ as desired.
Hint: Consider $f(x) = \sin(x)$ and observe that $f'(x) = \cos(x)$.