Suppose i have a formal power series
$$f(t)=e^t-1-t=\sum_{k=2}^\infty \frac{t^k}{k!}$$
How would I go about finding its compositional inverse? Trying to find the inverse of $f(t)=e^t-1-t$ i think is impossible to solve for $t$ w/o using like the Lambert W-function. However, is there a way to find it using power series? Perhaps there is a way to extract the coefficients then...
Given $f(x):=e^x-1-x,$ let $\;g(x) := x - 1/6 x^2 + 1/36 x^3 - 1/270 x^4 + 1/4320 x^5 + O(x^6).\;$ The function $\;\sqrt{2f(x)}=x + 1/6 x^2 + 1/36 x^3 + 1/270 x^4 + 1/2592 x^5 + O(x^6)\;$ is its inverse. Thus $h(x):=g(\sqrt{2x}) = \sqrt{2x} - 1/3x + 1/18\sqrt{2x}x -2/135x^2 + O(x^{5/2})\;$ is the Puiseux series inverse of $f(x).\;$ Solve for the coefficients of $\;g(x),\;$ and hence $h(x),\;$ one at a time using either one of the equations $\;f(g(x))=x^2/2\;$ or $\;g(\sqrt{2f(x)})=x.$