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 ∫08∫3y2cos(x4)dxdy by changing the order of integration.
4sin(16)
sin(16)
41(cos(16)−1)
41sin(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) has no elementary antiderivative with respect to x, so you must switch the order.First, sketch the region of integration. The limits tell you that y goes from 0 to 8, and for each y, x goes from 3y to 2. The curve x=3y means y=x3. So your region is bounded by y=x3, y=8, and x=2.To reverse the order, determine the new limits. Since x ranges from 0 to 2, and for each x, y goes from x3 to 8, the integral becomes:
∫02∫x38cos(x4)dydxNow you can integrate with respect to y first: ∫x38cos(x4)dy=cos(x4)⋅yx38=cos(x4)(8−x3)This gives you: ∫02cos(x4)(8−x3)dx=∫028cos(x4)dx−∫02x3cos(x4)dxFor the second integral, use substitution u=x4, so du=4x3dx. This yields 41sin(16) for the entire expression.Choice A gives 4sin(16) (missing the factor of 41), choice B gives 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=∫01∫−y0f(x,y)dxdy+∫12∫−2−y0f(x,y)dxdy. When I is rewritten as a single iterated integral with the order of integration reversed (dydx), what is the equation for the upper bound of the inner integral?
y=2−x
y=x2
y=1
y=2−x2 (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 ∫01∫−y0f(x,y)dxdy describes a region where y goes from 0 to 1, and for each y, x goes from −y to 0. This gives us the curve x=−y, or equivalently y=x2 (since x≤0).The second integral ∫12∫−2−y0f(x,y)dxdy has y from 1 to 2, with x from −2−y to 0. This gives us x=−2−y, which rearranges to y=2−x2.When you sketch these regions, you'll see they form a single connected region bounded on the right by x=0, below by y=x2, and above by y=2−x2. The x-values range from some negative value to 0.For the reversed integral ∫∫f(x,y)dydx, the upper bound of the inner integral (the dy integral) is y=2−x2, making (D) correct.The wrong answers represent other boundaries: (A)y=2−x is a line, not our parabolic boundary; (B)y=x2 is actually the lower boundary; (C)y=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 ∫01∫02yf(x,y)dxdy+∫12∫04−2yf(x,y)dxdy represents the integration of a function f(x,y) over a planar region R. Which single iterated integral also represents the integration of f(x,y) over R?
∫02∫x/22−x/2f(x,y)dydx (correct answer)
∫02∫2x4−2xf(x,y)dydx
∫04∫x/22−x/2f(x,y)dydx
∫02∫2−x/2x/2f(x,y)dydx
Explanation: The first integral is over the region R1 defined by 0≤y≤1 and 0≤x≤2y. This is a triangle with vertices (0,0), (2,1), and (0,1). The second integral is over the region R2 defined by 1≤y≤2 and 0≤x≤4−2y. This is a triangle with vertices (0,1), (2,1), and (0,2). The total region R=R1∪R2 is a triangle with vertices (0,0), (2,1), and (0,2). To express this as a single integral with the order reversed (dydx), we need to find the bounds for y in terms of x. The overall range for x is from 0 to 2. The lower boundary of the region is the line segment from (0,0) to (2,1), which has the equation y=x/2. The upper boundary is the line segment from (2,1) to (0,2), which has the equation y−2=2−01−2(x−0), or y=−x/2+2. Thus, for a fixed x from 0 to 2, y ranges from x/2 to 2−x/2. The equivalent single integral is ∫02∫x/22−x/2f(x,y)dydx.
Question 4
Let R be the region in the first quadrant bounded by the parabola y=x2, the line y=4, and the y-axis. The integral of a function f(x,y) over R can be written as I=∬Rf(x,y)dA. If one were to set up this integral with y as the inner variable of integration (dydx), and then reverse the order, what would be the resulting integral?
∫02∫x24f(x,y)dydx
∫04∫0yf(x,y)dxdy (correct answer)
∫04∫0y2f(x,y)dxdy
∫02∫0yf(x,y)dxdy
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=x2, the horizontal line y=4, and the y-axis (x=0). These intersect where x2=4, so x=2 (taking the positive value since we're in the first quadrant). The region R is bounded by 0≤x≤2 and x2≤y≤4.Setting up with dydx order first: ∫02∫x24f(x,y)dydxTo reverse the order to dxdy, 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=0) to the parabola, you need to solve y=x2 for x, giving x=y. Therefore: ∫04∫0yf(x,y)dxdyThis matches answer choice B.Answer A gives the original integral before order reversal. Answer C incorrectly uses y2 instead of 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 0≤z≤y≤x≤1. The integral of a function f(x,y,z) over this region is given by ∫01∫0x∫0yf(x,y,z)dzdydx. Which of the following integrals is equivalent?
∫01∫z1∫y1f(x,y,z)dxdydz (correct answer)
∫01∫0z∫0yf(x,y,z)dxdydz
∫01∫y1∫z1f(x,y,z)dxdydz
∫01∫zx∫yxf(x,y,z)dxdydz
Explanation: The region is defined by 0≤z≤y≤x≤1. To change the order of integration to dxdydz, we determine the bounds from the outermost integral inwards. The variable z is bounded by 0 and can reach a maximum value of 1 (when z=y=x=1), so 0≤z≤1. For a fixed z, the variable y is bounded below by z and can reach a maximum of 1, so z≤y≤1. For fixed y and z, the variable x is bounded below by y and above by 1, so y≤x≤1. Combining these gives the integral ∫01∫z1∫y1f(x,y,z)dxdydz.
Question 6
The integral ∫01∫y22y∫0x+yf(x,y,z)dzdxdy represents integration over a region in three-dimensional space. When the order is changed to dx dz dy, which expression gives the correct bounds?
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+y2, z=8−x2−y2, and x2+y2=4. The integral ∫∫∫Rf(x,y,z)dV can be written as ∫−22∫−4−x24−x2∫x2+y28−x2−y2f(x,y,z)dzdydx. What is the equivalent integral with order 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=x2, y=2x, and x=0, the integral ∫∫RxydA can be written as ∫02∫x22xxydydx. What is the equivalent integral with the order of integration reversed?
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 ∫−11∫−1−x21−x2f(x,y)dydx. If this integral is rewritten in terms of ∫∫g(r,θ)drdθ, what would be the most appropriate choice for the limits and integrand?
∫02π∫01f(rcosθ,rsinθ)⋅rdrdθ (correct answer)
∫0π∫01f(rcosθ,rsinθ)⋅rdrdθ
∫02π∫01f(rcosθ,rsinθ)drdθ
∫−ππ∫01f(rcosθ,rsinθ)⋅rdrdθ
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=∫01∫x2xey3/2dydx?
∫01∫y2yey3/2dxdy (correct answer)
∫01∫yy2ey3/2dxdy
∫01∫x2xey3/2dxdy
∫01∫y1/4yey3/2dxdy
Explanation: The region of integration is defined by 0≤x≤1 and x2≤y≤x. To change the order of integration, we first analyze the region. The curves y=x2 and y=x intersect at (0,0) and (1,1). For x∈[0,1], we have x2≤x. If we integrate with respect to x first, we need to express the bounds of x in terms of y. The range of y over this region is from 0 to 1. The curve y=x can be written as x=y2, and y=x2 can be written as x=y. For a fixed y between 0 and 1, x goes from the left curve x=y2 to the right curve x=y. Therefore, the equivalent integral is ∫01∫y2yey3/2dxdy. 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, is easily computed.
Question 11
Consider the integral I=∫01/2∫y1−y2f(x,y)dxdy. After reversing the order of integration, the integral is expressed as a sum of two integrals. What is this sum?
Explanation: The region of integration is given by 0≤y≤1/2 and y≤x≤1−y2. This is a sector of the unit circle in the first quadrant. The left boundary is the line x=y (or y=x), and the right boundary is the circle x=1−y2 (or x2+y2=1). The region spans from the line y=x (a 45-degree line) down to the x-axis. To reverse the order of integration to dydx, we must split the region at the x-coordinate where the top boundary changes. The line y=x and the circle y=1−x2 intersect when x=1/2. For x between 0 and 1/2, the region is bounded above by y=x and below by y=0. For x between 1/2 and 1, the region is bounded above by y=1−x2 and below by y=0. This gives the sum of two integrals: ∫01/2∫0xf(x,y)dydx+∫1/21∫01−x2f(x,y)dydx.
Question 12
Which of the following integrals is equivalent to ∫01∫exef(x,y)dydx?
∫1e∫ln(y)1f(x,y)dxdy
∫1e∫0ln(y)f(x,y)dxdy (correct answer)
∫0e∫0eyf(x,y)dxdy
∫1e∫01f(x,y)dxdy
Explanation: The region of integration is defined by 0≤x≤1 and ex≤y≤e. Let's sketch the region. It is bounded by the y-axis (x=0), the line x=1, the curve y=ex, and the line y=e. At x=0, y=e0=1. At x=1, y=e1=e. The region is above y=ex and below y=e. To reverse the order of integration to dxdy, we need to find the range of y first. The minimum value of y is 1 (at x=0) and the maximum is e. So, 1≤y≤e. For a fixed value of y in this range, x is bounded on the left by the y-axis (x=0) and on the right by the curve y=ex, which can be written as x=ln(y). Thus, the bounds for x are 0≤x≤ln(y). The equivalent integral is ∫1e∫0ln(y)f(x,y)dxdy.
Question 13
Consider the integral I=∫01∫01−x∫01−x−yf(x,y,z)dzdydx. Which integral represents I with the order of integration changed to dydxdz?
∫01∫01−z∫01−y−zf(x,y,z)dydxdz
∫01∫01∫01−x−zf(x,y,z)dydxdz
∫01∫01−z∫01−z−xf(x,y,z)dydxdz (correct answer)
∫01∫01−y∫01−x−yf(x,y,z)dydxdz
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 ∫01∫01−x∫01−x−yf(x,y,z)dzdydx describes a region where:
x ranges from 0 to 1
For each x, y ranges from 0 to 1−x
For each (x,y) pair, z ranges from 0 to 1−x−y
This defines the simplex region where x+y+z≤1 and all variables are non-negative.To change to order dydxdz, we integrate z first (outermost), then x, then y (innermost). For the simplex:
z ranges from 0 to 1
For each z, we need x+y≤1−z, so x ranges from 0 to 1−z
For each (z,x) pair, y ranges from 0 to 1−z−x
This gives us option C: ∫01∫01−z∫01−z−xf(x,y,z)dydxdzOption A incorrectly has y in the bound for x, violating the integration order. Option B has incorrect bounds that don't respect the constraint x+y+z≤1. Option D has the variables in the wrong order entirely, with dy 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 ∫01∫x2xsin(x2+y2)dydx results in which integral? You are not required to evaluate the integral.
∫01∫y2ysin(x2+y2)dxdy
∫01∫yysin(x2+y2)dxdy
∫01∫yysin(x2+y2)dxdy (correct answer)
∫x2x∫01sin(x2+y2)dxdy
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 ∫01∫x2xsin(x2+y2)dydx integrates first with respect to y, then x. The region is defined by 0≤x≤1 and x2≤y≤x. Since we need x2≤x, this means 0≤x≤1 (which matches our outer limits). The region is bounded below by the parabola y=x2 and above by the line y=x.To reverse the order, you integrate first with respect to x, then y. For a fixed y-value, you need to determine the range of x-values in the region. The y-values range from 0 to 1 (the maximum value where the curves intersect). For a given y between 0 and 1, the leftmost x-value occurs where x=y (from the line), and the rightmost where x2=y, so x=y. Therefore, y≤x≤y.This gives us ∫01∫yysin(x2+y2)dxdy, which is choice C.Choice A incorrectly uses the same functional forms as the original bounds. Choice B reverses the x-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.