Finding the area bounded by a curve and a straight line is a natural extension of finding the area under a simple curve. In this case, the region is enclosed not by a curve and a coordinate axis, but by two different graphs.
The key idea is simple:
at each point in the interval, take the upper function minus lower function if integrating with respect to x,
or take the right function minus left function if integrating with respect to y.
Before writing the integral, we must first identify the shape of the enclosed region. This requires finding the points of intersection of the given curve and line, because these points provide the limits of integration.
So every problem of this type begins with geometry and algebra together:
understand the region,
find intersection points,
decide whether to integrate with respect to x or y,
subtract the lower boundary from the upper boundary (or left from right).
Steps to Find the Area
To solve such problems systematically, follow these steps:
Step 1: Sketch the Region
Draw a rough graph of the given curve and line. This helps you see:
where they intersect,
which graph lies above the other,
whether symmetry can be used,
whether one integral or split integrals are needed.
Step 2: Find the Points of Intersection
Solve the equations simultaneously. These points usually provide the lower and upper limits of the integral.
Step 3: Choose the Variable of Integration
If the graphs are naturally written as y=f(x), integrate with respect to x.
If the graphs are naturally written as x=f(y), integrate with respect to y.
Choose the variable that avoids splitting the region unnecessarily.
Step 4: Set up the Correct Difference
Integrating with respect to x:
If the top curve is y=f(x) and the bottom curve is y=g(x), then
Area=∫ab[f(x)−g(x)]dx
Integrating with respect to y:
If the right boundary is x=f(y) and the left boundary is x=g(y), then
Area=∫cd[f(y)−g(y)]dy
Step 5: Evaluate the Integral Carefully
Always simplify first if possible, then integrate and apply the limits.
The most common mistake in these problems is reversing the order and writing lower minus upper, which gives a negative result. Since area must be positive, always check the geometry before writing the integrand.
Symmetry and Standard Results
Symmetry can reduce calculation substantially. For example, if the bounded region is symmetric about the x-axis or y-axis, it is often easier to find half the area and multiply by 2.
For the parabola y2=4ax, the line x=a is its latus rectum. Since the parabola is symmetric about the x-axis, the area cut off by this line can be found using one half and doubling it.
A useful standard result is:
Area bounded by the parabola y2=4ax and the line y=mxArea=3m38a2
This formula is obtained by finding the points of intersection and integrating the difference between the upper branch of the parabola and the line. It is useful for checking your answer quickly.
Example 1: Parabola and a Horizontal Line
Find the area of the region bounded by the parabola y=x2 and the line y=4.
Solution:
Step 1: Understand the geometry.
The parabola y=x2 opens upward, and the horizontal line y=4 cuts it in two points. The enclosed region lies between the line and the parabola and is symmetric about the y-axis.
Step 2: Find the points of intersection.
Set
x2=4
So,
x=−2,2
Thus the intersection points are (−2,4) and (2,4).
Step 3: Identify upper and lower curves.
Between x=−2 and x=2:
upper curve: y=4
lower curve: y=x2
Hence,
Area=∫−22(4−x2)dx
Using symmetry,
Area=2∫02(4−x2)dx
Step 4: Integrate.
2∫02(4−x2)dx=2[4x−3x3]02
Step 5: Apply the limits.
=2(8−38)=2(324−8)=2⋅316=332
Answer:332 square units.
Example 2: Parabola and its Latus Rectum
Find the area bounded by the parabola y2=4ax and its latus rectum.
Solution:
Step 1: Write the equation of the latus rectum.
For the parabola y2=4ax, the latus rectum is the vertical line
x=a
Step 2: Find the points where this line meets the parabola.
Substitute x=a into y2=4ax:
y2=4a(a)=4a2
So,
y=±2a
The bounded region is symmetric about the x-axis.
Step 3: Express y in terms of x.
From
y2=4ax
we take the upper branch in the first quadrant:
y=2ax=2ax
Step 4: Find the upper half-area and double it.
Area=2∫0aydx=2∫0a2ax1/2dx=4a∫0ax1/2dx
Find the area of the region bounded by the curve y=x2 and the line y=x.
Solution:
Step 1: Find the points of intersection.
Set
x2=xx(x−1)=0
So,
x=0,1
The intersection points are (0,0) and (1,1).
Step 2: Decide which graph lies above the other on (0,1).
Take a test point, say x=21:
line: y=x=21
parabola: y=x2=41
Thus the line lies above the parabola.
Step 3: Set up the area integral.
Area=∫01(x−x2)dx
Step 4: Integrate.
∫01(x−x2)dx=[2x2−3x3]01
Step 5: Evaluate.
=21−31=63−2=61
Answer:61 square units.
Example 4: Circle and a Vertical Line
Find the area of the smaller region bounded by the circle x2+y2=16 and the line x=2.
Solution:
Step 1: Understand the region.
The circle has radius 4 and center at the origin. The vertical line x=2 cuts the circle and forms a smaller segment on the right side.
This segment is symmetric about the x-axis.
Step 2: Use the upper semicircle.
From
x2+y2=16
we get
y=16−x2
for the upper half.
Step 3: Set up the integral.
The smaller segment lies between x=2 and x=4.
So the required area is
Area=2∫2416−x2dx
Step 4: Use the standard integral:
∫a2−x2dx=2xa2−x2+2a2sin−1(ax)
with a=4.
Hence,
Area=2[2x16−x2+8sin−1(4x)]24
Step 5: Evaluate at the upper limit x=4.
2416−16+8sin−1(1)=0+8⋅2π=4π
Step 6: Evaluate at the lower limit x=2.
2216−4+8sin−1(21)=12+8⋅6π=23+34π
Step 7: Subtract and multiply by 2.
Area=2(4π−23−34π)=2(312π−4π−23)=2(38π−23)=316π−43
Answer:316π−43 square units.
Example 5: Integration along the y-axis
Find the area bounded by the curve x=y2 and the line x=y+2.
Solution:
Step 1: Choose the variable of integration.
Since both equations are already in the form x= function of y, integrating with respect to y is easiest.
Step 2: Find the points of intersection.
Set
y2=y+2y2−y−2=0(y−2)(y+1)=0
So,
y=−1,2
Step 3: Determine which curve is to the right.
Take a test value, say y=0:
parabola: x=y2=0
line: x=y+2=2
So the line is to the right, and the parabola is to the left.
Step 4: Set up the integral.
Area=∫−12[(y+2)−y2]dy
Step 5: Integrate.
∫(y+2−y2)dy=2y2+2y−3y3
So,
Area=[2y2+2y−3y3]−12
Step 6: Evaluate.
At y=2:
24+4−38=2+4−38=310
At y=−1:
21−2+31=21+31−2=65−2=−67
Thus,
Area=310−(−67)=620+67=627=29
Answer:29 square units.
Example 6: Area in the First Quadrant
Find the area in the first quadrant enclosed by the x-axis, the line y=x, and the circle x2+y2=32.
Solution:
Step 1: Understand the region.
The circle has radius
32=42
and center at the origin. The line y=x meets the circle in the first quadrant, and the enclosed region consists of:
a triangular-type part under y=x from x=0 to the intersection point,
a curved part under the circle from the intersection point to the positive x-intercept of the circle.
Step 2: Find where the line meets the circle.
Substitute y=x into the circle:
x2+x2=322x2=32x2=16x=4
So the point of intersection is (4,4).
Step 3: Split the area.
From x=0 to x=4, the upper boundary is the line y=x.
From x=4 to x=42, the upper boundary is the upper semicircle
y=32−x2
Hence,
Area=∫04xdx+∫44232−x2dx
Step 4: Evaluate the first integral.
∫04xdx=[2x2]04=8
Step 5: Evaluate the second integral using the standard formula.
∫a2−x2dx=2xa2−x2+2a2sin−1(ax)
with a=42.
So,
∫44232−x2dx=[2x32−x2+16sin−1(42x)]442
At x=42:
0+16⋅2π=8π
At x=4:
2416+16sin−1(21)=2⋅4+16⋅4π=8+4π
Thus the second integral is
8π−(8+4π)=4π−8
Step 6: Add both parts.
Area=8+(4π−8)=4π
Answer:4π square units.
Example 7: Line passing through the vertex of a parabola
Find the area bounded by the parabola y2=4x and the line y=2x.
Solution:
Step 1: Find the points of intersection.
Substitute y=2x into y2=4x:
(2x)2=4x4x2=4x4x(x−1)=0
So,
x=0,1
Hence the intersection points are (0,0) and (1,2).
Step 2: Identify upper and lower boundaries between x=0 and x=1.
The parabola gives
y=2x
for the upper branch.
Take a test point such as x=41:
parabola: y=21/4=1
line: y=2⋅41=21
So the parabola lies above the line.
Step 3: Set up the integral.
Area=∫01(2x−2x)dx=2∫01(x1/2−x)dx
Find the area of the smaller region bounded by the ellipse a2x2+b2y2=1 and the straight line ax+by=1.
Solution:
Step 1: Identify the intersection points.
The line meets the axes at (a,0) and (0,b). These points also satisfy the ellipse equation, so they are the intersection points.
The smaller enclosed region lies in the first quadrant.
Step 2: Write both curves in the form y= function of x.
From the ellipse:
b2y2=1−a2x2y=aba2−x2
for the upper half.
From the line:
by=1−axy=ab(a−x)
Step 3: Determine upper and lower curves.
In the first quadrant between x=0 and x=a, the ellipse lies above the line.
So,
Area=∫0a[aba2−x2−ab(a−x)]dx=ab∫0a(a2−x2−a+x)dx
Step 4: Integrate each part.
Using
∫0aa2−x2dx=4πa2,∫0aadx=a2,∫0axdx=2a2
we get
Area=ab(4πa2−a2+2a2)=ab(4πa2−2a2)=ab(4π−21)=4ab(π−2)
Answer:4ab(π−2) square units.
Example 9: Modulus Function and a Line
Find the area bounded by the curve y=∣x∣ and the line y=3.
Solution:
Step 1: Find the points of intersection.
Set
∣x∣=3
So,
x=±3
Thus the bounded region extends from x=−3 to x=3.
Step 2: Use symmetry.
The graph y=∣x∣ is symmetric about the y-axis, so we can find the area from 0 to 3 and double it.
Step 3: In the first quadrant, ∣x∣=x.
Hence,
Area=2∫03(3−x)dx