$$ f(x)=\int e^{x^4}{(1+x^2+2x^4)}\,d(e^{x^2}) $$ Find $f(1)+f’(0)$, if $f(0) = 0$.
I tried assuming $e^{x^2}$ as a dummy variable $u$, converting everything else in terms of natural log: $$ f(x) = \int (\ln(u))^2 \bigl[1 + \ln(u) + 2(\ln(u))^2\bigr]\,du $$
But can't go forward from this
Edit
Later understood that $e^{x^4} \neq (e^{x^2})^2$
Rewrite the integral as $$ I=\int e^{x^4}\left(1+x^2+2 x^4\right) d\left(e^{x^2}\right) = \int e^{x^4}\left(1+x^2+2 x^4\right) e^{x^2} d\left(x^2\right) $$ Letting $y=x^2$ yields $$ \begin{aligned} I & =\int e^{y^2+y}\left(1+y+2 y^2\right) d y \\ & =\int e^{y^2+y}[y(2 y+1)+1] d y \\ & =\int y d\left(e^{y^2+y}\right)+\int e^{y^2+y} d y \\ & =y e^{y^2+y}-\int e^{y^2+y} d y+\int e^{y^2+y} d y \\ & =y e^{y^2+y}+C\\ & =x^2 e^{x^4+x^2}+C \end{aligned} $$