What is the antiderivative of sqrt[(X – 1)/(X^5)]d?
1 Answer
Mar 26, 2016
Explanation:
You are asking for:
intsqrt((x-1)/x^5)dx
We should simplify this by trying to remove squared terms. The first step is to split the
intsqrt((x-1)/(x^4(x)))dx=intsqrt(1/x^4((x-1)/x))dx
Now,
=int1/x^2sqrt((x-1)/x)dx
Split up the fraction inside the square root.
=int1/x^2sqrt(1-1/x)dx
We can now use substitution--notice that we have some inner derivatives going on:
Let
Substituting, we see now that
=intsqrtudu=intu^(1/2)du=u^(3/2)/(3/2)+C=2/3u^(3/2)+C
=(2(1-1/x)^(3/2))/3+C