PDA

View Full Version : vector calculus double integrals


braindead101
Sep23-07, 03:13 PM
Find the volume V of the solid under the surface z=4-x^2-y^2 and over the rectangle R consisting of all points (x,y) such that 0<=x<=1 and 0<=y<=2.

I have started, but am unsure if my approach is correct or not.

x = 4-x^2-y^2
\int^{2}_{0}\int^{1}_{0} 4-x^{2}-y^{2} dx dy
is this correct?

or should i be putting it in polar coordinates, in which case how do i set up the limit of integration
\int\int_{\Omega} f(x,y) dA
\Omega = \left\{ (x,y) | 0<=x<=1, 0<=y<=2 \right\} ? is this right?

Mindscrape
Sep23-07, 03:19 PM
You're looking for the volume under the surface, within the bounds of the rectangle, right? Your first one is fine, though I think you meant to say f(x,y) = 4-x^2-y^2.

HallsofIvy
Sep23-07, 03:39 PM
Find the volume V of the solid under the surface z=4-x^2-y^2 and over the rectangle R consisting of all points (x,y) such that 0<=x<=1 and 0<=y<=2.

I have started, but am unsure if my approach is correct or not.

x = 4-x^2-y^2
I'm not sure why you would write that: z= 4- x2- y2, not x.

\int^{2}_{0}\int^{1}_{0} 4-x^{2}-y^{2} dx dy
is this correct?

or should i be putting it in polar coordinates, in which case how do i set up the limit of integration
\int\int_{\Omega} f(x,y) dA
\Omega = \left\{ (x,y) | 0<=x<=1, 0<=y<=2 \right\} ? is this right?
Of course, your first calculation is correct. In fact, the second formula,
\int\int_{\Omega} f(x,y) dA
is also correct- it's just a general statement of the formula for volume.
But there is no reason to change to polar coordinates. Polar coordinates would be appropriate if you were finding the volume over a disk.