Michael J. answered 09/29/16
Tutor
5
(5)
Mastery of Limits, Derivatives, and Integration Techniques
u = √x
u2 = x
6∫u(u2 + 9)-1 du
Let r = u2 + 9
dr = 2udu
(1/2)dr = udu
Now we can make the substitution.
6∫r-1(1/2)dr =
3∫r-1ru =
3ln(r) + C =
3ln(u2 + 9) + C
To check, we take the derivative of this answer.
3 * (2u / (u2 + 9)) =
6u / (u2 + 9)
Then we substitute u=√x.
(6√x) / (x + 9)
We get back the original problem.