I have $f(x^2-x)=x$ and I would like to find $f(x)$. Is there a systematic way to do it, which also works for similar composite functions?
2026-04-01 05:55:44.1775022944
Decompose a function
97 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
2
Let $x \in\mathbb R$ and $y = x^2 -x = (x-\frac{1}{2})^2 - \frac{1}{4}$.
Then $x$ is a solution of a second order polynomial equation, so we know that $y\geq -1/4$ and that $$x=\frac{1}{2}(1\pm\sqrt{1+4y})$$
Therefore, $f$ is such that : $$\forall y \geq -\frac 14, f(y) = \frac12(1\pm\sqrt{1+4y})$$
If you assume that $f$ is continuous, then the sign $\pm$ is fixed for all $y$. If you have no condition on $f$, then the sign can depend on $y$.
Also $f$ is arbitrary on $(-\infty, -1/4)$