Area between curves and integration

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
4 replies · 7K views
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 [tex]\leq[/tex] x [tex]\leq[/tex] 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:

[tex]\int^{1}_{0}[/tex] (y^1/3 - y) dy + [tex]\int^{2}_{1}[/tex](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...
 
yeah i see it now! thanks =)