0
$\begingroup$

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$$

  • 0
    Please share your thoughts so far :)2017-02-07

3 Answers 3

11

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}$.

3

Assume $2+3x^3=t$ which gives $9x^2dx=dt$ or $x^2dx=dt/9$ $$\int\frac{5x^2}{(2+3x^3)^2}dx=\int\frac{5/9}{t^2}dt=-\frac{5}{9t}+C=-\frac{5}{9(2+3x^3)}+C$$

2

Another way instead of using substitution. $$\int\frac{5x^2}{(2+3x^3)^2}\, \mathrm{d}x=\frac{5}{3}\int\frac{1}{(2+3x^3)^2}\, \mathrm{d}\left ( x^{3} \right )=\frac{5}{9}\int\frac{1}{(2+3x^3)^2}\, \mathrm{d}\left ( 2+3x^{3} \right )=-\frac{5}{9\left ( 2+3x^{3} \right )}+C$$

  • 0
    This is "using substitution", only with different notations.2017-01-12