Extra Credit Definite Integral - No Solution In Book- Did I do This right?

Asphyxiated
Messages
263
Reaction score
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
 
Physics news on Phys.org
No, it's not right. (s-1)^(1/3) is not the same as (s^(1/3)-1), and then the algebra problems continue. You aren't going to able to find an indefinite integral for that without using elliptic functions. It's much simpler than that. You have a definite integral from x=(-1) to x=1. Any other thoughts?
 
I don't understand why you are saying that I have a definite integral that I don't have to find the indefinite integral for, isn't that the whole point? To solve a definite integral you need to find the indefinite integral (which is to say the anti-derivative) of the definite integral and then it is F(b)-F(a), right?
 
Yes, but there are some definite integrals you can evaluate without having an indefinite integral. Here's a big hint. If f(x) is odd, i.e. f(-x)=(-f(x)), what's the integral from -1 to 1 of f(x)?
 
Yes, but there are some definite integrals you can evaluate without having an indefinite integral. Here's a big hint. If f(x) is odd, i.e. -f(x)=f(-x), what's the integral from -1 to 1 of f(x).
 
Last edited:
Well, I am not sure of exactly what you mean, if you mean this:

\int^{1}_{-1} -x dx

then the answer would be 0... is that what you getting at?
 
Yes. The integral of sin(x), x*exp(x^2), cos(x)*x, cos(x)*sin(x) etc from -1 to 1 is also 0. You don't have to find the indefinite integral to know that. Could your function be one of this group?
 
Right, well I typed the function into a graphing calculator to look at the graph and I know that the answer is 0 just from the way the graph looks, I was just interested in doing the math to find the indefinite integral, that's all. Let me ask you this, could the problem have been solved the way that I tried to solve it? I know that the algebra is bad in there, but saying that it is right, would it have worked out or is it just not possible to find the indefinite integral of this function using this method?
 
No, the indefinite integral is not an elementary function. Like I said, you can find one by using exotic functions like elliptic integrals, but that's out of your league. You did the right thing by graphing it. Now can you tell me how to figure out that it's zero without graphing it? What property of the function makes the integral zero?
 
  • #10
Well I think that the integral going from -1 to 1 makes it an odd function, and definite integrals of odd functions makes it = 0.
 
  • #11
You're approaching this from the wrong end. The limits of integration aren't what make a function odd or not: it's the function you're integrating that is either odd or it isn't. If the integrand is an odd function, then you can take advantage of the limits of integration to say something about the value of the definite integral.
 
Back
Top