In the previous note we integrated over rectangles. Most regions of interest in applications are not rectangular. This note explains how to integrate over regions bounded by curves.
1. Type I regions
A Type I regionD is bounded on the left and right by x=a and x=b, and vertically by two continuous curves:
D={(x,y):a≤x≤b,g1(x)≤y≤g2(x)},
where g1(x)≤g2(x) for all x∈[a,b].
Think of a Type I region as one that can be sliced into vertical strips. For each fixed x, the strip runs from y=g1(x) (the lower curve) up to y=g2(x) (the upper curve).
The interactive graph below shows the Type I region between y=x2 and y=2x on [0,2]. Adjust the slider to see the vertical strips that make up the region.
Type I: for each fixed x, y ranges from g₁(x) to g₂(x). Each vertical strip is one inner integral.
2. Iterated integral over a Type I region
The double integral over a Type I region is evaluated by integrating y first (over the strip), then integrating x:
∬Df(x,y)dA=∫ab∫g1(x)g2(x)f(x,y)dydx.
How to read this: for each fixed x, compute the inner integral A(x)=∫g1(x)g2(x)f(x,y)dy (one slice of volume), then integrate A(x) over x∈[a,b].
Key point: The limits of the inner integral depend on x, so they vary as you move the outer integration variable.
3. Type II regions
A Type II regionD is bounded above and below by y=c and y=d, and horizontally by two continuous curves:
D={(x,y):c≤y≤d,h1(y)≤x≤h2(y)},
where h1(y)≤h2(y) for all y∈[c,d].
A Type II region can be sliced into horizontal strips. For each fixed y, the strip runs from x=h1(y) (the left curve) to x=h2(y) (the right curve).
Type II: for each fixed y, x ranges from h₁(y) to h₂(y). Each horizontal strip is one inner integral.
The double integral over a Type II region is
∬Df(x,y)dA=∫cd∫h1(y)h2(y)f(x,y)dxdy.
4. Example: Area between y=2x2 and y=1+x2
Find the area of the region D between the parabolas y=2x2 and y=1+x2.
Step 1: Find the intersection.
2x2=1+x2⟹x2=1⟹x=±1.
At x=0: 2x2=0 and 1+x2=1, so 2x2≤1+x2 on [−1,1]. The lower curve is y=2x2, the upper curve is y=1+x2.
Step 2: Set up as Type I.
Area=∬DdA=∫−11∫2x21+x2dydx.
Step 3: Evaluate the inner integral.
∫2x21+x2dy=(1+x2)−2x2=1−x2.
Step 4: Evaluate the outer integral.
∫−11(1−x2)dx=[x−3x3]−11=(1−31)−(−1+31)=34.
The area is 34.
For a non-trivial integrand, say f(x,y)=x+y, the same limits apply: