1

$$ \int \frac{\sqrt[3]{x}+1}{\sqrt[4]{x^3}(\sqrt{x} - \sqrt[6]{x})dx} $$

So I used substitution method: $$ x = t^{12} $$ $$ dx = 12t^{11}dt $$ and I ended up with a very weird integral... could you help me?

Thomas Andrews
  • 177,126
TomDavies92
  • 1,215
  • 3
  • 13
  • 24

1 Answers1

6

Actually, this is beautiful. When you substitute $x=t^{12}$, you get

$$12 \int dt \frac{t^4-1}{t^4+1}$$

Use partial fractions to show that

$$\frac{t^4-1}{t^4+1} = 1 + \frac{1/2}{t+1} - \frac{1/2}{t-1} + \frac{1}{1+t^2}$$

Then the integral is

$$12 t + 6 \log{\left (\frac{t+1}{t-1}\right)} + 12 \arctan{t} + C$$

where $C$ is an integration constant. Substitute back $t=x^{1/12}$ and you are done.

Ron Gordon
  • 138,521