0

enter image description here Find area in the region: $$ \frac{1}{x} <y < x^{\frac13}$$ , $1 <x<8$

So, I thought of integrating 'vertically' by:

$$ \int y dx = xy - \int x dy =16- \left[ \int_1^2 y^3 + \int_0^1 \frac{1}{y} dy\right] $$

Now, the problem is that $ \int_0^1 \frac{dy}{y}$ part, it seems to blow up. So, this method seems unfeasible, is there are any reason I could 'remove' the blow up and what exactly is the property of the function which causes this to occur?

Note the integral $ \int_0^1 \frac{1}{y} dy$ represents this following area: enter image description here

2 Answers2

1

Vertically:

$$\int_{1/8}^1 (8-1/y) \ dy + \int_{1}^2 (8-y^3) \ dy$$

Horizontally:

$$\int_{1}^8 (x^{1/3}-1/x) \ dx$$

David P
  • 12,320
0

Ok, I basically screwed up the figure, the figure in the question goes from $0 $ to $8$ but we want from $1$ to $8$

enter image description here

The area of rectangle is given as $2 \cdot 8$

enter image description here

The blue area is given as:

$$ \int_1^2 y^3 dy $$

And the purple given as:

$$ \int_{\frac18}^1 \frac{1}{y} dy$$

Putting it together

$$ \text{required area} = 2 \cdot 16 - \int_1^2 y^3 dy - \int_{\frac18}^1 \frac{1}{y} dy$$

And this gives the same as David P's answer