Find $f(x)$ for a function $f: R \to R$, which satisfies condition $f(x+y^{3}) = f(x) + [f(y)]^{3}$ for all $x,y \in R$ and $f'(0)≥0$
My attempt:
Replacing $x$ and $y$ by $0$, $f(0)=0$
Replacing only x by $0$, $ f(y^{3}) = [f(y)]^{3}$
So $f'(x) = \lim_{h \to 0} \frac{f(x+h)-f(x)}{h} $
$= \lim_{h \to 0} \frac{f(x) + [f(h^{1/3})]^{3} - f(x)}{h}$
$= \lim_{h \to 0} \frac{f(h)}{h}$
= $f'(0)$
Then I'm stuck.
How to proceed$?$