Exercise: Find all of functions $f: \mathbb{R} \to \mathbb{R}$ such that $$ f \left( x + y ^ 2 + z ^ 3 \right) = f ( x ) + f ^ 2 ( y ) + f ^ 3 ( z ) \text , \forall x , y , z \in \mathbb R \text . $$
In fact, I solved this question as follows:
- First step: Calculate $ f ( 0 ) $. In this step, I obtained that $ f ( 0 ) = 0 $ or $ f ( 0 ) = - 1 $.
- Second step: Consider two cases of the first step. I determinated the solutions are $ f ( x ) = 0 $, $ f ( x ) = - 1 $ and $ f ( x ) = x $.
The problem is that this way is very long. Who has another way to solve my exercise?
Well this is not the most elegant of proofs either...
Case where $f(0) = 0$
We see that $f(x + y) = f(x + 0^2 + (\sqrt[3]y)^3) = f(x) + f(0)^2 + f(\sqrt[3]y)^3 = f(x) + f(y)$.
We also see that if $x \leq y$ then $f(x) \leq f(y)$ because $f(y) = f(x + y - x) = f(x + \sqrt{y - x}^2 + 0^3) = f(x) + f(\sqrt{y - x})^2 + f(0)^3 \geq f(x)$.
From the first relation above, we find that $f\left(\frac{1}{n}\right) = \frac{f(1)}{n}$ for $n \in \mathbb{N}^*$.
For any $\epsilon \gt 0$, choose $n$ large enough so that $\frac{|f(1)|}{n} \lt \epsilon$. Choose $\delta = \frac{1}{n}$.
Then whenever $|x| \lt \delta$, we find that $|f(x)| \lt |f(\delta)| = |f(1/n)| = \frac{|f(1)|}{n} \lt \epsilon$ which shows that $\lim\limits_{x \rightarrow 0} f(x) = f(0) = 0$.
Finally we see that $\lim\limits_{h \rightarrow 0}f(x + h) - f(x) = \lim\limits_{h \rightarrow 0}f(h) = 0$ so $f$ is continuous everywhere.
$\frac{f(x)}{x}=\frac{f(rx)}{rx}$ for all $r \in \mathbb{Q}$ shows that $f(x)/x$ is constant on a dense subset of $\mathbb{R^+}$, and by continuity and even-ness, must be constant everywhere on $\mathbb{R}^*$.
So on $\mathbb{R}^*$ we have $f(x) = Ax$ for some $A$ which can be found to satisfy $-A = A(-1 + (-1)^2 + (-1)^3) = -A + A^2 - A^3$ or $A \in \{0, 1\}$.
So $f(x) = x$ or $f(x) = 0$ on $\mathbb{R}^*$, and thus also on all of $\mathbb{R}$.
Not yet worked out the case where $f(0) = -1$.