I have to calculate the following integral by using a substitution which result in no so long calculations. What would it be?
$$\int \frac {\sqrt{x-1}-2} {((x-1)^{1/4}-1) \sqrt{x-1 }}\ \mathrm d x$$
I have to calculate the following integral by using a substitution which result in no so long calculations. What would it be?
$$\int \frac {\sqrt{x-1}-2} {((x-1)^{1/4}-1) \sqrt{x-1 }}\ \mathrm d x$$
HINT:
$\sqrt[4]{x-1}=t\implies\sqrt{x-1}=t^2,x-1=t^4\implies dx=4t^3\ dt$
$$\int\dfrac{t^2-2}{t^2(t-1)}4t^3dt=4\int\dfrac{t^3-2t}{t-1}dt$$
Now $t^3-2t=t^3-1-2(t-1)-1=(t-1)(t^2+t+1)-2(t-1)-1$