Asphyxiated
- 263
- 0
Homework Statement
\int^{1}_{-1} 2x\sqrt{(1-x^{2})^{3} +1} dx
The Attempt at a Solution
This is one of those questions in a math book that is almost never assigned and can be seen as "going above and beyond" what the chapter teaches you. I kind of improvised on the solution by substituting variables twice throughout the problem, so I am not sure if the solution is correct. I know that this is a definite integral but I only solved the indefinite portion of it, at least I think that I did. If I can get someone to give me the thumbs up on the indefinite solution I'll plug in the numbers for fun, but this is the part that counts right? ha, anyway:
Let:
u = 1-x^{2}
du = -2x dx
dx = -\frac{1}{2}x^{-1} du
So now the problem is going to look like so:
\int^{1}_{-1} -\frac{1}{2} \frac{2x}{x} \sqrt{(u)^{3}+1}du
and then:
\frac {2x}{x} = 2 \rightarrow -\frac{1}{2}(2) = -1
so now its:
\int^{1}_{-1} - \sqrt{(u)^{3}+1} du
or better yet:
\int^{1}_{-1} -((u)^{3}+1)^{1/2} du
and now it gets to the part of where I am not sure if this is legal to do:
Let:
s = (u)^{3}+1
ds =3u^{2} du
du = \frac{1}{3}u^{-2} ds
and since:
s = (u)^{3} +1 \rightarrow u = (s-1)^{1/3} = (s^{1/3}-1)
so now the problem looks like:
\int^{1}_{-1} -\frac{1}{3}(s)^{1/3}(u)^{-2} ds
which is the same as:
\int^{1}_{-1} -\frac{1}{3}(s)^{1/3}(s^{1/3}-1)^{-2} ds
and then to get rid of the -2 exponent:
\int^{1}_{-1} -\frac{1}{3}(s)^{1/3}(s^{-2/3}-1) ds
then distribute out the binomial:
\int^{1}_{-1} -\frac{1}{3}(s^{-1/3} - s^{1/2}) ds
finally distribute the -1/3:
\int^{1}_{-1} -\frac{1}{3}s^{-1/3} + \frac{1}{3}s^{1/2} ds
now let's take the anti-derivative of what we have:
-\frac{1}{2}(s)^{2/3}+\frac{2}{9}(s)^{3/2}
and then substitute:
-\frac{1}{2}(u^{3}+1)^{2/3}+\frac{2}{9}(u^{3}+1)^{3/2}
and once more:
-\frac{1}{2}((1-x^{2})^{3}+1)^{2/3}+\frac{2}{9}((1-x^{2})^{3}+1)^{3/2}
then finally to complete the indefinite integral of the problem:
-\frac{1}{2}((1-x^{2})^{3}+1)^{2/3}+\frac{2}{9}((1-x^{2})^{3}+1)^{3/2} + C