So far, we have calculated the area bounded by a single curve and a coordinate axis, or a curve and a straight line. Now, we generalize this concept to find the area completely enclosed between two general curves, say y=f(x) and y=g(x).
If f(x)≥g(x) for all x in the interval [a,b], then the curve y=f(x) lies above the curve y=g(x). The area of the region bounded between these two curves from x=a to x=b is the area under the upper curve minus the area under the lower curve.
Mathematically,
Area=∫ab[f(x)−g(x)]dx
Similarly, if we integrate with respect to y, and the curve x=f(y) lies to the right of the curve x=g(y) on the interval [c,d], then
Area=∫cd[f(y)−g(y)]dy
The key principle is always the same:
upper minus lower when integrating with respect to x
right minus left when integrating with respect to y
Identifying Limits of Integration
In most problems, the limits a and b are not explicitly given. Instead, you are asked to find the area of the region enclosed by the two curves.
To find the limits, first determine the points where the two curves intersect by setting their equations equal:
f(x)=g(x)
Solving this equation gives the x-coordinates of the intersection points, which become the limits of integration.
If the problem is more naturally handled with respect to y, then solve the equations to get the corresponding y-values of intersection, and those become the limits for the dy integral.
Intersecting Curves that Cross
Sometimes, two curves cross each other one or more times inside the interval. In such cases, the curve that is above on one sub-interval may become the lower curve on another sub-interval.
If f(x)≥g(x) on [a,c] and g(x)≥f(x) on [c,b], then the total area is not
∫ab[f(x)−g(x)]dx
because the second part would contribute negatively.
Instead, split the area at the crossing point c:
Total Area=∫ac[f(x)−g(x)]dx+∫cb[g(x)−f(x)]dx
A compact way to write this is:
Total Area=∫ab∣f(x)−g(x)∣dx
This idea is extremely important when the curves intersect at more than two points or form multiple enclosed regions.
Example 1: Area between Two Parabolas
Find the area of the region bounded by the two parabolas y=x2 and y2=x.
Solution:
Step 1: Find the points of intersection.
Substitute y=x2 into y2=x:
(x2)2=x⟹x4=x⟹x(x3−1)=0
So,
x=0,1
The corresponding points are (0,0) and (1,1).
Step 2: Express the second parabola in usable form.
From y2=x, we get
y=±x
For the enclosed region in the first quadrant, we use the upper branch
y=x
Step 3: Determine the upper and lower curves.
Take x=0.25:
On y=x2, y=(0.25)2=0.0625
On y=x, y=0.5
So, y=x is above y=x2 on [0,1].
Step 4: Set up the area integral.
Area=∫01(x−x2)dx
Find the area of the region bounded by the curves y=sinx and y=cosx between x=0 and x=π/2.
Solution:
Step 1: Find the point of intersection in the interval.
sinx=cosx⟹tanx=1⟹x=4π
Step 2: Decide which curve is above in each sub-interval.
On [0,π/4), cosx>sinx
On (π/4,π/2], sinx>cosx
Step 3: Split the integral.
Area=∫0π/4(cosx−sinx)dx+∫π/4π/2(sinx−cosx)dx
Step 4: Evaluate the first integral.
∫(cosx−sinx)dx=sinx+cosx
So,
[sinx+cosx]0π/4=(21+21)−(0+1)=2−1
Step 5: Evaluate the second integral.
∫(sinx−cosx)dx=−cosx−sinx
So,
[−cosx−sinx]π/4π/2=(−0−1)−(−21−21)=−1+2=2−1
Step 6: Add both parts.
Total Area=(2−1)+(2−1)=22−2
Answer:22−2 square units.
Example 3: Modulus Function and a Parabola
Find the area of the region bounded by the parabola y=x2 and the curve y=∣x∣.
Solution:
Step 1: Find the points of intersection.
Set
x2=∣x∣
Let u=∣x∣. Then u2=u, so
u(u−1)=0⟹u=0 or 1
Hence,
∣x∣=0⟹x=0,∣x∣=1⟹x=±1
So the curves intersect at x=−1,0,1.
Step 2: Use symmetry.
Both y=x2 and y=∣x∣ are symmetric about the y-axis, so the region is symmetric.
We can find the area from 0 to 1 and multiply by 2.
Step 3: Compare the curves on [0,1].
For x≥0, ∣x∣=x. On (0,1), we have
x>x2
So the upper curve is y=x and the lower curve is y=x2.
Step 4: Set up the integral.
Total Area=2∫01(x−x2)dx
x2+y2≤1 represents the interior of the unit circle.
1≤x+y means x+y≥1, i.e. the region above the line
x+y=1⟹y=1−x
So the required region is the part of the unit circle lying above the line y=1−x.
Step 2: Find the intersection points.
Substitute y=1−x into the circle:
x2+(1−x)2=1x2+1−2x+x2=12x2−2x=02x(x−1)=0
Thus,
x=0,1
The points are (0,1) and (1,0).
Step 3: Identify upper and lower curves.
Between x=0 and x=1:
upper curve: y=1−x2
lower curve: y=1−x
Step 4: Set up the integral.
Area=∫01(1−x2−(1−x))dx=∫011−x2dx−∫01(1−x)dx
Step 5: Evaluate the first part.
This is the area of a quarter of the unit circle:
∫011−x2dx=4π
Step 6: Evaluate the second part.
∫01(1−x)dx=[x−2x2]01=1−21=21
Step 7: Subtract.
Area=4π−21
Answer:4π−21 square units.
Example 5: Integrating along the y-axis
Find the area of the region bounded by x=y2−2 and x=y.
Solution:
Step 1: Choose the variable.
Since both equations are given in the form x= function of y, integrating with respect to y is easiest.
Step 2: Find the points of intersection.
Set
y2−2=yy2−y−2=0(y−2)(y+1)=0
So,
y=−1,2
Step 3: Determine the right and left boundaries.
Take y=0:
On x=y, x=0
On x=y2−2, x=−2
So the line x=y lies to the right, and the parabola lies to the left.
Step 4: Set up the area integral.
Area=∫−12[y−(y2−2)]dy=∫−12(y−y2+2)dy
Step 5: Integrate.
∫(y−y2+2)dy=2y2−3y3+2y
So,
Area=[2y2−3y3+2y]−12
Step 6: Evaluate the limits.
At y=2:
24−38+4=6−38=310
At y=−1:
21−3−1−2=21+31−2=65−2=−67
Thus,
Area=310−(−67)=620+67=627=29
Answer:9/2 square units.
Example 6: Area between Exponential Functions
Find the area bounded by the curves y=ex, y=e−x, and the line x=1.
Solution:
Step 1: Find the point where the two curves intersect.
ex=e−x⟹e2x=1⟹x=0
So the enclosed region lies between x=0 and x=1.
Step 2: Decide which curve is above on [0,1].
For x>0,
ex>e−x
So upper curve is y=ex and lower curve is y=e−x.
Step 3: Set up the integral.
Area=∫01(ex−e−x)dx
Step 4: Integrate.
∫(ex−e−x)dx=ex+e−x
So,
Area=[ex+e−x]01
Step 5: Evaluate.
=(e+e1)−(1+1)=e+e1−2
Answer:e+e1−2 square units.
Example 7: Area between Two Overlapping Parabolas
Find the area bounded by the curves y=4x−x2 and y=x2−2x.
Solution:
Step 1: Find the points of intersection.
Set
4x−x2=x2−2x2x2−6x=02x(x−3)=0
So,
x=0,3
Step 2: Determine upper and lower curves.
Take x=1:
First curve: y=4(1)−1=3
Second curve: y=1−2=−1
So y=4x−x2 is above y=x2−2x on [0,3].
Step 3: Set up the area integral.
Area=∫03[(4x−x2)−(x2−2x)]dx=∫03(6x−2x2)dx
Step 4: Integrate.
=[3x2−32x3]03
Step 5: Evaluate.
=3(9)−32(27)=27−18=9
Answer:9 square units.
Example 8: Area Bounded by Two Circles
Find the area of the region bounded by the circles x2+y2=4 and (x−2)2+y2=4.
Solution:
Step 1: Understand the geometry.
Both circles have radius 2. The first is centered at (0,0) and the second at (2,0). Their common region is a symmetric lens-shaped overlap.
Step 2: Find the points of intersection.
Subtract the equations:
(x−2)2+y2−(x2+y2)=0x2−4x+4−x2=0−4x+4=0⟹x=1
Substitute into x2+y2=4:
1+y2=4⟹y=±3
So the two circles intersect at (1,±3).
Step 3: Use symmetry about the x-axis.
The total area is twice the upper-half overlap.
In the upper half:
from x=0 to x=1, the boundary is given by the upper arc of the second circle:
y=4−(x−2)2
from x=1 to x=2, the boundary is given by the upper arc of the first circle:
y=4−x2
Thus,
Area=2[∫014−(x−2)2dx+∫124−x2dx]
Step 4: Evaluate each integral.
By symmetry, both integrals are equal, and each one comes out to
32π−23
Therefore,
Area=2[2(32π−23)]=4(32π−23)=38π−23
Answer:38π−23 square units.
Example 9: Area bounded by cubic curves
Find the area of the region completely enclosed by the curves y=x3 and y=x.
Solution:
Step 1: Find the points of intersection.
Set
x3=xx(x2−1)=0x=−1,0,1
So the curves form two enclosed regions: one on [−1,0] and one on [0,1].
Step 2: Use symmetry.
The two regions are symmetric about the origin, so total area is twice the area on [0,1].
Step 3: Determine upper and lower curves on [0,1].
For 0<x<1,
x>x3
So upper curve is y=x and lower curve is y=x3.
Step 4: Set up the integral.
Total Area=2∫01(x−x3)dx
Find the area bounded by the curve y=lnx, the x-axis, and the y-axis, between y=0 and y=2.
Solution:
Step 1: Choose the variable of integration.
Since the boundaries are expressed naturally using horizontal levels y=0 and y=2, integrate with respect to y.
Step 2: Express x in terms of y.
From
y=lnx
we get
x=ey
Step 3: Identify left and right boundaries.
left boundary: y-axis, i.e. x=0
right boundary: x=ey
Step 4: Set up the integral.
Area=∫02(ey−0)dy=∫02eydy
Step 5: Integrate and evaluate.
=[ey]02=e2−1
Answer:e2−1 square units.
Ready to test your knowledge?
Take a quick interactive quiz on this topic —
free, works without login.