By the end of this chapter you'll be able to…

  • 1Find the area under a curve using definite integrals
  • 2Compute the area between two curves
  • 3Use symmetry to simplify area calculations
  • 4Derive the area of a circle and ellipse by integration
  • 5Set up area integrals with respect to x or y
💡
Why this chapter matters
Integration measures the space a shape occupies. Computing the area under and between curves using definite integrals derives classic results (circle, ellipse) and is the foundation for finding volumes, arc lengths, and physical quantities.

Before you start — revise these

A 5-minute refresher here will save you 30 minutes of confusion below.

Applications of Integrals

'If differentiation describes the shape, integration measures the space it occupies.'

1. Chapter Overview

This chapter applies DEFINITE INTEGRALS to compute the AREA of regions bounded by curves. The key idea: the area between two curves f(x) and g(x) from x = a to x = b is the integral of the absolute difference of the functions. Special cases include the area of a circle and ellipse using integration. These techniques form the foundation for calculating volumes, arc lengths, and surface areas in higher mathematics.


2. Area Under a Curve

  • The area bounded by the curve y = f(x), the x-axis, and the lines x = a and x = b is: A = ∫ₐᵇ |f(x)| dx
  • If f(x) ≥ 0 on [a, b], A = ∫ₐᵇ f(x) dx.
  • If f(x) changes sign, split the integral at the points where f(x) = 0.

'Area above the x-axis is positive. Area below is negative — but we take the ABSOLUTE value for total area.'


3. Area Between Two Curves

  • Area between y = f(x) and y = g(x) where f(x) ≥ g(x) on [a, b]: A = ∫ₐᵇ [f(x) − g(x)] dx
  • In general: A = ∫ₐᵇ |f(x) − g(x)| dx

Worked Example 1

Problem: Find the area of the region bounded by y = x² and y = x. Solution: Step 1: Find intersection points: x² = x ⇒ x² − x = 0 ⇒ x(x − 1) = 0 ⇒ x = 0, x = 1. Step 2: On [0, 1], x ≥ x² (check at x = 0.5: 0.5 ≥ 0.25). Step 3: A = ∫₀¹ (x − x²) dx = [x²/2 − x³/3]₀¹ = (1/2 − 1/3) − 0 = 1/6 square units.


4. Area of a Circle Using Integration

  • Circle: x² + y² = r². By symmetry, area of quadrant = ∫₀ʳ √(r² − x²) dx.
  • Total area = 4 × ∫₀ʳ √(r² − x²) dx = 4 × [πr²/4] = πr².

'Integration confirms what we already know — the area of a circle is πr² — but shows HOW the formula is derived from first principles.'

Worked Example 2

Problem: Using integration, find the area of the circle x² + y² = 16. Solution: r = 4. Area = π(4)² = 16π square units. Derivation: A = 4∫₀⁴ √(16 − x²) dx = 4 × (π·16/4) = 16π.


5. Area of an Ellipse Using Integration

  • Ellipse: x²/a² + y²/b² = 1. y = ±(b/a)√(a² − x²).
  • Area = 4 × ∫₀ᵃ (b/a)√(a² − x²) dx = (4b/a) × (πa²/4) = πab.

'The area of an ellipse is πab — a beautiful generalisation of the circle (where a = b = r gives πr²).'


6. Area in Terms of y

  • Sometimes it is easier to integrate with respect to y.
  • Area between x = f(y) and x = g(y) from y = c to y = d: A = ∫𝄤ᵈ |f(y) − g(y)| dy

Worked Example 3

Problem: Find the area bounded by the parabola y² = 4ax and its latus rectum x = a. Solution: y² = 4ax ⇒ y = ±2√(ax). Latus rectum: x = a. By symmetry, consider upper half and double. A = 2∫₀ᵃ 2√(ax) dx = 4√a ∫₀ᵃ √x dx = 4√a × [2/3 x³/²]₀ᵃ = (8√a/3)(a³/²) = 8a²/3 square units.


7. Comparison Table: Area Formulas

RegionFormula
Between y = f(x) and x-axis, x = a to x = b∫ₐᵇ
Between y = f(x) and y = g(x)∫ₐᵇ
Between x = f(y) and y-axis, y = c to y = d∫𝄤ᵈ
Between x = f(y) and x = g(y)∫𝄤ᵈ
Circle: x² + y² = r²πr²
Ellipse: x²/a² + y²/b² = 1πab

8. Common Mistakes

  1. Forgetting absolute value: When a curve goes below the x-axis, the integral gives NEGATIVE area. Always use |f(x)|.
  2. Wrong intersection points: ALWAYS verify that the intersection points you found satisfy BOTH equations.
  3. Not checking which curve is on top: Between two curves, integrate (upper − lower), not the other way around.
  4. Limits of integration: The limits are x-values (for dx integrals) or y-values (for dy integrals). Don't mix them up.

9. CBSE Exam Focus

  1. Area under a curve — simple curves like y = x², y = √x
  2. Area between two curves — finding intersection points, determining upper/lower
  3. Area of circle/ellipse using integration
  4. Symmetry — using symmetry to simplify calculations
  5. Word problems — regions bounded by curves, lines, and axes

10. Self-Test

Q1: Find the area bounded by y = x² + 2, the x-axis, x = 0, and x = 3. A1: A = ∫₀³ (x² + 2) dx = [x³/3 + 2x]₀³ = (9 + 6) − 0 = 15 square units.

Q2: Find the area of the region bounded by y² = x and y = x. A2: Intersection: x = x² ⇒ x = 0, x = 1. On [0, 1], √x ≥ x (check x = 0.25: 0.5 > 0.25). A = ∫₀¹ (√x − x) dx = [2x³/²/3 − x²/2]₀¹ = (2/3 − 1/2) = 1/6 square units.

Q3: Using integration, find the area of the ellipse x²/9 + y²/4 = 1. A3: a = 3, b = 2. Area = πab = π(3)(2) = 6π square units.

Q4: Find the area bounded by the curve y = sin x, the x-axis, and x = 0 to x = 2π. A4: sin x ≥ 0 on [0, π] and sin x ≤ 0 on [π, 2π]. A = ∫₀^π sin x dx + |∫_π^{2π} sin x dx| = [−cos x]₀^π + |[−cos x]_π^{2π}| = (1 + 1) + |(−1) − 1| = 2 + 2 = 4 square units.

Q5: Find the area between the curves y = 4 − x² and y = x² − 4. A5: Intersection: 4 − x² = x² − 4 ⇒ 2x² = 8 ⇒ x = ±2. On [−2, 2], (4 − x²) ≥ (x² − 4). A = ∫₋₂² [(4 − x²) − (x² − 4)] dx = ∫₋₂² (8 − 2x²) dx = [8x − 2x³/3]₋₂² = (16 − 16/3) − (−16 + 16/3) = (32/3) − (−32/3) = 64/3 square units.


11. Conclusion

Applications of integrals show that INTEGRATION MEASURES:

  • AREA: 'The space enclosed by curves — the definite integral adds up infinitely many thin rectangles.'
  • SYMMETRY: 'Use it to simplify calculations — compute one quadrant and multiply.'
  • CONFIRMATION: 'Integration confirms known formulas (πr², πab) and derives new ones.'

'Integration is the tool that lets us measure any shape — from simple rectangles to the most complicated curves.'

Key formulas & results

Everything you need to memorise, in one card. Screenshot this for revision.

Area under a curve
A = integral from a to b of |f(x)| dx
Use absolute value where the curve dips below the x-axis.
Area between curves
A = integral from a to b of |f(x) - g(x)| dx
Integrate upper minus lower function.
Circle and ellipse areas
Circle = pi r^2; ellipse = pi a b
Derived by integrating sqrt expressions over a quadrant.
⚠️

Common mistakes & fixes

These are the exact errors that cost students marks in board exams. Read them once, save yourself the trouble.

WATCH OUT
Forgetting absolute value below the x-axis
A curve below the axis gives a negative integral; use |f(x)| or split the integral at the zeros for total area.
WATCH OUT
Using wrong intersection limits
Solve f(x) = g(x) and verify the solutions satisfy both curves before using them as limits.
WATCH OUT
Subtracting in the wrong order
Integrate (upper curve - lower curve) so the area comes out positive.
WATCH OUT
Mixing dx and dy limits
Use x-values as limits for dx integrals and y-values for dy integrals.

Practice problems

Try each one yourself before tapping "Show solution". Active recall > rereading.

Q1EASY· Area Under Curve
Find the area bounded by y = x^2 + 2, the x-axis, x = 0, and x = 3.
Show solution
A = integral 0 to 3 of (x^2 + 2) dx = [x^3/3 + 2x] from 0 to 3 = 9 + 6 = 15 square units.
Q2MEDIUM· Between Curves
Find the area bounded by y^2 = x and y = x.
Show solution
Intersections at x = 0 and x = 1, with sqrt(x) >= x on [0,1]. A = integral 0 to 1 of (sqrt(x) - x) dx = [2x^(3/2)/3 - x^2/2] = 2/3 - 1/2 = 1/6 square units.
Q3EASY· Ellipse
Find the area of the ellipse x^2/9 + y^2/4 = 1 by integration.
Show solution
a = 3, b = 2, so area = pi a b = 6 pi square units.
Q4MEDIUM· Trig Area
Find the area bounded by y = sin x and the x-axis from x = 0 to 2 pi.
Show solution
sin x is positive on [0, pi] and negative on [pi, 2pi]. A = integral 0 to pi of sin x dx + |integral pi to 2pi of sin x dx| = 2 + 2 = 4 square units.
Q5HARD· Between Curves
Find the area between y = 4 - x^2 and y = x^2 - 4.
Show solution
Intersections at x = +/- 2 with (4 - x^2) above. A = integral -2 to 2 of (8 - 2x^2) dx = [8x - 2x^3/3] from -2 to 2 = 64/3 square units.

5-minute revision

The whole chapter, distilled. Read this the night before the exam.

  • Area under a curve: integral of |f(x)| dx from a to b.
  • Area between curves: integral of (upper - lower) dx.
  • Split the integral where the curve crosses the axis.
  • Circle area pi r^2 and ellipse area pi a b derived by integration.
  • Integrate with respect to y when curves are written as x = f(y).
  • Exploit symmetry: compute one quadrant and multiply.
  • Limits are x-values for dx and y-values for dy integrals.

CBSE marks blueprint

Where the marks come from in this chapter — so you can plan your prep.

Typical chapter weightage: 5-7 marks across the chapter

Question typeMarks eachTypical countWhat it tests
Area between curves3-51Intersection points and integration
Area under a curve2-31Definite integral of a single curve
Conic area2-31Circle/ellipse by integration
Prep strategy
  • Sketch the region before integrating
  • Find and verify intersection points
  • Decide which curve is upper/right
  • Use symmetry to halve the work

Where this shows up in the real world

This chapter isn't just an exam topic — it lives in the world around you.

Engineering

Areas and volumes of irregular shapes are computed by integration in design and manufacturing.

Physics

Work done and centre of mass are found by integrating over regions.

Probability and statistics

The area under a probability density curve gives probabilities.

Exam strategy

Battle-tested tips from teachers and toppers for this chapter.

  1. Always sketch the region first
  2. Verify intersection points before setting limits
  3. Integrate upper minus lower to keep area positive
  4. Use symmetry to simplify the integral

Going beyond the textbook

For olympiad aspirants and curious learners — topics that build on this chapter.

  • Find areas using integration with respect to y for sideways regions.
  • Derive volumes of revolution by extending area methods.

Where else this chapter is tested

CBSE board isn't the only one — other exams test this chapter too.

CBSE Class 12 Mathematics examMedium
JEE Main (Area under Curves)Medium

Questions students ask

The real ones — pulled from the Q&A community and tutor sessions.

A definite integral computes signed area: regions above the x-axis contribute positively and regions below contribute negatively, so they can cancel. But physical area is always positive. To find the true total area, we therefore split the integral at the points where the curve crosses the x-axis and take the absolute value of the part(s) below the axis, ensuring every piece adds positively to the total.

Take the circle x^2 + y^2 = r^2. Its upper half is y = sqrt(r^2 - x^2). The area of one quadrant is the integral of sqrt(r^2 - x^2) from 0 to r, which evaluates to pi r^2 / 4 using a standard trigonometric substitution. By symmetry the full circle is four times this quadrant, giving 4 times pi r^2 / 4 = pi r^2. So integration derives the familiar formula from first principles.
Verified by the tuition.in editorial team
Last reviewed on 30 May 2026. Written and reviewed by subject-matter experts — read about our process.
Editorial process →
Header Logo