Quote (feanur @ Nov 27 2014 08:16pm)
Well in this case :
Volume = Integral ( y=0 to 1, x = 0 to 1-y, z = 4x² to 5-x², dydxdz)
V = I ( y=0 to 1, x=0 to 1-y, (5-5x²)dxdy )
V = I ( y=0 to 1, [5x - 5x^3/3] between 0 and 1-y.dy )
V = I ( y=0 to 1, [5(1-y) - 5(1-y)^3/3].dy )
3V = I (y=0 to 1, (10 - 15y² + 5y^3)dy )
3V = [ 10y - 5y^3 + (5/4)y^4 ] between 0 and 1
3V = 10 - 5 + (5/4) = 25/4
V = 25/12
if I do no mistake.
I considered the region bounded between z = 4x² and z = 5-x² as the base of the solid and the top piece was the plane x+y=1. So
V = I (x=-1 to 1, z=4x² to 5-x², y=0 to 1-x) dydzdx
Where do you get y=0 to 1 from?