iRaid
- 558
- 8
Homework Statement
Make a substitution to express the integrand as a rational
function and then evaluate the integral.
[tex]\int \frac{x^{3}}{\sqrt[3]{x^{2}+1}}dx[/tex]
Homework Equations
The Attempt at a Solution
I didn't know what to substitute using their directions, but I got the answer (I think), could someone tell me if my answer is right and how to do it using the directions.
[tex]u=x^{2} \\du=2xdx[/tex]
[tex]\int \frac{u}{\sqrt[3]{u+1}} du[/tex]
[tex]v=u+1 \\dv=du[/tex]
[tex]\int \frac{v-1}{\sqrt[3]{v}} dv = \int v^{\frac{2}{3}}-v^{\frac{-1}{3}}dv[/tex]
Therefore the answer is:
[tex]\frac{3(x^{2}+1)^{\frac{5}{3}}}{5}-\frac{3(x^{2}+1)^{\frac{2}{3}}}{2}+C[/tex]