$\forall x \in \Bbb R ,$ Find all functions that satisfy: $$\left(f(x)\right)^2 - f\left(x^2\right)=2x$$
My solution: $$f(x) \cdot f(x) - f(x \cdot x)=x+x$$
$$f(x) \cdot f(y) - f(x \cdot y)=x+y$$ $$f(x) \cdot f(0) -f(0)=x$$ $$f(x)=\frac{x}{f(0)}+1 $$ $x=0 \to f(0)=1$ $$f(x)=x+1$$
For $x = 1$ you must have $f(1)^2 - f(1) = 2$, so $f(1) = -1$ or $2$ (EDIT: but $-1$ will make a real value for $f(-1)$ impossible, as QC_QAOA points out, so it should be $2$). For $x = 0$, $f(0)^2 - f(0) = 0$, so $f(0) = 0$ or $1$. On $(\sqrt{2},2]$, and $[1/2, 1/\sqrt{2})$ let $f(x)$ be arbitrary with $f(x) \ge x+1$. On $(2,\infty)$ and $(0,1/2)$ define $f$ by iterating $f(x^2) = f(x)^2 - 2 x$, and on $[1/\sqrt{2}, 1)$ and $(1,\sqrt{2})$ by iterating $f(\sqrt{x}) = \sqrt{f(x)+2\sqrt{x}}$. Note that in each case this preserves the property $f(x) \ge x+1$. Finally, for $x < 0$ define $f(x) = \sqrt{f(x^2) + 2 x}$.