Why can an integral compute area? It’s not obvious that the anti-derivative of a function has anything to do with the area under the curve. Yet it does — and understanding why will make integration problems far more intuitive.
The key insight: area is the limit of infinitely many infinitely thin rectangles. Each rectangle has width dx and height f(x). The area of one rectangle is f(x)dx. Summing all rectangles gives ∫abf(x)dx.
The Fundamental Theorem of Calculus then tells us this sum equals F(b)−F(a) where F′(x)=f(x). That’s the connection: differentiation and integration are inverse operations.
In CBSE Class 12, area under curves is a guaranteed 5–6 mark question in boards. JEE also tests this with more complex regions.
Key Terms & Definitions
Definite Integral:∫abf(x)dx=F(b)−F(a), where F′(x)=f(x).
Area Under Curve: The area bounded between y=f(x), the x-axis, and the lines x=a and x=b.
A=∫abf(x)dx(when f(x)≥0 on [a,b])
Area Between Two Curves: Area between y=f(x) (upper) and y=g(x) (lower):
A=∫ab[f(x)−g(x)]dx
Negative Area: If f(x)<0 on [a,b], the integral gives a negative value. The actual area is the absolute value.
Signed Area:∫abf(x)dx counts area above x-axis as positive and below as negative.
The Geometric Intuition
Why Thin Rectangles Work
Divide [a,b] into n equal strips of width Δx=(b−a)/n. In each strip, approximate f(x) by a constant (the value at some point xi∗ in the strip). The area of strip i is f(xi∗)Δx.
Total approximate area: ∑i=1nf(xi∗)Δx (Riemann sum)
As n→∞ (strips become infinitely thin), this sum converges to the exact area — the definite integral.
This is not circular reasoning. The integral IS defined as this limit. The anti-derivative connection comes from the Fundamental Theorem.
Why F(b) - F(a) Gives Area
Define A(x) = area from a to x under the curve. Then A(a)=0 and A(b) = total area.
The key: dxdA=f(x). Why? Because adding a tiny strip of width dx and height f(x) adds area f(x)dx. So dxdA=f(x).
This means A(x) IS the antiderivative F(x) (plus a constant). Therefore A(b)=F(b)−F(a).
Standard Formulas
A=∫abf(x)dx(f(x)≥0)
If f(x) changes sign, split the integral at the roots.
A=∫ab[f(x)−g(x)]dx
where f(x)≥g(x) on [a,b].
A=∫cd[x=g(y)]dy
Useful when the curve is better expressed as x=g(y).
Solved Examples
Example 1 — Easy: Area Under Parabola
Find the area enclosed by y=x2, the x-axis, and the lines x=0 and x=3.
Solution:
A=∫03x2dx=[3x3]03=327−0=9 sq units
Example 2 — Medium: Area Below x-axis
Find the area enclosed by y=sinx from x=0 to x=2π.
Careful:sinx is negative from π to 2π.
A=∫0πsinxdx+∫π2πsinxdx=[−cosx]0π+[−cosx]π2π=[(−cosπ)−(−cos0)]+∣[(−cos2π)−(−cosπ)]∣=[1+1]+∣[−1−1]∣=2+2=4 sq units
Note: ∫02πsinxdx=0 (signed area), but actual area = 4.
Example 3 — Medium: Area Between Two Curves
Find the area between y=x2 and y=x (i.e., the area bounded by both curves).
First, find intersections: x2=x⇒x(x−1)=0⇒x=0,1.
On [0,1]: x≥x2 (line is above parabola).
A=∫01(x−x2)dx=[2x2−3x3]01=21−31=61 sq units
Example 4 — Hard (JEE Level): Circle Area
Find the area of the region bounded by the circle x2+y2=4.
y=4−x2 (upper semicircle). Total area = 2 × area of upper semicircle.
A=2∫−224−x2dx
Use the formula ∫a2−x2dx=2xa2−x2+2a2sin−1ax+C:
=2[2x4−x2+2sin−12x]−22=2[(0+2⋅2π)−(0+2⋅(−2π))]=2[π+π]=4π sq units
As expected (area of circle = πr2=π(4)=4π).
Example 5 — Standard Board Question
Find the area bounded by the curve y=x3, x-axis, and the lines x=−1 and x=1.
Solution:
Note: x3 is negative for x∈[−1,0] and positive for x∈[0,1].
A=∫−10x3dx+∫01x3dx=[4x4]−10+[4x4]01=0−41+(41−0)=41+41=21 sq units
Exam-Specific Tips
CBSE 2024 frequently asked: Area between y=x2 and y=x (the parabola and its inverse). Find intersections first (at x=0 and x=1), determine which is upper curve (x≥x2 on [0,1]), then integrate the difference.
JEE Main: Questions on area enclosed by ellipses, circles, or combinations of straight lines and curves. Standard formula for area of ellipse a2x2+b2y2=1 is πab. Know this directly.
For area between curves: always sketch (even roughly). Determine which curve is above the other in the relevant interval. The integral should always be (upper curve) − (lower curve), giving a positive result.
Common Mistakes to Avoid
Mistake 1: Not taking absolute value for areas below the x-axis.∫02πsinxdx=0, but area = 4. Whenever the curve dips below the x-axis, split the integral at the root(s) and take absolute values.
Mistake 2: Wrong order in “upper − lower.” If f(x)>g(x), the area between them is ∫(f−g)dx, not ∫(g−f)dx. If you subtract in the wrong order, you get a negative answer for area — physically meaningless.
Mistake 3: Forgetting to find intersection points. For area between curves, the limits of integration are where the curves intersect. Using [0,1] when the actual intersection is at x=0.5 gives a completely wrong answer.
Mistake 4: Forgetting the factor of 2 for symmetric curves. If a region is symmetric about the y-axis, compute area for x≥0 and double it. This halves the calculation work — use it.
A negative integral value means the curve is below the x-axis in that interval. Geometrically, the “signed area” is negative — counting below-axis area as negative and above-axis area as positive. When we say “area” (always positive), we take the absolute value.
Can the area formula be applied horizontally?
Yes. If a curve is expressed as x=g(y), the area between the curve and the y-axis from y=c to y=d is ∫cdg(y)dy. This is useful for curves like x=y2 where the standard approach is awkward.
What is the area under f(x)=0?
Zero. The curve lies on the x-axis — no area is enclosed.
Does a larger integral always mean a larger area?
Not necessarily, because of the signed area issue. The integral ∫−11xdx=0, but the actual area (above + below x-axis) is 1. When computing area, always account for sign changes in the function.
Standard Areas to Memorise
Curve
Bounded by
Area
Circle x2+y2=a2
Full circle
πa2
Ellipse x2/a2+y2/b2=1
Full ellipse
πab
Parabola y2=4ax
Latus rectum (x=a)
38a2
y=x2 and y=x
Between curves
61
y=x and y=x2
Between curves (0 to 1)
31
Integration using y-axis — when to use it
When the curve is better expressed as x=g(y), or when vertical strips would cross the boundary twice, switch to horizontal strips:
A=∫cdxdy=∫cdg(y)dy
Example: Area enclosed by y2=4x between y=0 and y=4:
x=y2/4. A=∫044y2dy=41[3y3]04=41×364=316
Area between a curve and oblique line
When one boundary is a non-horizontal/non-vertical line (like y=x+1), the formula stays the same — just treat it as one of the two curves:
A=∫ab∣upper(x)−lower(x)∣dx
Find intersections first to set limits.
Additional Solved Example
JEE Main: Find the area enclosed between y=x2+1 and y=2x+1.
Intersections: x2+1=2x+1⟹x2−2x=0⟹x(x−2)=0. So x=0,2.
A=∫1elnxdx. Integration by parts: ∫lnxdx=xlnx−x+C.
A=[xlnx−x]1e=(e⋅1−e)−(1⋅0−1)=0+1=1 sq unit.
Q6. Find the area of the region {(x,y):x2+y2≤1≤x+y}.
This is the area inside the unit circle but above the line x+y=1. The line meets the circle at (1,0) and (0,1). Area = area of quarter circle − area of triangle = 4π−21.