PDA

View Full Version : Volume of region between two functions?


Khan86
Nov15-04, 03:23 PM
The two functions are z=2x^2-4 and z=4-2y^2, and I'm supposed to find the volume between the two by integrating two ways: one with respect to z first, and the other with respect to z last (x and y don't have a set order).

When integrating with respect to z first, I had the limits such that z ranged from 2x^2-4 to 4-2y^2, and since x and y only depend on z and z has been covered already, I thought that x and y both ranged from -2 to 2.

When I integrated with respect to z last, I had x range from -(z/2+2)^1/2 to (z/2+2)^1/2 and y range from -(2-z/2)^1/2 to (2-z/2)^1/2, with z ranging from -4 to 4.

The problem is that I got two different answers, although I feel more confident in my answer from integrating the second way, z last (128/3). Could anyone help me with where I went wrong?

NateTG
Nov15-04, 05:08 PM
I don't understand:
You mention two one-dimensional functions, and you ask for the volume rather than area between them.
You write z=2x^2-4 as if z is a dependant variable, but then you claim to integrate with respect to z.

If you're talking about tbhe volume bounded by f(x,y)=2x^2-4 and g(x,y)=4-2y^2, I'm not sure that you can use a rectangular bounding region:
If I simplify 2x^2-4=4-2y^2, I get x^2+y^2=2^2 which is a circle of radius 2.

Perhaps you could look into using slices?

Khan86
Nov15-04, 08:10 PM
I'll try and describe the three dimensional region more clearly.

z1 = 2x^2 - 4 is a parabola in the x-z plane that runs all through the y-axis, if that makes sense. It is a three dimensional surface that happens to be independent of y, so it is the same parabola for all y-values. The same goes for z2 = 4 - 2y^2, except it lies in the y-z plane, meaning that the two functions are perpendicular to eachother. The 3d space between z1 and z2 is a volume, bordered on top by z1 and on bottom by z2. The functions aren't two dimensional, they are just independent of the third, making the same two dimensional graph for all values of the third variable not in the equation.

Does that make any more sense? The problem I'm having is finding the bounds for dzdxdy and dxdydz.

Leo32
Nov16-04, 06:30 AM
In order to find the bounds, make an imagination of how that volume looks in space.

Integration bounds are there where both functions cut into each other, ea, share the same z value for a given x/y point.

Take it from there.

Greetz,
Leo

NateTG
Nov16-04, 11:12 AM
Does that make any more sense? The problem I'm having is finding the bounds for dzdxdy and dxdydz.

I mentioned in my post that the 'shadow' that this region casts into the xy plane is a circle. It's also relatively easy to identify that the z range is (4,-4).