This is a homework problem, by the way.
Suppose $f: \mathbb{R} \rightarrow \mathbb{R} $ is differentiable at $x = 0$. Prove that $$\lim\limits_{x \rightarrow 0} \frac{f(x^2) - f(0)}{x} = 0$$
To say that $f$ is differentiable at $x = 0$ means that by the limit definition of the derivative, the limit $\lim\limits_{x \rightarrow 0} \frac{f(x) - f(0)}{x - 0}$ exists. However, I'm not sure where to proceed from here, or how that might help me prove the proposition.
\begin{align*} \lim_{x\rightarrow 0}\dfrac{f(x^{2})-f(0)}{x}&=\lim_{x\rightarrow 0}\dfrac{f(x^{2})-f(0)}{x^{2}}\cdot x\\ &=\lim_{x\rightarrow 0}\dfrac{f(x^{2})-f(0)}{x^{2}}\cdot\lim_{x\rightarrow 0}x\\ &=f'(0)\cdot 0\\ &=0. \end{align*}