The area between two curves in calculus refers to the region enclosed between two functions over a given interval. It is calculated using definite integrals by subtracting the lower function from the upper function. This concept helps in solving problems involving enclosed areas in mathematics, physics, and engineering. The formula applies to both horizontal and vertical distances and can also be extended to polar curves. Mastering this topic is essential for Class 12 and competitive exams like JEE.
1.0Area Between Two Curves Definition
The area between two curves refers to the region enclosed between the graphs of two functions over a given interval. It represents the net difference of their values across a certain range of x or y.
2.0Formula for the Area Between Two Curves
If two continuous functions f(x) and g(x) satisfy f(x)≥g(x) on the interval [a, b], then the area between the curves with respect to x is: Area=∫ab∣f(x)−g(x)∣dx
Formula for the Area Between Two Curves with Respect to y:
If functions are expressed as x = f(y) and x = g(y): Area=∫cd∣f(y)−g(y)∣dy
3.0How to Find the Area Under a Curve That is Between Two Values?
Find the points of intersection by solving f(x) = g(x).
Set correct limits of integration based on the intersection points.
Identify which function is on top (upper curve) and which is below (lower curve).
Use the area between two curves formula with correct limits.
Solve the definite integral to get the area.
4.0Area Between Two Compound Curves
In cases involving compound curves (multiple intersections or changing upper/lower curves), split the integration into sections where one curve stays above the other and apply the area formula separately for each section.
5.0Area Between Two Polar Curves
For curves defined in polar form r=f(θ) and r=g(θ), the area between two polar curves is:Area=21∫θ1θ2∣[f(θ)]2−[g(θ)]2∣dθ
6.0Solved Examples on Area Between Two Curves
Example 1: Find the area bounded between the curves y=x2 and y = 2x.
Solution:
Find intersection points: x2=2x→x=0orx=2.
Integrate: ∫02(2x−x2)dx=[x2−3x3]02=4−38=34
Answer:34square units.
Example 2: Find the area enclosed between x=y2 and x = 4y.
Solution:
Solve: y2=4y→y = 0, 4.
Integrate with respect to y:
∫04(4y−y2)dy=[2y2−3y3]04=2(16)−364=364
Answer:364 square units.
Example 3: Find the area bounded by the curves y2=4x and y = 2x.
Solution:
Solve intersection points:
y2=4x→x=4y2
y=2x→x=2y
Set them equal:
4y2=2y
⇒y2=2y
⇒y(y−2)=0
⇒y=0,2
Area w.r.t y:
∫02(2y−4y2)dy
Solve:
∫02(y2−y24)dy=[y24−y312]02
∫02(2y−4y2)dy=[4y2−12y3]02
=(44−128)=1−32=31
Answer:31 square units.
Example 4: Find the area enclosed between the polar curves r=cosθ and r=sinθ.
Solution:
Find points of intersection: cosθ=sinθ⇒θ=4π
Area between the curves from 0 to 4π: 21∫04π(sin2θ−cos2θ)dθ
Solve: 21∫04π(−cos2θ)dθ
Integrate:
=−41sin2θ∣04π=−41(sin(2π−sin0)
=−41(1−0)=−41
Since area is positive:
Answer:41square units.
Example 5: Find the area bounded by y = |x| and y = 4 - |x|.
Solution:
Solve intersection points:
x∣=4−∣x∣
⇒∣x∣=2
⇒=±2
Area symmetric about y-axis, compute for 0≤x≤2 and double:
2×∫02[(4−x)−x]dx
=2×∫02(4−2x)dx
=2×[4x−x2]02
=2×(8−4)=8
Answer: 8 square units.
Example 6: Find the area between the curves y=x3 and y = x in the interval [-1, 1].
Solution:
Solve intersection points:
x3=x
⇒x(x2−1)=0
⇒=−1,0,1
Split into intervals and integrate:
Area=∫−10[x−x3]dx+∫01[x−x3]dx
Because the integrand is odd over symmetric limits,
Area=2×∫01(x−x3)dx
=2×[2x2−4x4]01=2×(21−41)=2×41=21
Answer:21 square units.
Example 7: Find the area enclosed between the polar curves r=2sinθ and r = 1 for 0≤θ≤2π.
Solution:
Use the formula:21∫θ1θ2∣[f(θ)]2−g(θ)]2∣dθ
Apply:21∫02π∣(2sinθ)2−12∣dθ
Simplify:21∫02π∣4sin2θ−1∣dθ
Solve this integral step by step using trigonometric identities.
Example 8: Find the area enclosed between the curves y = sin x and y = cos x in [0,4π].
Solution:
Identify upper curve: In [0,4π],cosx≥sinx
Setup integral:∫04π(cosx−sinx)dx
Solve:
=[sinx+cosx]04π
=sin4π+cos4π−(sin0+cos0)
=2−1
Answer: 2−1 square units.
Example 9: Find the area bounded by y=x2 and y=x3.
Solution:
Solve x2=x3⇒x2(1−x)=0⇒x=0,1
Integrate:
∫01(x2−x3)dx
=[3x3−4x4]01
=31−41=121
Answer: 121 square units.
7.0Practice Questions based on Area Between Two Curves
Find the area bounded between y = sin x and y = cos x in [0,4π].
Find the area between y=ex and y = ln x over their common domain.
Calculate the area between r=2cosθ and r = 1 in polar coordinates.
8.0Applications of Area Between Two Curves
Physics (work done by forces)
Economics (surplus calculation)
Probability & Statistics (distribution functions)
Engineering (cross-sectional designs)
Geometry (irregular shapes)
9.0Sample Questions on Area Between Two Curves
What is the formula for the area between two curves?
Ans: If f(x) is the upper curve and g(x) is the lower curve in the interval [a, b], then: Area=∫0b[f(x)−g(x)]dx
Can we calculate the area between two curves with respect to y?
Ans: Yes. If the curves are expressed as x = f(y) and x = g(y), then: Area=∫cd[f(y)−g(y)]dy
What is the formula for the area between two curves in polar coordinates?
Ans: For polar curves r=f(θ) and r=g(θ): Area=21∫θ1θ2∣[f(θ)]2−g(θ)]2∣dθ
Table of Contents
1.0Area Between Two Curves Definition
2.0Formula for the Area Between Two Curves
3.0How to Find the Area Under a Curve That is Between Two Values?
4.0Area Between Two Compound Curves
5.0Area Between Two Polar Curves
6.0Solved Examples on Area Between Two Curves
7.0Practice Questions based on Area Between Two Curves
8.0Applications of Area Between Two Curves
9.0Sample Questions on Area Between Two Curves
Frequently Asked Questions
The area between two curves refers to the region enclosed between the graphs of two functions over a certain interval. It is found by integrating the difference between the functions within given limits.
For a given x-interval: Solve both functions for y. Compare f(x) and g(x) at different points in the interval. The function with the larger y-value at those points is the upper curve.
Find all points of intersection within the given range. Split the integral at these points. In each subinterval, identify the upper and lower curves separately. Integrate separately over each subinterval and add the absolute values.