How to solve an equation of this type :
$$\int_0^x f(t) dt = g(f(x)) $$
for a given function $g$.
Im not so good with differential equations and integral equations.
I know how to solve $h'(x) = j(h(x)) $ in general and some approximations of specific cases of $k'(x) = k(l(x))$. But even my knowledge of those is limited.
However for this $$\int_0^x f(t) dt = g(f(x)) $$ I do not even know how to begin.
It seems very fundamental and simple though so my intuition assumes there must be a way.
I considered differentiating both sides but that got me to
$$ f(x) = g'(f(x)) f'(x) $$
Many thanks !
Let $F(x):=\int_0^xf(t)dt=g(dF/dx)$ so, if $g$ has a functional inverse $g^{-1}$,$$dF/dx=g^{-1}(F)\implies x+C=\int dx=\int\frac{dF}{g^{-1}(F)}$$with $C$ an integration constant. In theory, this obtains $x+C$ as a function of $F$, say $h(F)$. If $h$ is invertible, $F(x)=h^{-1}(x+C)$.