2

In a solutions manual I see they integrate this $\frac{1}{2}r(4-r^2)^2$ and in the next this is $-\frac{1}{12}(4-r^2)^3$. Is this possible without working out the parentheses?

Can someone explain this step? Thanks!

Derk
  • 277

1 Answers1

4

Yes, definitely. We are given

$$\int \dfrac{1}{2}r(4 - r^2)^2\,dr$$

Set $u = 4 - r^2$. Then, $du = -2r\,dr$, which gives

$$-\dfrac{1}{4} \int u^2\,du = -\dfrac{1}{12} u^3 + \mbox{C}$$

Thus, we have $-\frac{1}{12}(4 - r^2)^3 + \mbox{C}$.

NasuSama
  • 3,364