PDA

View Full Version : Double Integral Over General Region


vandyboy73191
Nov4-09, 06:42 PM
1. The problem statement, all variables and given/known data

1. Find the volume of the solid which is under the surface z = 2x + y2 and above the region bounded by x = y^2 and x = y^3.

2. Relevant equations



3. The attempt at a solution

So first I graphed x=y^3 and x=y^2. (http://h.imagehost.org/t/0716/Math_Problem.jpg (http://h.imagehost.org/view/0716/Math_Problem))
I found their points of intersection (y=1 or y =0).
Set up double integral as Integral from 0 to 1 Integral from y^2 to y^3 of (2x+y^2) dx dy
where y^2<x<y^3 and 0<y<1

I calculated the integral and got 1/7 plus 1/6 minus 2/5


Is my work correct?

Mark44
Nov4-09, 08:03 PM
Your answer is almost right; your sign is wrong. It should be 2/5 - 1/7 - 1/6 = 19/210
For each horizontal strip, the left boundary is x = y^3 and the right boundary is x = y^2. You have them reversed in your inner integral, which gives you the opposite sign.

union68
Nov4-09, 08:22 PM
Based on your picture, shouldn't it be y=x^3 and x=y^2?

However, if you did write the equations correctly, then you've drawn the region wrong.

Mark44
Nov4-09, 08:27 PM
vandyboy's graph for x = y^3 is incorrect. He has actually drawn the graph of y = x^3.

vandyboy73191
Nov4-09, 11:18 PM
Oops. Yeah I just noticed that. thanks guys