In the previous chapter, we learned that the definite integral ∫abf(x)dx represents the limit of a sum. Geometrically, if f(x) is a continuous and non-negative function on the interval [a,b], then this definite integral gives the exact area of the region bounded by the curve y=f(x), the x-axis, and the vertical lines x=a and x=b.
To understand this visually, imagine dividing the region into a very large number of thin vertical strips. For a strip at position x:
its height is y=f(x),
its width is dx,
so its small area is dA=ydx.
Adding all such strips from x=a to x=b gives the total area:
Area=∫abydx=∫abf(x)dx
This interpretation is valid directly when the curve lies on or above the x-axis throughout the interval. If the curve goes below the axis, then the definite integral gives signed area, not total geometrical area.
Area Bounded by the y-axis
Sometimes it is more convenient to integrate with respect to y instead of x.
If the curve is given in the form x=g(y), and the required region is bounded by:
the curve x=g(y),
the y-axis,
the horizontal lines y=c and y=d,
then we use horizontal strips.
For a strip at height y:
its length is x=g(y),
its thickness is dy,
so its small area is dA=xdy.
Hence the total area is:
Area=∫cdxdy=∫cdg(y)dy
This method is especially useful when the curve is naturally expressed as x in terms of y, or when using vertical strips would be cumbersome.
Areas Below the Coordinate Axes
If the curve y=f(x) lies below the x-axis on an interval [a,b], then f(x)<0 there. In that case,
∫abf(x)dx
is negative, because the definite integral measures signed area.
But geometrical area can never be negative. Therefore, if the whole curve lies below the x-axis, the required area is:
Area=∫abf(x)dx
When the curve crosses the x-axis:
If the curve intersects the x-axis at some point x=c inside the interval, then the positive and negative parts do not represent cancellation in geometry. So we must split the integral at the point of intersection and add the magnitudes of the separate parts.
If f(x)<0 on [a,c] and f(x)>0 on [c,b], then:
Total Area=∫acf(x)dx+∫cbf(x)dx
In general, always:
find where the curve cuts the axis,
split the interval there,
evaluate each part separately,
add positive areas only.
Example 1: Area of a Simple Parabola
Find the area of the region bounded by the curve y=x2 and the lines x=1, x=2 and the x-axis.
Solution:
Step 1: Identify the curve and the interval.
The curve is y=x2, and the vertical boundaries are x=1 and x=2.
Since x2>0 for all x=0, the curve lies above the x-axis on [1,2].
Step 2: Write the area integral.
Area=∫12x2dx
Step 3: Integrate.
∫x2dx=3x3
So,
Area=[3x3]12
Step 4: Apply the limits.
=323−313=38−31=37
Answer:37 square units.
Example 2: Area bounded by the y-axis
Find the area of the region bounded by the curve x=2y, the y-axis, and the lines y=1 and y=3.
Solution:
Step 1: Notice the orientation of the boundaries.
The region is bounded by the y-axis and two horizontal lines, so integrating with respect to y is the natural choice.
Step 2: The curve is already in the form x=g(y) with
x=2y
Thus the required area is
Area=∫13xdy=∫132ydy
Find the area of the region bounded by the circle x2+y2=a2.
Solution:
Step 1: Use symmetry.
The circle is symmetric about both coordinate axes, so it is enough to find the area in the first quadrant and multiply by 4.
Step 2: Express y in terms of x.
From
x2+y2=a2
we get
y=a2−x2
for the upper semicircle. In the first quadrant, x varies from 0 to a.
Step 3: Write the integral for one quadrant.
Area of first quadrant=∫0aa2−x2dx
Hence total area is
Total Area=4∫0aa2−x2dx
Step 4: Use the standard result:
∫a2−x2dx=2xa2−x2+2a2sin−1(ax)
So,
Total Area=4[2xa2−x2+2a2sin−1(ax)]0a
Step 5: Substitute the limits.
At x=a:
2aa2−a2+2a2sin−1(1)=0+2a2⋅2π=4πa2
At x=0:
0+2a2sin−1(0)=0
Step 6: Multiply by 4.
Total Area=4⋅4πa2=πa2
Answer:πa2 square units.
Example 4: Area of an Ellipse
Find the area of the region bounded by the ellipse a2x2+b2y2=1.
Solution:
Step 1: Use symmetry.
The ellipse is symmetric about both axes, so total area equals 4 times the area in the first quadrant.
Step 2: Express y in terms of x.
From
a2x2+b2y2=1
we get
b2y2=1−a2x2=a2a2−x2
So,
y=aba2−x2
for the first quadrant.
Step 3: Write the area integral.
Total Area=4∫0aaba2−x2dx=a4b∫0aa2−x2dx
Step 4: Use the standard result from the circle problem.
∫0aa2−x2dx=4πa2
Hence,
Total Area=a4b⋅4πa2=πab
Answer:πab square units.
Example 5: Area Below and Above the x-axis
Find the area bounded by the curve y=x3, the x-axis, and the ordinates x=−2 and x=1.
Solution:
Step 1: Determine where the curve crosses the x-axis.
For y=x3, the curve crosses the x-axis at
x3=0⟹x=0
So the interval must be split at x=0.
Step 2: Check the sign of the function.
On [−2,0], x3<0, so the curve lies below the x-axis.
On [0,1], x3>0, so the curve lies above the x-axis.
Step 3: Write the area as sum of magnitudes.
Total Area=∫−20x3dx+∫01x3dx
Step 4: Evaluate each integral.
∫x3dx=4x4
So,
∫−20x3dx=[4x4]−20=0−416=−4
Therefore its area contribution is ∣−4∣=4.
Also,
∫01x3dx=[4x4]01=41
Step 5: Add the two positive areas.
Total Area=4+41=417
Answer:417 square units.
Example 6: Area Bounded by a Trigonometric Curve
Find the area of the region bounded by the curve y=cosx between x=0 and x=2π.
Solution:
Step 1: Identify where the curve changes sign.
The graph of y=cosx crosses the x-axis at
x=2π,23π
Thus the interval [0,2π] must be split into three parts.
Step 2: Determine the sign in each part.
On [0,2π], cosx>0.
On [2π,23π], cosx<0.
On [23π,2π], cosx>0.
Step 3: Write the total area.
Total Area=∫0π/2cosxdx+∫π/23π/2cosxdx+∫3π/22πcosxdx
Step 4: Evaluate each part.
Since
∫cosxdx=sinx,
we get
∫0π/2cosxdx=[sinx]0π/2=1∫π/23π/2cosxdx=[sinx]π/23π/2=(−1)−1=−2
So its area is ∣−2∣=2.
∫3π/22πcosxdx=[sinx]3π/22π=0−(−1)=1
Step 5: Add the areas.
Total Area=1+2+1=4
Answer:4 square units.
Example 7: Area Involving an Absolute Value Function
Find the area of the region bounded by the curve y=∣x+1∣, the lines x=−3 and x=1, and the x-axis.
Solution:
Step 1: Write the function in piecewise form.
∣x+1∣={−(x+1),x+1,x<−1x≥−1
The expression inside the modulus becomes zero at x=−1, so we split the interval there.
Step 2: Write the area as two integrals.
Area=∫−3−1−(x+1)dx+∫−11(x+1)dx
Since the absolute value graph is never below the x-axis, these integrals already give positive area.
Step 3: Evaluate the first integral.
∫−3−1(−x−1)dx=[−2x2−x]−3−1
At x=−1:
−21+1=21
At x=−3:
−29+3=−23
So,
21−(−23)=2
Step 4: Evaluate the second integral.
∫−11(x+1)dx=[2x2+x]−11
At x=1:
21+1=23
At x=−1:
21−1=−21
So,
23−(−21)=2
Step 5: Add the two parts.
Total Area=2+2=4
Answer:4 square units.
Example 8: Area of an Exponential Curve
Find the area bounded by the curve y=ex, the x-axis, and the ordinates x=0 and x=2.
Solution:
Step 1: Observe that ex>0 for all real x, so the curve remains above the x-axis on [0,2].
Step 2: Write the area integral.
Area=∫02exdx
Step 3: Integrate.
∫exdx=ex
Thus,
Area=[ex]02
Step 4: Evaluate the limits.
=e2−e0=e2−1
Answer:e2−1 square units.
Example 9: Area involving Fractional Powers
Find the area bounded by the curve y=2x, the x-axis, and the lines x=1 and x=4.
Solution:
Step 1: Since 2x>0 for x>0, the required area is directly
Area=∫142xdx=2∫14x1/2dx
Step 2: Use the power rule.
∫x1/2dx=3/2x3/2=32x3/2
Hence,
Area=2[32x3/2]14=34[x3/2]14
Step 3: Evaluate the powers.
43/2=(4)3=23=8,13/2=1
So,
Area=34(8−1)=34⋅7=328
Answer:328 square units.
Example 10: Area bounded by a Logarithmic Curve
Find the area bounded by the curve y=lnx, the x-axis, and the lines x=1 and x=e.
Solution:
Step 1: Check the sign of lnx on the interval.
For 1≤x≤e, we have lnx≥0, so the curve lies on or above the x-axis.
Step 2: Write the integral.
Area=∫1elnxdx
Step 3: Integrate by parts.
Take
u=lnx,dv=dx
Then
du=x1dx,v=x
So,
∫lnxdx=xlnx−∫x⋅x1dx=xlnx−∫1dx=xlnx−x
Step 4: Apply the limits.
Area=[xlnx−x]1e
At x=e:
elne−e=e−e=0
At x=1:
1ln1−1=0−1=−1
Therefore,
Area=0−(−1)=1
Answer:1 square unit.
Example 11: Area of an Intercept Region
Find the area of the region bounded by y=x2−4 and the x-axis.
Solution:
Step 1: Find where the curve cuts the x-axis.
Set y=0:
x2−4=0⟹x=±2
So the bounded region lies between x=−2 and x=2.
Step 2: Check whether the curve is above or below the x-axis in this interval.
At x=0,
y=02−4=−4<0
So the curve lies below the x-axis on [−2,2].
Step 3: Write the area using modulus.
Area=∫−22(x2−4)dx
Step 4: Evaluate the integral.
∫(x2−4)dx=3x3−4x
Hence,
∫−22(x2−4)dx=[3x3−4x]−22
At x=2:
38−8=−316
At x=−2:
−38+8=316
So,
−316−316=−332
Step 5: Take the absolute value.
Area=−332=332
Answer:332 square units.
Ready to test your knowledge?
Take a quick interactive quiz on this topic —
free, works without login.