0
$\begingroup$

Find the area enclosed by the curves:

$x=4-y^2$ and $x=y-2$

$-3 \le y \le 2$

$y-2 \le x \le 4-y^2$

My multiple integral:

$\int_{-3}^{3}( \int_{y-2}^{4-y^2}dx)dy$

Is this right?

  • 0
    Why not sketch the area?2017-01-12
  • 0
    Outer limits are not correct...2017-01-12

2 Answers 2

0

$x=4-y^2$ and $x=y-2$

$-3 \le y \le 2$

$y-2 \le x \le 4-y^2$

Yes, that is correct! A simple plot is always useful.

Careful though:

My multiple integral:

$\int_{-3}^{\color{red}{3}}( \int_{y-2}^{4-y^2}dx)dy$

The upper limit for $y$ should be $2$ instead of $3$, as you probably calculated correctly above.

  • 0
    So the final answer is $ \int_{-3}^{2} (-y^2-y+6)dy= \frac{125}{6} $ ?2017-01-12
  • 0
    Yes, that is [correct](http://www.wolframalpha.com/input/?i=int_%7B-3%7D%5E%7B2%7D+(int_%7By-2%7D%5E%7B4-y%5E2%7D+dx)+dy).2017-01-12
0

$$\int_{-3}^{2}( \int_{y-2}^{4-y^2}dx)dy$$

$$\int_{-3}^{2}6-\int_{-3}^{2}y^2-\int_{-3}^{2} y =30-{35\over3}+{5\over2}={180-70+15\over6}={125\over6}$$

enter image description here