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 =)
 
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...
Back
Top