I can't compute this integral, $$\int{\frac{\mathrm{d}x}{\sqrt[3]{\tan(x)}}}$$
I tried making the substitution $\tan(x) = t$, but it does not lead anywhere.
|
|
You were on a good track. If you let $(\tan x)^{1/3} = t$, we have $t^3 = \tan x$. Substituting, yields: $$\int\frac{3t}{t^6+1} dt$$ Using the partial fraction expansion of this, yields: $$\frac{3t}{t^6+1} = \frac{t}{t^2+1} + \frac{\sqrt{3}t-3}{2\sqrt{3}(-t^2+\sqrt{3}t -1)} + \frac{-\sqrt{3}t-3}{2\sqrt{3}(t^2+\sqrt{3}t+1)}$$ A little nasty, but solvable. Make sure to pay attention to all steps! |
|||
|
|
If $t^3=\tan(x)$ then $3t^2dt=\sec^2(x)dx=(1+t^6)dx$, so your integral becomes $$\int\frac{3t^2\,dt}{t(1+t^6)}=\int\frac{3t\,dt}{1+t^6}\,,$$ which can be solved via partial fractions. |
|||
|