Inverse Trigonometric Functions
They are incomplete and I don't know how to complete them. Who can help me?
1st
$$ \int\frac 1{ x \sqrt{x^{6} - 4}}dx $$ I tried with: $$u = x^3 $$ $$du= 3x^2dx$$ but this is not completed,
2nd
oops, is not $$x^2$$ is only "x" $$ \int \frac 1{ x \sqrt{x-1}}dx $$ $$u = \sqrt x $$ $$du= \frac 1{\sqrt x} dx$$ where is the sqrt(x) on du?
3
$$ \int \frac {e^x}{ \sqrt{4-e^x}}dx $$ I think in this $$u=e^x $$ $$du = e^xdx$$ I have a bad English syntax, but I know read English++ Ok..
For $\int\frac 1{ x \sqrt{x^{6} - 4}}dx$, you didn't go far enough.
Write it as $\int\frac{x^2}{ x^3 \sqrt{x^{6} - 4}}dx $. Make your substitution of $y = x^3$, so $dy = 3 x^2 dx$, and we get $\int \frac{dy}{3 y \sqrt{y^2-4}}$ and this is essentially the same as $\int \frac 1{ x \sqrt{x^2-1}}dx$ with $4$ instead of $1$ (but write $4$ as $2^2$).