I would like to know how I should calculate the integration below.
How do you integrate it?
$$\int\frac{5x^2}{(2+3x^3)^2}\ \mathrm{d}x$$
I would like to know how I should calculate the integration below.
How do you integrate it?
$$\int\frac{5x^2}{(2+3x^3)^2}\ \mathrm{d}x$$
Substitute $u = 2+3x^3$, so that $du = 9x^2 dx$.
Then, $\displaystyle \frac{5}{9}\int \frac{9x^2}{u^2} \,dx = \frac{5}{9}\int \frac{1}{u^2} \, du = \left(\frac{5}{9}\right)\left(-\frac{1}{u}\right) = \boxed{-\frac{5}{9(2+3x^3)}+C}$.