Area between curves and integration

Hurricane3
Messages
16
Reaction score
0
This isn't a homework question, but from my notes that I couldn't figure out (wasn't able to copy the rest of the down)

I have two functions:
y=x
y=x^3 , 0 \leq x \leq 2

and I have to find the area between these two curves.

I know how to do it with respect to x, but I have troubles integrating with respect to y.

From a quick sketch of the graph, it seems like I will have three different integrals.

I can formulate the first two definite integrals:

\int^{1}_{0} (y^1/3 - y) dy + \int^{2}_{1}(y-y^1/3)dy

but I don't know how to forumate the last one... help!

The area should be 5/2.

Thanks
 
Physics news on Phys.org
I'm not sure why you inverted the problem into a dy integration. You can do that but then the upper limit is definitely not 2. Just integrate (x-x^3)dx between 0 and 1 and (x^3-x)dx between 1 and 2 and add them.
 
Because this was part of the notes. In the notes, we integrated with respect to x and the professor showed us how to integrate with respect to y as well. Except I didn't have time to copy that part of the notes (integration with respect to y), so I was just trying to do it just now, but I don't know what's the upper limit for the third part of the integration...
 
If you need to do it that way, then y^(1/3)-y from 0 to 1. y-y^(1/3) from 1 to 2 and 2-y^(1/3) from 2 to 8. Do you see why? Draw the graph. x^3=y, 2^3=8.
 
yeah i see it now! thanks =)
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top