Let $f$ be a $k$ times continuously differentiable function defined on a neighborhood of $0 \in \mathbb{R}$. Show that if $f(-x) = -f(x) \forall x \in \mathbb{R}^n$, then the coefficients of the taylor series expanded about $0$ has all even coefficients equal $0$.
So this is an odd function, it makes sense. let's write a $k$-degree taylor polynomial:
$$\sum\limits_{i=0}^k \frac{f^{i}(0)}{i!}x^i = f(0) + f'(0)x+\frac{f''(0)x^2}{2} + . . .$$
$f(0) = 0$ we can easily conclude since $f$ is odd, but how can we say anything about any other terms? (since they all involve derivatives)
First, show that $f\left(0\right)=0$ by continuity.
Next, show that $f''\left(0\right)=0$. This follows because
$$f''\left(0\right)=\lim_{x\to0}\left[\frac{f\left(0+x\right)-2f\left(0\right)+f\left(0-x\right)}{x^{2}}\right]=\lim_{x\to0}\left[\frac{f\left(x\right)-f\left(-x\right)}{2}\right]=0.$$
Next, do the same for all even power differentials, in a similar way.