GunnaSix
- 34
- 0
Homework Statement
Find or evaluate the integral using substitution first, then using integration by parts.
\int \ln (x^2 + 1) \, dx
The Attempt at a Solution
Let \: u = x^2 + 1
du = 2x \, dx
dx = \pm \frac{du}{2 \sqrt{u - 1}}
Then
\int \ln (x^2 + 1) \, dx = \pm \frac{1}{2} \int \frac{\ln u}{\sqrt{u-1}}\, du
I don't know where to go from here. I tried to integrate by parts and it just turned into a mess. Am I approaching this the wrong way?