- 2,076
- 140
Homework Statement
Find the volume of the region R between the surfaces z = 4x^2 + 2y^2 \space and \space z = 3 + x^2 - y^2
Homework Equations
The Attempt at a Solution
Okay so I think I have an idea about how to do this one. First I check when the two surfaces intersect, that is when 4x^2 + 2y^2 = 3 + x^2 - y^2. So the two surfaces meet when x^2 + y^2 = 1 which is a circle of radius 1 with center (0,0).
So either x or y run from -1 to 1, it doesn't really matter which one I pick here I think, so I'll hold y fixed : -1 ≤ y ≤ 1
Now solving x^2 + y^2 = 1 for x yields x = ± \sqrt{1-y^2} as my upper and lower limits for x.
Now all that's left to figure out is... what is f? I believe intuitively that f will be the bigger surface minus the smaller surface. So subtracting my two surfaces I get : 3 + x^2 - y^2 - 4x^2 - 2y^2 = 3(1 - x^2 -y^2)
So that my iterated integral becomes :
\int_{-1}^{1} \int_{- \sqrt{1-y^2}}^{\sqrt{1-y^2}} 3(1 - x^2 -y^2) \space dxdy
Evaluating that shouldn't be a problem, I'm just hoping I did everything properly while setting it up. If anyone could clarify for me it would be great :)!