
Luke J. answered 02/04/21
Experienced High School through College STEM Tutor
Integration by parts is not a viable option since all terms are algebraic and no other special algebra is involved (trigonometry, exponentials, and the like).
Rewriting the integral using long division is a viable option since it will "simplify" the problem, but you'll use another method to fully solve the integral in a later part of long division.
Rewriting the integral using partial fractions would work if there were a denominator with multiplication of algebraic terms, not just one.
This leaves using a substitution to be the best option to evaluate the integral.
To solve it:
u = x + 1 u + 1 = x + 2 u + 2 = x + 3
du = dx
∫ [ ( u + 1 ) ( u + 2 ) / u ] du = ∫ [ ( u2 + 3 u + 2 ) / u ] du = ∫ ( u + 3 + 2 / u ) du
∫ ( u + 3 + 2 / u ) du = u2 / 2 + 3 u + 2 ln| u |
∫ [ ( x + 2 ) ( x + 3 ) / x ] dx = ( x + 1 )2 / 2 + 3 ( x + 1 ) + 2 ln| x + 1 |
I hope this helps! Message me in the comments if you have any questions or if I did anything wrong!