Multivariable Calculus Quiz: Changing Integration Order
14 questions · exam conditions
0:00
Changing Integration OrderQuestion 1 of 14

Evaluate the iterated integral 08y32cos(x4)dxdy\int_0^8 \int_{\sqrt[3]{y}}^2 \cos(x^4) dx dy by changing the order of integration.

4sin(16)4\sin(16)
sin(16)\sin(16)
14(cos(16)1)\frac{1}{4}(\cos(16)-1)
14sin(16)\frac{1}{4}\sin(16)
← Back to quizzes

Multivariable Calculus Quiz

Multivariable Calculus Quiz: Changing Integration Order

Practice Changing Integration Order 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 Changing Integration Order, 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

Evaluate the iterated integral 08y32cos(x4)dxdy\int_0^8 \int_{\sqrt[3]{y}}^2 \cos(x^4) dx dy by changing the order of integration.

  1. 4sin(16)4\sin(16)
  2. sin(16)\sin(16)
  3. 14(cos(16)1)\frac{1}{4}(\cos(16)-1)
  4. 14sin(16)\frac{1}{4}\sin(16) (correct answer)
Explanation: When you encounter an iterated integral that's difficult to evaluate directly, changing the order of integration is often the key to solving it. The integrand cos(x4)\cos(x^4) has no elementary antiderivative with respect to xx, so you must switch the order. First, sketch the region of integration. The limits tell you that yy goes from 0 to 8, and for each yy, xx goes from y3\sqrt[3]{y} to 2. The curve x=y3x = \sqrt[3]{y} means y=x3y = x^3. So your region is bounded by y=x3y = x^3, y=8y = 8, and x=2x = 2. To reverse the order, determine the new limits. Since xx ranges from 0 to 2, and for each xx, yy goes from x3x^3 to 8, the integral becomes: 02x38cos(x4)dydx\int_0^2 \int_{x^3}^8 \cos(x^4) dy dx Now you can integrate with respect to yy first: x38cos(x4)dy=cos(x4)yx38=cos(x4)(8x3)\int_{x^3}^8 \cos(x^4) dy = \cos(x^4) \cdot y \Big|_{x^3}^8 = \cos(x^4)(8 - x^3) This gives you: 02cos(x4)(8x3)dx=028cos(x4)dx02x3cos(x4)dx\int_0^2 \cos(x^4)(8 - x^3) dx = \int_0^2 8\cos(x^4) dx - \int_0^2 x^3\cos(x^4) dx For the second integral, use substitution u=x4u = x^4, so du=4x3dxdu = 4x^3 dx. This yields 14sin(16)\frac{1}{4}\sin(16) for the entire expression. Choice A gives 4sin(16)4\sin(16) (missing the factor of 14\frac{1}{4}), choice B gives sin(16)\sin(16) (computational error), and choice C involves cosine instead of sine, suggesting confusion with the antiderivative. Always sketch the region first when changing integration order—visualization prevents limit errors.

Question 2

The sum of two iterated integrals is given by I=01y0f(x,y)dxdy+122y0f(x,y)dxdyI = \int_0^1 \int_{-\sqrt{y}}^0 f(x,y) dx dy + \int_1^2 \int_{-\sqrt{2-y}}^0 f(x,y) dx dy. When II is rewritten as a single iterated integral with the order of integration reversed (dydxdy dx), what is the equation for the upper bound of the inner integral?

  1. y=2xy=2-x
  2. y=x2y = x^2
  3. y=1y=1
  4. y=2x2y = 2-x^2 (correct answer)
Explanation: When you see a problem asking to reverse the order of integration in iterated integrals, you need to sketch the region of integration to understand its boundaries in the new coordinate system. Let's analyze each integral separately. The first integral 01y0f(x,y)dxdy\int_0^1 \int_{-\sqrt{y}}^0 f(x,y) dx dy describes a region where yy goes from 0 to 1, and for each yy, xx goes from y-\sqrt{y} to 0. This gives us the curve x=yx = -\sqrt{y}, or equivalently y=x2y = x^2 (since x0x \leq 0). The second integral 122y0f(x,y)dxdy\int_1^2 \int_{-\sqrt{2-y}}^0 f(x,y) dx dy has yy from 1 to 2, with xx from 2y-\sqrt{2-y} to 0. This gives us x=2yx = -\sqrt{2-y}, which rearranges to y=2x2y = 2-x^2. When you sketch these regions, you'll see they form a single connected region bounded on the right by x=0x = 0, below by y=x2y = x^2, and above by y=2x2y = 2-x^2. The xx-values range from some negative value to 0. For the reversed integral f(x,y)dydx\int \int f(x,y) dy dx, the upper bound of the inner integral (the dydy integral) is y=2x2y = 2-x^2, making (D) correct. The wrong answers represent other boundaries: (A) y=2xy = 2-x is a line, not our parabolic boundary; (B) y=x2y = x^2 is actually the lower boundary; (C) y=1y = 1 is just the horizontal line where the two original regions meet. Strategy tip: Always sketch the region first when reversing integration order—visual understanding prevents boundary confusion.

Question 3

The sum of integrals 0102yf(x,y)dxdy+12042yf(x,y)dxdy\int_0^1 \int_0^{2y} f(x,y) dx dy + \int_1^2 \int_0^{4-2y} f(x,y) dx dy represents the integration of a function f(x,y)f(x,y) over a planar region RR. Which single iterated integral also represents the integration of f(x,y)f(x,y) over RR?

  1. 02x/22x/2f(x,y)dydx\int_0^2 \int_{x/2}^{2-x/2} f(x,y) dy dx (correct answer)
  2. 022x42xf(x,y)dydx\int_0^2 \int_{2x}^{4-2x} f(x,y) dy dx
  3. 04x/22x/2f(x,y)dydx\int_0^4 \int_{x/2}^{2-x/2} f(x,y) dy dx
  4. 022x/2x/2f(x,y)dydx\int_0^2 \int_{2-x/2}^{x/2} f(x,y) dy dx
Explanation: The first integral is over the region R1R_1 defined by 0y10 \le y \le 1 and 0x2y0 \le x \le 2y. This is a triangle with vertices (0,0)(0,0), (2,1)(2,1), and (0,1)(0,1). The second integral is over the region R2R_2 defined by 1y21 \le y \le 2 and 0x42y0 \le x \le 4-2y. This is a triangle with vertices (0,1)(0,1), (2,1)(2,1), and (0,2)(0,2). The total region R=R1R2R = R_1 \cup R_2 is a triangle with vertices (0,0)(0,0), (2,1)(2,1), and (0,2)(0,2). To express this as a single integral with the order reversed (dydxdy dx), we need to find the bounds for yy in terms of xx. The overall range for xx is from 00 to 22. The lower boundary of the region is the line segment from (0,0)(0,0) to (2,1)(2,1), which has the equation y=x/2y=x/2. The upper boundary is the line segment from (2,1)(2,1) to (0,2)(0,2), which has the equation y2=1220(x0)y-2 = \frac{1-2}{2-0}(x-0), or y=x/2+2y = -x/2 + 2. Thus, for a fixed xx from 00 to 22, yy ranges from x/2x/2 to 2x/22-x/2. The equivalent single integral is 02x/22x/2f(x,y)dydx\int_0^2 \int_{x/2}^{2-x/2} f(x,y) dy dx.

Question 4

Let RR be the region in the first quadrant bounded by the parabola y=x2y=x^2, the line y=4y=4, and the y-axis. The integral of a function f(x,y)f(x,y) over RR can be written as I=Rf(x,y)dAI = \iint_R f(x,y) dA. If one were to set up this integral with yy as the inner variable of integration (dydxdy dx), and then reverse the order, what would be the resulting integral?

  1. 02x24f(x,y)dydx\int_0^2 \int_{x^2}^4 f(x,y) dy dx
  2. 040yf(x,y)dxdy\int_0^4 \int_0^{\sqrt{y}} f(x,y) dx dy (correct answer)
  3. 040y2f(x,y)dxdy\int_0^4 \int_0^{y^2} f(x,y) dx dy
  4. 020yf(x,y)dxdy\int_0^2 \int_0^{\sqrt{y}} f(x,y) dx dy
Explanation: When you encounter double integral order-reversal problems, you need to carefully analyze the region of integration and express the same region using different limits. First, let's establish the region R. In the first quadrant, you have the parabola y=x2y = x^2, the horizontal line y=4y = 4, and the y-axis (x=0x = 0). These intersect where x2=4x^2 = 4, so x=2x = 2 (taking the positive value since we're in the first quadrant). The region R is bounded by 0x20 ≤ x ≤ 2 and x2y4x^2 ≤ y ≤ 4. Setting up with dydxdy dx order first: 02x24f(x,y)dydx\int_0^2 \int_{x^2}^4 f(x,y) dy dx To reverse the order to dxdydx dy, you need to think about how x varies for each fixed y-value. Since y ranges from 0 to 4, and for each y-value, x ranges from the y-axis (x=0x = 0) to the parabola, you need to solve y=x2y = x^2 for x, giving x=yx = \sqrt{y}. Therefore: 040yf(x,y)dxdy\int_0^4 \int_0^{\sqrt{y}} f(x,y) dx dy This matches answer choice B. Answer A gives the original integral before order reversal. Answer C incorrectly uses y2y^2 instead of y\sqrt{y} as the upper x-limit, confusing the relationship between x and y on the parabola. Answer D has the wrong y-limits (0 to 2 instead of 0 to 4), mixing up the x-range with the y-range. Strategy tip: Always sketch the region first, then carefully trace how each variable varies while the other is held fixed. The key is correctly inverting the boundary equation.

Question 5

A solid region is described by the inequalities 0zyx10 \le z \le y \le x \le 1. The integral of a function f(x,y,z)f(x,y,z) over this region is given by 010x0yf(x,y,z)dzdydx\int_0^1 \int_0^x \int_0^y f(x,y,z) dz dy dx. Which of the following integrals is equivalent?

  1. 01z1y1f(x,y,z)dxdydz\int_0^1 \int_z^1 \int_y^1 f(x,y,z) dx dy dz (correct answer)
  2. 010z0yf(x,y,z)dxdydz\int_0^1 \int_0^z \int_0^y f(x,y,z) dx dy dz
  3. 01y1z1f(x,y,z)dxdydz\int_0^1 \int_y^1 \int_z^1 f(x,y,z) dx dy dz
  4. 01zxyxf(x,y,z)dxdydz\int_0^1 \int_z^x \int_y^x f(x,y,z) dx dy dz
Explanation: The region is defined by 0zyx10 \le z \le y \le x \le 1. To change the order of integration to dxdydzdx dy dz, we determine the bounds from the outermost integral inwards. The variable zz is bounded by 00 and can reach a maximum value of 11 (when z=y=x=1z=y=x=1), so 0z10 \le z \le 1. For a fixed zz, the variable yy is bounded below by zz and can reach a maximum of 11, so zy1z \le y \le 1. For fixed yy and zz, the variable xx is bounded below by yy and above by 11, so yx1y \le x \le 1. Combining these gives the integral 01z1y1f(x,y,z)dxdydz\int_0^1 \int_z^1 \int_y^1 f(x,y,z) dx dy dz.

Question 6

The integral 01y22y0x+yf(x,y,z)dzdxdy\int_0^1 \int_{y^2}^{2y} \int_0^{x+y} f(x,y,z) \, dz \, dx \, dy represents integration over a region in three-dimensional space. When the order is changed to dx dz dy, which expression gives the correct bounds?

  1. 0103ymax(y2,zy)min(2y,zy)f(x,y,z)dxdzdy\int_0^1 \int_0^{3y} \int_{\max(y^2, z-y)}^{\min(2y, z-y)} f(x,y,z) \, dx \, dz \, dy
  2. 0103yy22yf(x,y,z)dxdzdy\int_0^1 \int_0^{3y} \int_{y^2}^{2y} f(x,y,z) \, dx \, dz \, dy
  3. 0103max(y2,zy)min(2y,z+y)f(x,y,z)dxdzdy\int_0^1 \int_0^{3} \int_{\max(y^2, z-y)}^{\min(2y, z+y)} f(x,y,z) \, dx \, dz \, dy
  4. 0103max(y2,zy)min(2y,zy)f(x,y,z)dxdzdy\int_0^1 \int_0^{3} \int_{\max(y^2, z-y)}^{\min(2y, z-y)} f(x,y,z) \, dx \, dz \, dy (correct answer)
Explanation: From the original bounds: 0 ≤ y ≤ 1, y² ≤ x ≤ 2y, and 0 ≤ z ≤ x+y. The maximum value of z occurs when x = 2y and y = 1, giving z_max = 2(1) + 1 = 3. So z ranges from 0 to 3. For fixed y and z, we need y² ≤ x ≤ 2y and 0 ≤ z ≤ x+y. The constraint z ≤ x+y gives x ≥ z-y. Also, since z ≥ 0, we need z ≥ 0. The bounds for x become max(y², z-y) ≤ x ≤ min(2y, no upper constraint from z since z ≤ x+y is automatically satisfied when x ≥ z-y). Wait, let me reconsider: if z ≤ x+y, then the maximum x for given y,z should incorporate this. Actually, the original constraint 0 ≤ z ≤ x+y means z-y ≤ x, so x ≥ z-y. The upper bound for x remains 2y from the original constraint. So max(y², z-y) ≤ x ≤ 2y, but we also need this to be a valid interval.

Question 7

Consider the region R bounded by the surfaces z=x2+y2z = x^2 + y^2, z=8x2y2z = 8 - x^2 - y^2, and x2+y2=4x^2 + y^2 = 4. The integral Rf(x,y,z)dV\int \int \int_R f(x,y,z) \, dV can be written as 224x24x2x2+y28x2y2f(x,y,z)dzdydx\int_{-2}^2 \int_{-\sqrt{4-x^2}}^{\sqrt{4-x^2}} \int_{x^2+y^2}^{8-x^2-y^2} f(x,y,z) \, dz \, dy \, dx. What is the equivalent integral with order dx dy dz?

  1. 044z/24z/24y24y2f(x,y,z)dxdydz\int_0^4 \int_{-\sqrt{4-z/2}}^{\sqrt{4-z/2}} \int_{-\sqrt{4-y^2}}^{\sqrt{4-y^2}} f(x,y,z) \, dx \, dy \, dz
  2. 04min(z,8z)min(z,8z)min(z,8z)y2min(z,8z)y2f(x,y,z)dxdydz+488z8z8zy28zy2f(x,y,z)dxdydz\int_0^4 \int_{-\sqrt{\min(z, 8-z)}}^{\sqrt{\min(z, 8-z)}} \int_{-\sqrt{\min(z, 8-z)-y^2}}^{\sqrt{\min(z, 8-z)-y^2}} f(x,y,z) \, dx \, dy \, dz + \int_4^8 \int_{-\sqrt{8-z}}^{\sqrt{8-z}} \int_{-\sqrt{8-z-y^2}}^{\sqrt{8-z-y^2}} f(x,y,z) \, dx \, dy \, dz
  3. 04zzzy2zy2f(x,y,z)dxdydz+488z8z8zy28zy2f(x,y,z)dxdydz\int_0^4 \int_{-\sqrt{z}}^{\sqrt{z}} \int_{-\sqrt{z-y^2}}^{\sqrt{z-y^2}} f(x,y,z) \, dx \, dy \, dz + \int_4^8 \int_{-\sqrt{8-z}}^{\sqrt{8-z}} \int_{-\sqrt{8-z-y^2}}^{\sqrt{8-z-y^2}} f(x,y,z) \, dx \, dy \, dz (correct answer)
  4. 48224y24y2f(x,y,z)dxdydz\int_4^8 \int_{-2}^2 \int_{-\sqrt{4-y^2}}^{\sqrt{4-y^2}} f(x,y,z) \, dx \, dy \, dz
Explanation: The region is bounded by the paraboloid z = x²+y² (below), the paraboloid z = 8-x²-y² (above), and the cylinder x²+y² = 4. These surfaces intersect when x²+y² = 8-x²-y², giving x²+y² = 4, which matches the cylindrical boundary. The z-values range from 0 (at the origin on the lower paraboloid) to 8 (at the origin on the upper paraboloid), but we're constrained by the cylinder x²+y² ≤ 4. At the cylinder boundary, z ranges from 4 to 4 (the paraboloids intersect). For 0 ≤ z ≤ 4, the lower paraboloid z = x²+y² gives the constraint x²+y² ≤ z, while for 4 ≤ z ≤ 8, the upper paraboloid z = 8-x²-y² gives x²+y² ≤ 8-z. This splits the integral into two parts as shown in choice C.

Question 8

For the region bounded by the curves y=x2y = x^2, y=2xy = 2x, and x=0x = 0, the integral RxydA\int \int_R xy \, dA can be written as 02x22xxydydx\int_0^2 \int_{x^2}^{2x} xy \, dy \, dx. What is the equivalent integral with the order of integration reversed?

  1. 02y/2yxydxdy\int_0^2 \int_{y/2}^{\sqrt{y}} xy \, dx \, dy
  2. 01y/2yxydxdy+14y/22xydxdy\int_0^1 \int_{y/2}^{\sqrt{y}} xy \, dx \, dy + \int_1^4 \int_{y/2}^{2} xy \, dx \, dy (correct answer)
  3. 04yy/2xydxdy\int_0^4 \int_{\sqrt{y}}^{y/2} xy \, dx \, dy
  4. 01yy/2xydxdy+14y/22xydxdy\int_0^1 \int_{\sqrt{y}}^{y/2} xy \, dx \, dy + \int_1^4 \int_{y/2}^{2} xy \, dx \, dy
Explanation: The curves y = x² and y = 2x intersect when x² = 2x, so x = 0 or x = 2. The region is bounded by x = 0, y = x², and y = 2x for 0 ≤ x ≤ 2. To reverse the order, we need to determine the y-range and corresponding x-bounds. The maximum y-value occurs at the intersection point (2, 4). For 0 ≤ y ≤ 1, the region extends from the line y = 2x (giving x = y/2) to the parabola y = x² (giving x = √y). For 1 ≤ y ≤ 4, the region extends from x = y/2 to x = 2 (the right boundary). The split at y = 1 occurs because that's where the nature of the right boundary changes from the parabola y = x² to the vertical line x = 2.

Question 9

Consider the integral 111x21x2f(x,y)dydx\int_{-1}^1 \int_{-\sqrt{1-x^2}}^{\sqrt{1-x^2}} f(x,y) \, dy \, dx. If this integral is rewritten in terms of g(r,θ)drdθ\int \int g(r,\theta) \, dr \, d\theta, what would be the most appropriate choice for the limits and integrand?

  1. 02π01f(rcosθ,rsinθ)rdrdθ\int_0^{2\pi} \int_0^1 f(r\cos\theta, r\sin\theta) \cdot r \, dr \, d\theta (correct answer)
  2. 0π01f(rcosθ,rsinθ)rdrdθ\int_0^{\pi} \int_0^1 f(r\cos\theta, r\sin\theta) \cdot r \, dr \, d\theta
  3. 02π01f(rcosθ,rsinθ)drdθ\int_0^{2\pi} \int_0^1 f(r\cos\theta, r\sin\theta) \, dr \, d\theta
  4. ππ01f(rcosθ,rsinθ)rdrdθ\int_{-\pi}^{\pi} \int_0^1 f(r\cos\theta, r\sin\theta) \cdot r \, dr \, d\theta
Explanation: The original integral represents integration over a disk of radius 1 centered at the origin (the region where x² + y² ≤ 1). When converting to polar coordinates, we have x = r cos θ and y = r sin θ, and the area element becomes dx dy = r dr dθ. The region is the full disk, so r ranges from 0 to 1 and θ ranges from 0 to 2π to cover the entire circle. The integrand becomes f(r cos θ, r sin θ) · r, where the factor r comes from the Jacobian of the coordinate transformation. Choice B only covers half the disk (θ from 0 to π), choice C is missing the Jacobian factor r, and choice D uses the correct range for θ but in a less standard form.

Question 10

Which of the following iterated integrals is equivalent to the expression I=01x2xey3/2dydxI = \int_0^1 \int_{x^2}^{\sqrt{x}} e^{y^{3/2}} dy dx?

  1. 01y2yey3/2dxdy\int_0^1 \int_{y^2}^{\sqrt{y}} e^{y^{3/2}} dx dy (correct answer)
  2. 01yy2ey3/2dxdy\int_0^1 \int_{\sqrt{y}}^{y^2} e^{y^{3/2}} dx dy
  3. 01x2xey3/2dxdy\int_0^1 \int_{x^2}^{\sqrt{x}} e^{y^{3/2}} dx dy
  4. 01y1/4yey3/2dxdy\int_0^1 \int_{y^{1/4}}^y e^{y^{3/2}} dx dy
Explanation: The region of integration is defined by 0x10 \le x \le 1 and x2yxx^2 \le y \le \sqrt{x}. To change the order of integration, we first analyze the region. The curves y=x2y=x^2 and y=xy=\sqrt{x} intersect at (0,0)(0,0) and (1,1)(1,1). For x[0,1]x \in [0,1], we have x2xx^2 \le \sqrt{x}. If we integrate with respect to xx first, we need to express the bounds of xx in terms of yy. The range of yy over this region is from 00 to 11. The curve y=xy=\sqrt{x} can be written as x=y2x=y^2, and y=x2y=x^2 can be written as x=yx=\sqrt{y}. For a fixed yy between 00 and 11, xx goes from the left curve x=y2x=y^2 to the right curve x=yx=\sqrt{y}. Therefore, the equivalent integral is 01y2yey3/2dxdy\int_0^1 \int_{y^2}^{\sqrt{y}} e^{y^{3/2}} dx dy. The change of order is useful here because the original inner integral is not an elementary function, but the new inner integral, ey3/2dx=xey3/2\int e^{y^{3/2}} dx = x e^{y^{3/2}}, is easily computed.

Question 11

Consider the integral I=01/2y1y2f(x,y)dxdyI = \int_0^{1/\sqrt{2}} \int_y^{\sqrt{1-y^2}} f(x,y) dx dy. After reversing the order of integration, the integral is expressed as a sum of two integrals. What is this sum?

  1. 01/20xf(x,y)dydx+1/2101x2f(x,y)dydx\int_0^{1/\sqrt{2}} \int_0^x f(x,y) dy dx + \int_{1/\sqrt{2}}^1 \int_0^{\sqrt{1-x^2}} f(x,y) dy dx (correct answer)
  2. 01x1x2f(x,y)dydx\int_0^1 \int_x^{\sqrt{1-x^2}} f(x,y) dy dx
  3. 01/2y1f(x,y)dydx+1/211y21f(x,y)dydx\int_0^{1/\sqrt{2}} \int_y^1 f(x,y) dy dx + \int_{1/\sqrt{2}}^1 \int_{\sqrt{1-y^2}}^1 f(x,y) dy dx
  4. 01/20yf(x,y)dydx+1/2101x2f(x,y)dydx\int_0^{1/\sqrt{2}} \int_0^y f(x,y) dy dx + \int_{1/\sqrt{2}}^1 \int_0^{\sqrt{1-x^2}} f(x,y) dy dx
Explanation: The region of integration is given by 0y1/20 \le y \le 1/\sqrt{2} and yx1y2y \le x \le \sqrt{1-y^2}. This is a sector of the unit circle in the first quadrant. The left boundary is the line x=yx=y (or y=xy=x), and the right boundary is the circle x=1y2x=\sqrt{1-y^2} (or x2+y2=1x^2+y^2=1). The region spans from the line y=xy=x (a 45-degree line) down to the x-axis. To reverse the order of integration to dydxdy dx, we must split the region at the x-coordinate where the top boundary changes. The line y=xy=x and the circle y=1x2y=\sqrt{1-x^2} intersect when x=1/2x = 1/\sqrt{2}. For xx between 00 and 1/21/\sqrt{2}, the region is bounded above by y=xy=x and below by y=0y=0. For xx between 1/21/\sqrt{2} and 11, the region is bounded above by y=1x2y=\sqrt{1-x^2} and below by y=0y=0. This gives the sum of two integrals: 01/20xf(x,y)dydx+1/2101x2f(x,y)dydx\int_0^{1/\sqrt{2}} \int_0^x f(x,y) dy dx + \int_{1/\sqrt{2}}^1 \int_0^{\sqrt{1-x^2}} f(x,y) dy dx.

Question 12

Which of the following integrals is equivalent to 01exef(x,y)dydx\int_0^1 \int_{e^x}^e f(x,y) dy dx?

  1. 1eln(y)1f(x,y)dxdy\int_1^e \int_{\ln(y)}^1 f(x,y) dx dy
  2. 1e0ln(y)f(x,y)dxdy\int_1^e \int_0^{\ln(y)} f(x,y) dx dy (correct answer)
  3. 0e0eyf(x,y)dxdy\int_0^e \int_0^{e^y} f(x,y) dx dy
  4. 1e01f(x,y)dxdy\int_1^e \int_0^1 f(x,y) dx dy
Explanation: The region of integration is defined by 0x10 \le x \le 1 and exyee^x \le y \le e. Let's sketch the region. It is bounded by the y-axis (x=0x=0), the line x=1x=1, the curve y=exy=e^x, and the line y=ey=e. At x=0x=0, y=e0=1y=e^0=1. At x=1x=1, y=e1=ey=e^1=e. The region is above y=exy=e^x and below y=ey=e. To reverse the order of integration to dxdydx dy, we need to find the range of yy first. The minimum value of yy is 11 (at x=0x=0) and the maximum is ee. So, 1ye1 \le y \le e. For a fixed value of yy in this range, xx is bounded on the left by the y-axis (x=0x=0) and on the right by the curve y=exy=e^x, which can be written as x=ln(y)x=\ln(y). Thus, the bounds for xx are 0xln(y)0 \le x \le \ln(y). The equivalent integral is 1e0ln(y)f(x,y)dxdy\int_1^e \int_0^{\ln(y)} f(x,y) dx dy.

Question 13

Consider the integral I=0101x01xyf(x,y,z)dzdydxI = \int_0^1 \int_0^{1-x} \int_0^{1-x-y} f(x,y,z) dz dy dx. Which integral represents II with the order of integration changed to dydxdzdy dx dz?

  1. 0101z01yzf(x,y,z)dydxdz\int_0^1 \int_0^{1-z} \int_0^{1-y-z} f(x,y,z) dy dx dz
  2. 010101xzf(x,y,z)dydxdz\int_0^1 \int_0^{1} \int_0^{1-x-z} f(x,y,z) dy dx dz
  3. 0101z01zxf(x,y,z)dydxdz\int_0^1 \int_0^{1-z} \int_0^{1-z-x} f(x,y,z) dy dx dz (correct answer)
  4. 0101y01xyf(x,y,z)dydxdz\int_0^1 \int_0^{1-y} \int_0^{1-x-y} f(x,y,z) dy dx dz
Explanation: When changing the order of integration in a triple integral, you need to carefully analyze the region of integration and rewrite the bounds accordingly. The key is understanding what geometric region the original integral describes, then expressing that same region with different variable orderings. The original integral 0101x01xyf(x,y,z)dzdydx\int_0^1 \int_0^{1-x} \int_0^{1-x-y} f(x,y,z) \, dz \, dy \, dx describes a region where:
  • xx ranges from 0 to 1
  • For each xx, yy ranges from 0 to 1x1-x
  • For each (x,y)(x,y) pair, zz ranges from 0 to 1xy1-x-y
This defines the simplex region where x+y+z1x + y + z \leq 1 and all variables are non-negative. To change to order dydxdzdy \, dx \, dz, we integrate zz first (outermost), then xx, then yy (innermost). For the simplex:
  • zz ranges from 0 to 1
  • For each zz, we need x+y1zx + y \leq 1-z, so xx ranges from 0 to 1z1-z
  • For each (z,x)(z,x) pair, yy ranges from 0 to 1zx1-z-x
This gives us option C: 0101z01zxf(x,y,z)dydxdz\int_0^1 \int_0^{1-z} \int_0^{1-z-x} f(x,y,z) \, dy \, dx \, dz Option A incorrectly has yy in the bound for xx, violating the integration order. Option B has incorrect bounds that don't respect the constraint x+y+z1x + y + z \leq 1. Option D has the variables in the wrong order entirely, with dydy appearing twice in the differential ordering. Study tip: Always sketch the region when possible, and remember that each variable's bounds can only depend on the variables integrated in outer loops, never inner ones.

Question 14

Reversing the order of integration for 01x2xsin(x2+y2)dydx\int_0^1 \int_{x^2}^x \sin(x^2+y^2) dy dx results in which integral? You are not required to evaluate the integral.

  1. 01y2ysin(x2+y2)dxdy\int_0^1 \int_{y^2}^y \sin(x^2+y^2) dx dy
  2. 01yysin(x2+y2)dxdy\int_0^1 \int_{\sqrt{y}}^y \sin(x^2+y^2) dx dy
  3. 01yysin(x2+y2)dxdy\int_0^1 \int_y^{\sqrt{y}} \sin(x^2+y^2) dx dy (correct answer)
  4. x2x01sin(x2+y2)dxdy\int_{x^2}^x \int_0^1 \sin(x^2+y^2) dx dy
Explanation: When you encounter a problem asking you to reverse the order of integration, you need to carefully analyze the region of integration by sketching it or identifying its boundaries, then rewrite the limits to integrate in the opposite order. The original integral 01x2xsin(x2+y2)dydx\int_0^1 \int_{x^2}^x \sin(x^2+y^2) dy dx integrates first with respect to yy, then xx. The region is defined by 0x10 \leq x \leq 1 and x2yxx^2 \leq y \leq x. Since we need x2xx^2 \leq x, this means 0x10 \leq x \leq 1 (which matches our outer limits). The region is bounded below by the parabola y=x2y = x^2 and above by the line y=xy = x. To reverse the order, you integrate first with respect to xx, then yy. For a fixed yy-value, you need to determine the range of xx-values in the region. The yy-values range from 0 to 1 (the maximum value where the curves intersect). For a given yy between 0 and 1, the leftmost xx-value occurs where x=yx = y (from the line), and the rightmost where x2=yx^2 = y, so x=yx = \sqrt{y}. Therefore, yxyy \leq x \leq \sqrt{y}. This gives us 01yysin(x2+y2)dxdy\int_0^1 \int_y^{\sqrt{y}} \sin(x^2+y^2) dx dy, which is choice C. Choice A incorrectly uses the same functional forms as the original bounds. Choice B reverses the xx-limits incorrectly. Choice D simply swaps the integral signs without properly changing the limits. Study tip: Always sketch the region of integration when reversing order. Identify the boundary curves, find their intersection points, then carefully determine how each variable ranges when the other is held fixed.