2
$\begingroup$

Let $f: \mathbb{R} \to \mathbb{R}$ $f(x^2+y)=f(x)+f(y^2)$

How do I find all functions that fulfill this equation?

I tried to just write many equalities but it just doesnt help.

  • 2
    What are the domain and codomain o$f$ your function?2011-06-03

2 Answers 2

5

You can solve this pretty immediately by looking at the cases $x=0$, $y=0$, and $x^2+y=0$. (The only possibility is the constant zero function.)

  • 0
    than$k$s alot, you helped me really much!2011-06-03
4

I would try to see how it behaves at "special points" like +-1, 0 and some others, and see how it can behave.

For example, if you let $y=0$ this becomes $f(x^2) = f(x)$.

Then for $x=y=1$ you get $f(2) = 2f(1)$.

For $x=1, y=-1$ you get $f(0) = 2f(1)$ also...

Try a few more combinations and you'll get enough constraints to define $f$, or reach a contradiction.