Given $f(g(x)) = x$, and $f '(x) = 1 + [f(x)]^2$, how do I find $g '(x)$?
I have tried, subbing $g(x)$ into $f'(x)$ and got that $f'(g(x)) = 1+x^2$ but I am not sure if I am doing the right thing. It seems like a very simple problem but I'm having trouble with it.
Since $$ \frac{df}{dx} = 1 + f^2 $$ we have $$ \int \frac{df}{1+f^2} = \int dx $$ Then $$ \arctan{f} = x + C \iff f = \tan \left( x + C \right) $$
From which we immediately get $$ g(x)=\arctan x-C $$ Thus $$ g'(x) =\dfrac{1}{1+x^2} $$