Integrate by Parts: Solving \int \ln (x^2 + 1) \, dx

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
2 replies · 1K views
GunnaSix
Messages
34
Reaction score
0

Homework Statement


Find or evaluate the integral using substitution first, then using integration by parts.

[tex]\int \ln (x^2 + 1) \, dx[/tex]


The Attempt at a Solution



[tex]Let \: u = x^2 + 1[/tex]

[tex]du = 2x \, dx[/tex]

[tex]dx = \pm \frac{du}{2 \sqrt{u - 1}}[/tex]

Then

[tex]\int \ln (x^2 + 1) \, dx = \pm \frac{1}{2} \int \frac{\ln u}{\sqrt{u-1}}\, du[/tex]

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?
 
Physics news on Phys.org
I'm not sure what substitution they think you ought to make. It's pretty easy if you apply parts right off regarding the original integral as u*dv where u=ln(1+x^2) and v=x.