Find the value of the integral: $$\int x^{x^2+1}(2\ln x+1)dx.$$
My attempt: I tried by using integration by parts, but not working since $x^{x^2+1}$ keeps coming again and again.
Then I tried putting $x^{x^2+1}=t$, this also is not helpful. Can someone help me in solving this question?
For the integral $$\int x^{x^2+1} \, (2\ln x+1) \, dx$$ let $u = x^{2} \, \ln x$ for which $du = (2x \, \ln x + x ) \, dx$ and \begin{align} I &= \int x^{x^{2} + 1} \, (2 \, \ln x + 1) \, dx \\ &= \int e^{x^{2} \, \ln x} \, (2 x \, \ln x + x) \, dx \\ &= \int e^{u} \, du \\ &= e^{u} + c_{0} \\ &= e^{x^{2} \, \ln x} + c_{0} = x^{x^{2}} + c_{0}. \end{align} Hence $$\int x^{x^2+1} \, (2\ln x+1) \, dx = x^{x^{2}} + c_{0}.$$