4

Find the integral: $\int \sqrt{x^3+x^4} dx$

I know I could use WolframAlpha, but I wonder if there is a way to calculate this integral in a nice way (some clever substitution perhaps?).

Tried a lot of different ways, but don't seem to find a good way.

I don't want you to calculate the whole integral, I just ask you for a little hint.

Ross Millikan
  • 374,822
Mateusz
  • 852

1 Answers1

4

Here is a suggested method, which involves completing the square and then two substitutions.

$$\sqrt{x^3+x^4}=\frac x2\sqrt{(2x+1)^2-1}$$

Now set $y=2x+1, dy=2dx, x=\frac {y-1}2$ and the integrand becomes $$\frac {y-1}8\cdot\sqrt {y^2-1}$$

Then use the substitution $y=\cosh z$

Mark Bennet
  • 100,194