Multivariable Calculus Quiz: Triple Integrals Cartesian
14 questions · exam conditions
0:00
Triple Integrals CartesianQuestion 1 of 14

Calculate the volume of the solid bounded by the planes x=0x=0, z=0z=0, y=2xy=2x, y=4y=4, and x+z=1x+z=1.

83\frac{8}{3}
22
43\frac{4}{3}
44
← Back to quizzes

Multivariable Calculus Quiz

Multivariable Calculus Quiz: Triple Integrals Cartesian

Practice Triple Integrals Cartesian in Multivariable Calculus with focused quiz questions that help you check what you know, review explanations, and build confidence with test-style prompts.

What this quiz covers

This quiz focuses on Triple Integrals Cartesian, giving you a quick way to practice the rules, question types, and explanations that matter most for Multivariable Calculus.

How to use this quiz

Try each quiz question before looking at the correct answer. Use the explanations to review missed ideas, then come back to similar questions until the pattern feels familiar.

All questions

Question 1

Calculate the volume of the solid bounded by the planes x=0x=0, z=0z=0, y=2xy=2x, y=4y=4, and x+z=1x+z=1.

  1. 83\frac{8}{3}
  2. 22
  3. 43\frac{4}{3} (correct answer)
  4. 44
Explanation: When you encounter a problem asking for the volume of a solid bounded by multiple planes, you're dealing with a triple integral setup. The key is carefully determining the region of integration by analyzing how these five planes intersect to form a bounded solid. Start by sketching the region. The planes x=0x=0, z=0z=0, y=2xy=2x, y=4y=4, and x+z=1x+z=1 create a solid in the first octant. From the constraints, xx ranges from 0 to where y=2xy=2x meets y=4y=4, so 0x20 \leq x \leq 2. For each xx, yy goes from 2x2x to 44, and zz ranges from 0 to 1x1-x (from the plane x+z=1x+z=1). Set up the triple integral: V=022x401xdzdydxV = \int_0^2 \int_{2x}^4 \int_0^{1-x} dz \, dy \, dx Working from inside out:
  • 01xdz=1x\int_0^{1-x} dz = 1-x
  • 2x4(1x)dy=(1x)(42x)=(1x)2(2x)=2(1x)(2x)\int_{2x}^4 (1-x) dy = (1-x)(4-2x) = (1-x) \cdot 2(2-x) = 2(1-x)(2-x)
  • 022(1x)(2x)dx=202(23x+x2)dx=2[2x3x22+x33]02=2(46+83)=43\int_0^2 2(1-x)(2-x) dx = 2\int_0^2 (2-3x+x^2) dx = 2[2x - \frac{3x^2}{2} + \frac{x^3}{3}]_0^2 = 2(4-6+\frac{8}{3}) = \frac{4}{3}
Answer choice A (83\frac{8}{3}) likely comes from forgetting the factor of 2 in the yy-integration. Answer B (2) and D (4) probably result from integration errors or incorrect bounds setup. Strategy tip: Always sketch the region first and double-check your bounds by testing corner points. Triple integrals require careful attention to the order of integration and corresponding limits.

Question 2

A student sets up a triple integral to find the mass of a solid EE with density function ρ(x,y,z)\rho(x,y,z). The solid EE is the pyramid with a square base on the xyxy-plane defined by 1x1-1 \le x \le 1, 1y1-1 \le y \le 1, and a vertex at (0,0,2)(0,0,2). The student's setup is: 1111022x2+y2ρ(x,y,z)dzdydx\int_{-1}^1 \int_{-1}^1 \int_0^{2-2\sqrt{x^2+y^2}} \rho(x,y,z) \, dz \, dy \, dx What is the error in this setup?

  1. The bounds for zz should be 00 to 22y2-2|y|.
  2. The bounds for zz describe a cone, not a pyramid. (correct answer)
  3. The bounds for yy should depend on xx.
  4. The lower bound for zz should be z=1z=1.
Explanation: The equation for the surface of the pyramid must be linear. The pyramid consists of four triangular faces. For example, the face in the region x>0,y>0x>0, y>0 and connecting the vertex (0,0,2)(0,0,2) to the edge from (1,0,0)(1,0,0) to (0,1,0)(0,1,0) would lie on the plane z=22x2yz = 2-2x-2y. The upper bound for zz would be a piecewise function of four such planes. The expression z=22x2+y2z=2-2\sqrt{x^2+y^2} describes a cone with its vertex at (0,0,2)(0,0,2) and its base as the circle x2+y2=1x^2+y^2=1 on the xyxy-plane. The student has incorrectly modeled the slanted faces of the pyramid with a conical surface.

Question 3

A solid occupies the region in the first octant bounded by the coordinate planes and the plane x+y+z=1x+y+z=1. The density of the solid is given by the function ρ(x,y,z)=y\rho(x,y,z) = y. What is the total mass of the solid?

  1. 124\frac{1}{24} (correct answer)
  2. 112\frac{1}{12}
  3. 16\frac{1}{6}
  4. 524\frac{5}{24}
Explanation: The mass MM is the triple integral of the density function over the region EE. The region is a tetrahedron defined by x0,y0,z0,x \ge 0, y \ge 0, z \ge 0, and x+y+z1x+y+z \le 1. We set up the integral as M=0101x01xyydzdydxM = \int_0^1 \int_0^{1-x} \int_0^{1-x-y} y \, dz \, dy \, dx. The innermost integral (with respect to zz) is 01xyydz=y(1xy)=yxyy2\int_0^{1-x-y} y \, dz = y(1-x-y) = y - xy - y^2. The middle integral (with respect to yy) is 01x(yxyy2)dy=[y22xy22y33]01x=(1x)22x(1x)22(1x)33=(1x)32(1x)33=(1x)36\int_0^{1-x} (y-xy-y^2) \, dy = [\frac{y^2}{2} - \frac{xy^2}{2} - \frac{y^3}{3}]_0^{1-x} = \frac{(1-x)^2}{2} - \frac{x(1-x)^2}{2} - \frac{(1-x)^3}{3} = \frac{(1-x)^3}{2} - \frac{(1-x)^3}{3} = \frac{(1-x)^3}{6}. The outer integral (with respect to xx) is 01(1x)36dx=[(1x)424]01=0(124)=124\int_0^1 \frac{(1-x)^3}{6} \, dx = [-\frac{(1-x)^4}{24}]_0^1 = 0 - (-\frac{1}{24}) = \frac{1}{24}.

Question 4

Let EE be the solid region bounded by the surfaces z=x2+y2z = \sqrt{x^2+y^2} and z=6(x2+y2)z = 6 - (x^2+y^2). The volume of EE is given by the triple integral E1dV\iiint_E 1 \, dV. If this integral is set up as aaa2x2a2x2x2+y26(x2+y2)dzdydx\int_{-a}^a \int_{-\sqrt{a^2-x^2}}^{\sqrt{a^2-x^2}} \int_{\sqrt{x^2+y^2}}^{6-(x^2+y^2)} dz \, dy \, dx, what is the value of aa?

  1. 33
  2. 5\sqrt{5}
  3. 6\sqrt{6}
  4. 22 (correct answer)
Explanation: When setting up triple integrals for volumes bounded by surfaces, you need to identify where the surfaces intersect to determine the limits of integration. The key insight is that the outer limits of integration correspond to the projection of the region onto the xy-plane. To find this projection, you need to determine where the two surfaces z=x2+y2z = \sqrt{x^2+y^2} and z=6(x2+y2)z = 6 - (x^2+y^2) intersect. Setting them equal: x2+y2=6(x2+y2)\sqrt{x^2+y^2} = 6 - (x^2+y^2) Let r=x2+y2r = \sqrt{x^2+y^2}, so r=6r2r = 6 - r^2. Rearranging: r2+r6=0r^2 + r - 6 = 0, which factors as (r+3)(r2)=0(r+3)(r-2) = 0. Since r0r \geq 0, we have r=2r = 2, meaning x2+y2=2\sqrt{x^2+y^2} = 2. This intersection occurs on the circle x^2 + y^2 = 4$, which has radius 2. The projection of region E onto the xy-plane is therefore the disk of radius 2 centered at the origin. In Cartesian coordinates, this means xrangesfromranges from-2toto2,so, so a = 2$$. Looking at the wrong answers: A) 3 might come from incorrectly solving the intersection equation or confusing it with another parameter. B) 5\sqrt{5} and C) 6\sqrt{6} likely result from algebraic errors when solving r2+r6=0r^2 + r - 6 = 0 or from misunderstanding which surfaces bound the region. Study tip: Always find intersection curves first when setting up triple integrals with multiple bounding surfaces. The intersection determines the boundary of your region's projection, which gives you the outer integration limits.

Question 5

Consider the solid SS bounded by z=x2+y2z = x^2 + y^2 and z=8x2y2z = 8 - x^2 - y^2. Which of the following correctly describes a necessary condition for the limits of integration when evaluating Sf(x,y,z)dV\iiint_S f(x,y,z) \, dV in the order dzdxdydz \, dx \, dy?

  1. The yy-limits must satisfy y2|y| \leq 2 and the xx-limits must depend on yy as x4y2|x| \leq \sqrt{4-y^2} (correct answer)
  2. The yy-limits must satisfy y22|y| \leq 2\sqrt{2} and the xx-limits must be x8y2|x| \leq \sqrt{8-y^2}
  3. The yy-limits are y2|y| \leq 2 and the xx-limits are constant at x2|x| \leq 2
  4. The yy-limits depend on the height zz and cannot be determined without specifying f(x,y,z)f(x,y,z)
Explanation: The solids intersect when x2+y2=8x2y2x^2 + y^2 = 8 - x^2 - y^2, giving 2(x2+y2)=82(x^2 + y^2) = 8, so x2+y2=4x^2 + y^2 = 4. The projection onto the xyxy-plane is the disk x2+y24x^2 + y^2 \leq 4. For the order dzdxdydz \, dx \, dy, we integrate yy outermost, so 2y2-2 \leq y \leq 2. For fixed yy, xx ranges over 4y2x4y2-\sqrt{4-y^2} \leq x \leq \sqrt{4-y^2} (the cross-section of the disk). For fixed (x,y)(x,y), zz ranges from x2+y2x^2 + y^2 to 8x2y28 - x^2 - y^2. Choice B uses the wrong radius (222\sqrt{2} instead of 22). Choice C incorrectly makes xx-limits independent of yy. Choice D incorrectly suggests the limits depend on the integrand function.

Question 6

The region WW is defined by 1x2+y2+z241 \leq x^2 + y^2 + z^2 \leq 4, z0z \geq 0, and x+y+z3x + y + z \leq 3. If we want to compute Wz2dV\iiint_W z^2 \, dV using Cartesian coordinates, which of the following describes the most significant computational challenge?

  1. The spherical bounds x2+y2+z24x^2 + y^2 + z^2 \leq 4 and x2+y2+z21x^2 + y^2 + z^2 \geq 1 create complex radical expressions in all six orders of integration (correct answer)
  2. The constraint x+y+z3x + y + z \leq 3 intersects the spherical shell in a way that makes some orders of integration impossible to set up
  3. The integrand z2z^2 requires integration by parts when combined with the radical bounds from the spherical constraints
  4. The region WW is disconnected, requiring the integral to be split into multiple sub-regions for any order of integration
Explanation: The spherical constraints 1x2+y2+z241 \leq x^2 + y^2 + z^2 \leq 4 create bounds like 1x2y2z4x2y2\sqrt{1 - x^2 - y^2} \leq z \leq \sqrt{4 - x^2 - y^2} (when integrating dzdz last), or similar radical expressions for other variables when integrating them last. These radical expressions make the antiderivatives complex regardless of the order chosen. The constraint x+y+z3x + y + z \leq 3 adds another layer but doesn't make setup impossible - it just adds another bound to consider. Choice B is incorrect because all orders are possible to set up, just computationally intensive. Choice C is wrong because z2z^2 doesn't require integration by parts - the difficulty comes from the bounds, not the integrand. Choice D is incorrect because WW is connected (it's a portion of a spherical shell).

Question 7

Consider the solid region WW defined by x2+y29x^2 + y^2 \leq 9, 0zx2+y20 \leq z \leq x^2 + y^2. If we want to evaluate WzdV\iiint_W z \, dV using the order dxdzdydx \, dz \, dy, which of the following setups is correct?

  1. 3309y2zy2zy2zdxdzdy\int_{-3}^{3} \int_{0}^{9-y^2} \int_{-\sqrt{z-y^2}}^{\sqrt{z-y^2}} z \, dx \, dz \, dy
  2. 33y299y29y2zdxdzdy\int_{-3}^{3} \int_{y^2}^{9} \int_{-\sqrt{9-y^2}}^{\sqrt{9-y^2}} z \, dx \, dz \, dy
  3. 33y29zy2zy2zdxdzdy\int_{-3}^{3} \int_{y^2}^{9} \int_{-\sqrt{z-y^2}}^{\sqrt{z-y^2}} z \, dx \, dz \, dy (correct answer)
  4. 3309zy2zy2zdxdzdy\int_{-3}^{3} \int_{0}^{9} \int_{-\sqrt{z-y^2}}^{\sqrt{z-y^2}} z \, dx \, dz \, dy
Explanation: The region is bounded by x2+y29x^2 + y^2 \leq 9 and 0zx2+y20 \leq z \leq x^2 + y^2. For order dxdzdydx \, dz \, dy: yy ranges from 3-3 to 33. For fixed yy, we need x2+y29x^2 + y^2 \leq 9 and zx2+y2z \leq x^2 + y^2, so x2zy2x^2 \geq z - y^2. Since x2+y29x^2 + y^2 \leq 9, we have z9z \leq 9. But we also need zx2+y2y2z \geq x^2 + y^2 \geq y^2 (since x20x^2 \geq 0), and z0z \geq 0. So zz ranges from y2y^2 to 99. For fixed yy and zz, we need x2=zy2x^2 = z - y^2 (approximately), so xx ranges from zy2-\sqrt{z-y^2} to zy2\sqrt{z-y^2}, provided zy2z \geq y^2. Choice A has wrong zz-bounds. Choice B has wrong xx-bounds. Choice D allows z<y2z < y^2, making zy2\sqrt{z-y^2} undefined.

Question 8

A solid wedge is cut from the cylinder x2+y2=1x^2+y^2=1 by the planes z=0z=0 and z=yz=y in the region where y0y \ge 0. What is the volume of this wedge?

  1. 12\frac{1}{2}
  2. π2\frac{\pi}{2}
  3. 23\frac{2}{3} (correct answer)
  4. 11
Explanation: The volume VV is given by the triple integral E1dV\iiint_E 1 \, dV. The region EE is described by x2+y21x^2+y^2 \le 1, y0y \ge 0, and 0zy0 \le z \le y. The projection of the solid onto the xyxy-plane is the upper semi-disk DD. The volume integral is V=D(0ydz)dA=DydAV = \iint_D \left( \int_0^y dz \right) dA = \iint_D y \, dA. We can set this up as an iterated integral in Cartesian coordinates: V=011y21y2ydxdyV = \int_0^1 \int_{-\sqrt{1-y^2}}^{\sqrt{1-y^2}} y \, dx \, dy. The inner integral gives y[x]1y21y2=2y1y2y[x]_{-\sqrt{1-y^2}}^{\sqrt{1-y^2}} = 2y\sqrt{1-y^2}. The outer integral is 012y1y2dy\int_0^1 2y\sqrt{1-y^2} \, dy. Using the substitution u=1y2u=1-y^2, du=2ydydu=-2y \, dy, we get 10udu=01u1/2du=[23u3/2]01=23\int_1^0 -\sqrt{u} \, du = \int_0^1 u^{1/2} \, du = [\frac{2}{3}u^{3/2}]_0^1 = \frac{2}{3}.

Question 9

What is the average value of the function f(x,y,z)=6xzf(x,y,z) = 6xz over the solid tetrahedron with vertices at (0,0,0)(0,0,0), (1,0,0)(1,0,0), (0,2,0)(0,2,0), and (0,0,3)(0,0,3)?

  1. 920\frac{9}{20}
  2. 910\frac{9}{10} (correct answer)
  3. 98\frac{9}{8}
  4. 185\frac{18}{5}
Explanation: The plane passing through (1,0,0)(1,0,0), (0,2,0)(0,2,0), and (0,0,3)(0,0,3) is given by x1+y2+z3=1\frac{x}{1} + \frac{y}{2} + \frac{z}{3} = 1, or 6x+3y+2z=66x+3y+2z=6. The volume of the tetrahedron is V=16123=1V = \frac{1}{6} \cdot 1 \cdot 2 \cdot 3 = 1. The average value is 1VEf(x,y,z)dV\frac{1}{V} \iiint_E f(x,y,z) dV. We compute E6xzdV=0102(1x)03(1xy/2)6xzdzdydx\iiint_E 6xz \, dV = \int_0^1 \int_0^{2(1-x)} \int_0^{3(1-x-y/2)} 6xz \, dz \, dy \, dx. The inner integral with respect to zz yields 3x(3(1xy/2))2=27x(1xy/2)23x(3(1-x-y/2))^2 = 27x(1-x-y/2)^2. The next integral with respect to yy is 02(1x)27x(1xy/2)2dy=18x(1x)3\int_0^{2(1-x)} 27x(1-x-y/2)^2 \, dy = 18x(1-x)^3. The outer integral is 0118x(1x)3dx=181!3!5!=1820=910\int_0^1 18x(1-x)^3 \, dx = 18 \cdot \frac{1!3!}{5!} = \frac{18}{20} = \frac{9}{10}. Since the volume is 1, the average value is 910\frac{9}{10}.

Question 10

Evaluate the iterated integral: 01z310ln(3)πexsin(y2)y2dxdydz\int_0^1 \int_{\sqrt[3]{z}}^1 \int_0^{\ln(3)} \frac{\pi e^x \sin(y^2)}{y^2} \, dx \, dy \, dz

  1. The integral cannot be evaluated in terms of elementary functions.
  2. π(1cos(1))\pi(1 - \cos(1)) (correct answer)
  3. π(cos(1)1)\pi(\cos(1) - 1)
  4. 3π2(1cos(1))\frac{3\pi}{2}(1 - \cos(1))
Explanation: The integral with respect to yy is problematic. First, integrate with respect to xx: 0ln(3)πexdx=[πex]0ln3=π(31)=2π\int_0^{\ln(3)} \pi e^x dx = [\pi e^x]_0^{\ln 3} = \pi(3-1) = 2\pi. The problem reduces to 2π01z31sin(y2)y2dydz2\pi \int_0^1 \int_{\sqrt[3]{z}}^1 \frac{\sin(y^2)}{y^2} \, dy \, dz. Now, we change the order of integration for yy and zz. The region is 0z10 \le z \le 1 and z3y1\sqrt[3]{z} \le y \le 1. This is equivalent to 0y10 \le y \le 1 and 0zy30 \le z \le y^3. The integral becomes 2π010y3sin(y2)y2dzdy=2π01sin(y2)y2[z]0y3dy=2π01ysin(y2)dy2\pi \int_0^1 \int_0^{y^3} \frac{\sin(y^2)}{y^2} \, dz \, dy = 2\pi \int_0^1 \frac{\sin(y^2)}{y^2} [z]_0^{y^3} \, dy = 2\pi \int_0^1 y \sin(y^2) \, dy. Using substitution u=y2u=y^2, du=2ydydu=2y \, dy, we get π01sin(u)du=π[cos(u)]01=π(cos(1)(1))=π(1cos(1))\pi \int_0^1 \sin(u) \, du = \pi [-\cos(u)]_0^1 = \pi(-\cos(1) - (-1)) = \pi(1-\cos(1)).

Question 11

Which of the following iterated integrals represents the volume of the solid region inside the sphere x2+y2+z2=4x^2+y^2+z^2=4 and inside the cylinder x2+y2=1x^2+y^2=1?

  1. 111x21x21x2y21x2y2dzdydx\int_{-1}^1 \int_{-\sqrt{1-x^2}}^{\sqrt{1-x^2}} \int_{-\sqrt{1-x^2-y^2}}^{\sqrt{1-x^2-y^2}} dz \, dy \, dx
  2. 224x24x21x2y21x2y2dzdydx\int_{-2}^2 \int_{-\sqrt{4-x^2}}^{\sqrt{4-x^2}} \int_{-\sqrt{1-x^2-y^2}}^{\sqrt{1-x^2-y^2}} dz \, dy \, dx
  3. 111x21x204x2y2dzdydx\int_{-1}^1 \int_{-\sqrt{1-x^2}}^{\sqrt{1-x^2}} \int_0^{\sqrt{4-x^2-y^2}} dz \, dy \, dx
  4. 111x21x24x2y24x2y2dzdydx\int_{-1}^1 \int_{-\sqrt{1-x^2}}^{\sqrt{1-x^2}} \int_{-\sqrt{4-x^2-y^2}}^{\sqrt{4-x^2-y^2}} dz \, dy \, dx (correct answer)
Explanation: When setting up triple integrals for volumes, you need to carefully identify the region of integration by finding where the given surfaces intersect and which surface provides the boundary at each point. The region is bounded by both a sphere x2+y2+z2=4x^2+y^2+z^2=4 (radius 2) and a cylinder x2+y2=1x^2+y^2=1 (radius 1). Since the cylinder has a smaller radius than the sphere, the cylinder sits entirely inside the sphere, creating a cylindrical region that extends vertically until it hits the sphere's surface. For the correct setup, start with the xyxy-projection. Since we want the region inside the cylinder x2+y2=1x^2+y^2=1, we integrate xx from 1-1 to 11, and for each xx, yy ranges from 1x2-\sqrt{1-x^2} to 1x2\sqrt{1-x^2}. For the zz-limits, since we're inside both surfaces, zz extends from the bottom of the sphere to the top: 4x2y2-\sqrt{4-x^2-y^2} to 4x2y2\sqrt{4-x^2-y^2}. Option A uses 1x2y2\sqrt{1-x^2-y^2} for the zz-limits, which represents the cylinder's boundary—but cylinders don't have zz-boundaries. Option B incorrectly uses the sphere's xyxy-projection (xx from 2-2 to 22) instead of the cylinder's. Option C only integrates the upper half of the region by using zz from 00 to 4x2y2\sqrt{4-x^2-y^2}, giving half the volume. Option D correctly captures the entire cylindrical region bounded by the sphere. Study tip: Always identify which surface provides each boundary. The intersection region's xyxy-projection comes from the smaller radius, while zz-limits come from surfaces that actually bound zz (like spheres, not cylinders).

Question 12

Let I=0204x2xe2y4ydydxI = \int_0^2 \int_0^{4-x^2} \frac{xe^{2y}}{4-y} dy \, dx. What is the value of the integral II?

  1. The integral diverges.
  2. e412\frac{e^4 - 1}{2}
  3. e84\frac{e^8}{4}
  4. e814\frac{e^8 - 1}{4} (correct answer)
Explanation: When you encounter a double integral where the integrand has a potential singularity within the region of integration, you need to carefully examine whether the integral converges or diverges. Let's analyze the region of integration first. For x[0,2]x \in [0,2], we have y[0,4x2]y \in [0, 4-x^2]. The integrand is xe2y4y\frac{xe^{2y}}{4-y}, which has a potential singularity when 4y=04-y = 0, or y=4y = 4. We need to check if y=4y = 4 lies within our region. When x=0x = 0, yy ranges from 00 to 44, so the singularity occurs at the boundary point (0,4)(0,4). To evaluate this integral, we integrate with respect to yy first. Let u=4yu = 4-y, so du=dydu = -dy and e2y=e2(4u)=e8e2ue^{2y} = e^{2(4-u)} = e^8 \cdot e^{-2u}. When y=0y = 0, u=4u = 4; when y=4x2y = 4-x^2, u=x2u = x^2. The integral becomes: I=02xe84x2e2uu(du)dx=02xe8x24e2uududxI = \int_0^2 x e^8 \int_4^{x^2} \frac{e^{-2u}}{u} (-du) dx = \int_0^2 x e^8 \int_{x^2}^4 \frac{e^{-2u}}{u} du \, dx This integral converges because the singularity at u=0u = 0 is outside our integration region, and x24e2uudu\int_{x^2}^4 \frac{e^{-2u}}{u} du can be evaluated to yield I=e814I = \frac{e^8 - 1}{4}. Choice (A) is wrong because the integral converges despite the apparent singularity. Choices (B) and (C) result from computational errors in handling the exponential terms or the change of variables incorrectly. Study tip: Always check if apparent singularities actually lie within your integration region, and consider substitutions to simplify complex integrands.

Question 13

Let EE be the solid region bounded by the cylinder y2+z2=1y^2+z^2=1 and the planes x=0x=0 and x=yx=y. Evaluate the integral EzdV\iiint_E z \, dV.

  1. 00 (correct answer)
  2. 14\frac{1}{4}
  3. 23\frac{2}{3}
  4. 43\frac{4}{3}
Explanation: The region of integration is over the disk DD in the yzyz-plane, which is y2+z21y^2+z^2 \le 1. The bounds for xx are between the planes x=0x=0 and x=yx=y. This means for y>0y>0, 0xy0 \le x \le y, and for y<0y<0, yx0y \le x \le 0. We can set up the integral as EzdV=D(xminxmaxzdx)dAyz\iiint_E z \, dV = \iint_D \left(\int_{x_{min}}^{x_{max}} z \, dx\right) dA_{yz}. The inner integral is zdx=zx\int z \, dx = zx. Evaluating this gives zyzy for y>0y>0 and zy-zy for y<0y<0. So, the integral is DyzdAyz\iint_D |y|z \, dA_{yz}. This can be split into two parts for y>0y>0 and y<0y<0. Let's integrate with respect to yy first: 111z21z2yzdydz\int_{-1}^1 \int_{-\sqrt{1-z^2}}^{\sqrt{1-z^2}} |y|z \, dy \, dz. For any fixed zz, the inner integral 1z21z2yzdy=z1z21z2ydy\int_{-\sqrt{1-z^2}}^{\sqrt{1-z^2}} |y|z \, dy = z \int_{-\sqrt{1-z^2}}^{\sqrt{1-z^2}} |y| \, dy. Since y|y| is an even function, the integral aaydy\int_{-a}^a |y| dy is positive. However, we then integrate the result, which is of the form CzC \cdot z where C>0C>0, with respect to zz from 1-1 to 11. The function CzCz is an odd function of zz, and the interval [1,1][-1,1] is symmetric about z=0z=0. Therefore, the outer integral 11Czdz=0\int_{-1}^1 Cz \, dz = 0.

Question 14

A solid region is bounded above by the plane z=4yz = 4y and below by the paraboloid z=x2+y2z = x^2 + y^2. Which of the following iterated integrals represents the volume of this solid?

  1. 2224x22+4x2x2+y24ydzdydx\int_{-2}^2 \int_{2-\sqrt{4-x^2}}^{2+\sqrt{4-x^2}} \int_{x^2+y^2}^{4y} dz \, dy \, dx (correct answer)
  2. 2224x22+4x24yx2+y2dzdydx\int_{-2}^2 \int_{2-\sqrt{4-x^2}}^{2+\sqrt{4-x^2}} \int_{4y}^{x^2+y^2} dz \, dy \, dx
  3. 2204x2+y24ydzdydx\int_{-2}^2 \int_0^4 \int_{x^2+y^2}^{4y} dz \, dy \, dx
  4. 044yy24yy204ydzdxdy\int_0^4 \int_{-\sqrt{4y-y^2}}^{\sqrt{4y-y^2}} \int_0^{4y} dz \, dx \, dy
Explanation: The intersection of the two surfaces z=4yz = 4y and z=x2+y2z = x^2 + y^2 occurs when 4y=x2+y24y = x^2+y^2, which can be rewritten as x2+y24y=0x^2 + y^2 - 4y = 0, or x2+(y2)2=4x^2 + (y-2)^2 = 4. This is a circle of radius 2 centered at (0,2)(0,2) in the xyxy-plane, which is the projection of the solid. The solid is bounded below by z=x2+y2z=x^2+y^2 and above by z=4yz=4y, so the innermost integral is x2+y24ydz\int_{x^2+y^2}^{4y} dz. For the bounds of integration in the xyxy-plane, xx ranges from 2-2 to 22. For a fixed xx, yy is bounded by the circle x2+(y2)2=4x^2+(y-2)^2=4, so (y2)2=4x2(y-2)^2 = 4-x^2, which means y2=±4x2y-2 = \pm\sqrt{4-x^2}, or y=2±4x2y = 2 \pm \sqrt{4-x^2}. This gives the bounds for the middle integral.