My method is extremely inefficient, but here it is
$$g(f(x))=x$$ $$g’(f(x)).f’(x)=1$$Differentiating wrt x multiple times
$$g’’’(f(x))(f’(x))^3 + (g’’(f(x)))(2f’(x))(f’’(x)) + g’’(f(x)).f’(x).f’’(x) + g’(f(x)).f’’’(x)=0$$
I may have made some computation errors in this, but I can’t seem to find any (I apologize if there are)
$f(x)=0$ at $x=0$ $$g’’’(0) +2 g’’(0) + g’’(0) +2g’(0)=0$$
How do I proceed from here? Is there a better way to approach this ?