1

I'm stuck with those integrals. Can you give me a hint how to start solving?

$$\int{\frac{\ln(x+1)}{x+1}}dx$$

$$\int{\frac{1}{x^2-1}}dx$$

Adi Dani
  • 16,949

3 Answers3

1

Hints:

$\bullet (\displaystyle \ln (x+1))'=\frac{1}{x+1}$

$\bullet \displaystyle \frac{1}{x^2-1}=\frac{1/2}{x-1}-\frac{1/2}{x+1}$

Git Gud
  • 31,356
1

For the first integral, use $u$-substitution.

For the second integral, use partial fraction decomposition.

Zev Chonoles
  • 129,973
1

Hint: try the substitution $u=\log(x+1)$

Hint: use partial fractions to write $\dfrac1{x^2-1}=\dfrac A{x-1}+\dfrac B{x+1}$

robjohn
  • 345,667