What is the integral of x^3/(x^2+1)?
1 Answer
Oct 9, 2016
Explanation:
We will use integration by substitution, as well as the integrals
=1/2int((x^2+1)-1)/(x^2+1)2xdx
Let
=1/2int(1-1/u)du
=1/2(u-ln|u|)+C
=(x^2+1)/2-ln(x^2+1)/2+C
=x^2/2-ln(x^2+1)/2 + 1/2 + C
=(x^2-ln(x^2+1))/2+C
(Note that as