What is Double Integrals over Nonrectangular Regions?
Definition: For nonrectangular regions, the limits of integration become functions of the other variable. Type I regions are bounded by a≤x≤b and g1(x)≤y≤g2(x); Type II regions are bounded by c≤y≤d and h1(y)≤x≤h2(y).
Example: To integrate over the triangle bounded by y=0,x=1,y=x, we use Type I: ∫01∫0xf(x,y)dydx.
Reason: Real-world regions are rarely perfect rectangles; adapting limits to the boundary curves allows us to apply double integrals to arbitrary shapes found in physics and engineering.
4
Easy
7
Medium
4
Hard
📝 All Double Integrals over Nonrectangular Regions MCQs
Q1. Let R={(x,y):0≤x≤1,x2≤y≤x}. Which iterated integral correctly represents ∬R(x+y)dA when integrating with respect to y first?
A.∫01∫x2x(x+y)dydx
B.∫01∫yy(x+y)dxdy ✅
C.∫01∫yy(x+y)dxdy
D.∫01∫yy2(x+y)dxdy
💡 Difficulty: medium | ✅ Correct: B
📖 Explanation: The region lies between y=x2 and y=x, with 0≤x≤1. Reversing the order requires solving these boundaries for x: x=y and x=y. For 0≤y≤1, y≤y, so the correct bounds are 0≤y≤1 and y≤x≤y.
Q2. A student says that for R={(x,y):0≤x≤2,0≤y≤x}, the integral ∬Rf(x,y)dA can be written as ∫02∫02f(x,y)dydx because both variables range from 0 to 2. What is the fundamental flaw?
A.The integrand must be continuous
B.The region is triangular rather than rectangular, so y cannot independently range to 2 for every x ✅
C.The x-interval must begin at 1
D.Double integrals cannot be evaluated over triangular regions
💡 Difficulty: easy | ✅ Correct: B
📖 Explanation: The variables are not independent throughout the region. For each fixed x, the allowable values satisfy 0≤y≤x, not 0≤y≤2. Using 0≤y≤2 includes points outside the triangular region, specifically points above y=x, and therefore changes the integral being evaluated.
Q3. A region is enclosed by y=x, y=4−x, and the x-axis. Which description gives a correct decomposition for integrating vertically?
A.0≤x≤4,0≤y≤min(x,4−x)
B.0≤x≤2,0≤y≤x, together with 2≤x≤4,0≤y≤4−x ✅
C.0≤x≤2,0≤y≤4−x only
D.0≤x≤4,0≤y≤x
💡 Difficulty: medium | ✅ Correct: B
📖 Explanation: The two sloping lines meet at x=2, y=2. To the left of x=2, the upper boundary is y=x; to the right, it is y=4−x. Therefore the region must be split into two vertical pieces. This illustrates why nonrectangular regions sometimes require piecewise bounds.
Q4. For R={(x,y):0≤y≤1,y≤x≤1}, a student reverses the order and writes ∫01∫0yf(x,y)dxdy. Which correction is appropriate?
A.Replace the bounds by 0≤x≤1,0≤y≤x ✅
B.Replace the bounds by 0≤x≤1,x≤y≤1
C.Replace the bounds by 0≤x≤1,0≤y≤1−x
D.The student's bounds are already correct
💡 Difficulty: medium | ✅ Correct: A
📖 Explanation: The original region consists of points satisfying 0≤y≤1 and y≤x≤1. Describing it horizontally means x ranges from 0 to 1, while for each x, y ranges from 0 to x. Thus the reversed-order representation is ∫01∫0xf(x,y)dydx.
Q5. A rectangular plot is modified so that only the portion below the curve y=x, above the x-axis, and between x=0 and x=4 remains. Which setup correctly models the area of the remaining plot?
A.∫04∫0x1dydx ✅
B.∫04∫x41dydx
C.∫02∫0x21dydx
D.∫04∫x41dydx
💡 Difficulty: easy | ✅ Correct: A
📖 Explanation: Area can be represented by integrating the constant function 1 over the specified region. Since the plot is below y=x, above y=0, and 0≤x≤4, each vertical slice has height x. Therefore the correct model is ∫04∫0x1dydx.
Q6. A sensor covers the region bounded by y=x2, y=2x, and x=0. The sensor's intensity is I(x,y)=x+y. Which setup correctly computes the total intensity?
A.∫02∫x22x(x+y)dydx ✅
B.∫02∫2xx2(x+y)dydx
C.∫04∫yy/2(x+y)dxdy
D.∫02∫02x−x2(x+y)dydx
💡 Difficulty: hard | ✅ Correct: A
📖 Explanation: The curves intersect where x2=2x, giving x=0 and x=2. Between these values, 2x lies above x2, so vertical slices satisfy x2≤y≤2x. Multiplying the intensity by the differential area and integrating over these bounds gives the total sensor intensity.
Q7. Consider the region R enclosed by y=x2 and y=2−x. Which strategy is generally more efficient for integrating a function that depends mainly on y, such as f(x,y)=y3?
A.Always integrate with respect to x first
B.Choose the order that gives the simpler boundary description, potentially reversing the order after solving the curves for x ✅
C.Convert every boundary into polar coordinates
D.Use rectangular bounds enclosing the entire region
💡 Difficulty: medium | ✅ Correct: B
📖 Explanation: For nonrectangular regions, the most efficient order depends on how easily the boundaries can be described. Since y3 is simple with respect to x, integrating horizontally may be advantageous if the curves can be solved cleanly for x. Choosing bounds that minimize splitting and algebraic complexity is an important modeling decision.
Q8. A region is described by 0≤x≤3 and x≤y≤3. A student claims that reversing the order gives 0≤y≤3 and 0≤x≤3−y. Evaluate the student's reasoning.
A.Correct; the region is unchanged
B.Incorrect; the correct horizontal bounds are 0≤y≤3 and 0≤x≤y ✅
C.Incorrect; the correct bounds are 0≤y≤3 and 3−y≤x≤3
D.Correct only when the integrand is symmetric
💡 Difficulty: medium | ✅ Correct: B
📖 Explanation: The original inequalities imply x≤y, so for a fixed y, x begins at 0 and ends at y. The student's expression x≤3−y describes a different triangular region. A reliable reversal method is to identify the actual boundary inequality rather than merely replacing variables in the original limits.
Q9. A designer models a triangular region with vertices (0,0), (3,0), and (3,2). Which vertical-slice description correctly represents the region?
A.0≤x≤3,0≤y≤32x ✅
B.0≤x≤3,0≤y≤2−32x
C.0≤x≤2,0≤y≤23x
D.0≤x≤3,32x≤y≤2
💡 Difficulty: medium | ✅ Correct: A
📖 Explanation: The slanted edge connects (0,0) to (3,2), so its equation is y=32x. The region lies below this line and above the x-axis, with x ranging from 0 to 3. Thus each vertical slice satisfies 0≤y≤32x.
Q10. A graph shows a region bounded above by y=4, below by y=x2, and horizontally between the two intersection points. Which statement correctly identifies the horizontal limits after reversing the order?
A.0≤y≤4,−y≤x≤y ✅
B.0≤y≤4,−y2≤x≤y2
C.0≤y≤2,−y≤x≤y
D.0≤y≤4,−4+y≤x≤4−y
💡 Difficulty: hard | ✅ Correct: A
📖 Explanation: The parabola y=x2 can be solved as x=±y. Since the region extends vertically from the parabola up to y=4, every horizontal slice has 0≤y≤4, with x ranging from the left branch −y to the right branch y.
Q11. Suppose a region is bounded by y=x, y=3x, and x=2, with x≥0. Which description is most useful if the integrand is f(x,y)=ex?
A.Integrate horizontally because the integrand contains x
B.Integrate vertically because x is directly bounded and the y-bounds are simple ✅
C.Convert to polar coordinates because the boundaries are lines
D.Split the region into four rectangles
💡 Difficulty: easy | ✅ Correct: B
📖 Explanation: For a vertical slice, x runs directly from 0 to 2, while y lies between x and 3x. Since ex has an especially simple antiderivative with respect to y, integrating vertically first also reduces the inner integration to multiplication by the slice height.
Q12. Let R be the region between y=x and y=x2 for 0≤x≤1. Which expression gives the same integral after reversing the order, and why is the reversal valid?
A.∫01∫yyf(x,y)dxdy, because the same points are described using horizontal slices ✅
B.∫01∫yyf(x,y)dxdy, because the upper curve becomes the lower curve
C.∫01∫0y2f(x,y)dxdy, because x2=y
D.∫01∫0yf(x,y)dxdy, because x=y is one boundary
💡 Difficulty: hard | ✅ Correct: A
📖 Explanation: The original region has x2≤y≤x. Solving these equations for x gives x=y and x=y. For 0≤y≤1, y≤y, so horizontal slices run from x=y to x=y. Reversing the order preserves the same geometric set.
Q13. A quantity is modeled by ∬R(x2+y2)dA, where R is the triangular region 0≤y≤x≤1. A second analyst instead integrates over 0≤x≤1,0≤y≤1. Without performing either integral, what can be concluded?
A.Both values are equal because the integrand is symmetric
B.The second value is larger because it includes points outside R, where the integrand is nonnegative ✅
C.The second value is smaller because R has greater density
D.No comparison is possible because the regions overlap
💡 Difficulty: medium | ✅ Correct: B
📖 Explanation: The square 0≤x≤1,0≤y≤1 contains the triangular region y≤x as only part of it. The integrand x2+y2 is nonnegative everywhere, so adding the extra portion cannot decrease the integral. In fact, the second integral is strictly larger because the omitted triangular portion has positive area and positive integrand except at the origin.
Q14. Let R={(x,y):x≥0,y≥0,x+y≤1}. Which substitution-style reasoning correctly describes the geometry before evaluating an integral over R?
A.The region is a square because both variables are at most 1
B.The region is a right triangle, and for each x∈[0,1], y ranges from 0 to 1−x ✅
C.The region is a semicircle of radius 1
D.The region is a rectangle with 0≤x≤1 and 0≤y≤1+x
💡 Difficulty: easy | ✅ Correct: B
📖 Explanation: The inequality x+y≤1, together with x,y≥0, places the points below the line x+y=1 in the first quadrant. Its intercepts are (1,0) and (0,1), producing a right triangle. A vertical slice therefore has 0≤x≤1 and 0≤y≤1−x.
Q15. For R={(x,y):0≤x≤1,x3≤y≤x}, a researcher wants to reverse the order without splitting the region. Which setup is correct?
A.∫01∫y3yf(x,y)dxdy ✅
B.∫01∫3yyf(x,y)dxdy
C.∫01∫y3yf(x,y)dxdy
D.∫01∫03yf(x,y)dxdy
💡 Difficulty: hard | ✅ Correct: A
📖 Explanation: The boundaries y=x3 and y=x become x=3y and x=y. For 0≤y≤1, y≤3y, so the horizontal slice runs from x=y to x=3y. Because the two curves intersect only at 0 and 1, no splitting is necessary.