Let $f$ be the function defined by $$f(x) = \int_1^x \frac{1+|\sin xt^2|}{2}dt$$ which has an inverse function denoted by $g$. Find the derivative $g'(0)$
When $f(x) = 0$, I see that $x = 1$ is a solution. So I need to find $g'(0)=\frac{1}{f'(1)}$.
By the fundamental theorem of calculus, $$f'(x) = \frac{1+|\sin x^3|}{2}$$ $$f'(1)=\frac{1+\sin 1}{2}$$
However there is no such answer (the question is in the form of MCQ). I wonder where did I go wrong. Thanks.
$\textbf{Hint}$: Use the substitution $\sqrt{x}t = s$
$$f(x) = \frac{1}{2\sqrt{x}}\int_{\sqrt{x}}^{\sqrt{x^3}}1+|\sin(s^2)|\:ds$$
and now apply chain rule.