Class 12Mathematics · CalculusFull chapter

Application of Integrals

The whole chapter in one place — read it, then test yourself. Clear notes, formula sheet, a practice quiz, and worked NCERT solutions & PYQs.

Area Under Simple Curves

Quick answer Learn how a definite integral gives the area enclosed between a curve, the x-axis, and two vertical lines, including the case when the curve dips below the axis.

In Class 12 Calculus, one of the most useful geometric applications of the definite integral is calculating the area of a plane region bounded by a curve. If y = f(x) is a continuous curve defined on the interval [a, b] and f(x) ≥ 0 for every x in [a, b], then the region bounded by the curve, the x-axis, and the ordinates x = a and x = b has area equal to the definite integral of f(x) from a to b.

This works because a definite integral is itself defined as the limit of a sum of areas of thin rectangular strips of width Δx and height f(x), taken across the interval — exactly the elementary area of the region under the curve.

Worked Example: Find the area of the region bounded by the curve y = x², the x-axis, and the lines x = 0 and x = 2.

Since y = x² ≥ 0 on [0, 2], the required area is:

A = ∫₀² x² dx = [x³/3]₀² = 8/3 − 0 = 8/3 square units.

If the curve lies below the x-axis on [a, b] (i.e., f(x) ≤ 0), the definite integral ∫f(x)dx comes out negative, but area is always a non-negative quantity — so we take the absolute value (modulus) of the integral: Area = |∫ₐᵇ f(x) dx|.

Worked Example: Find the area bounded by y = sin x, the x-axis, and the lines x = π and x = 2π.

Here sin x ≤ 0 throughout [π, 2π]. ∫π sin x dx = [−cos x]π = (−cos 2π) − (−cos π) = −1 − 1 = −2. Since area cannot be negative, the required area is |−2| = 2 square units.

Area under a curve (x-axis) A = ∫ₐᵇ f(x) dx = ∫ₐᵇ y dx sq. units · Valid when f(x) ≥ 0 on [a,b]; the region is bounded by the curve, x-axis, and x=a, x=b.
Area when curve is below x-axis A = |∫ₐᵇ f(x) dx| sq. units · Used when f(x) ≤ 0 on [a,b], since the raw integral would be negative.
Remember
  • Area under y=f(x) above the x-axis from x=a to x=b equals ∫ₐᵇ f(x) dx.
  • A definite integral is the limit of a sum of thin rectangular strips of area f(x)·Δx.
  • If the curve lies below the x-axis, the integral is negative — take its absolute value to get the area.
  • Area is always expressed as a non-negative quantity in square units.

Area With Respect to the Y-axis

Quick answer Extend the idea of area-under-a-curve to horizontal strips, useful when a curve is more naturally expressed as x = g(y).

Sometimes a curve is more conveniently expressed as x = g(y) rather than y = f(x) — for example, a sideways-opening parabola like x = y². In such cases it is easier to slice the region into thin horizontal strips of width Δy rather than vertical strips.

If the curve x = g(y) is continuous and g(y) ≥ 0 for y between c and d, the area of the region bounded by the curve, the y-axis, and the horizontal lines y = c and y = d is given by the definite integral of g(y) with respect to y.

Worked Example: Find the area of the region bounded by the curve x = y², the y-axis, and the lines y = 1 and y = 4.

A = ∫₁⁴ x dy = ∫₁⁴ y² dy = [y³/3]₁⁴ = 64/3 − 1/3 = 63/3 = 21 square units.

As with the x-axis case, if g(y) is negative over part of [c, d] (the curve lies to the left of the y-axis), the corresponding part of the integral is taken in absolute value before adding to the total area.

Area w.r.t. y-axis A = ∫_c^d x dy = ∫_c^d g(y) dy sq. units · Valid when g(y) ≥ 0 on [c,d]; region bounded by curve, y-axis, y=c and y=d.
Remember
  • When a curve is naturally written as x=g(y), slice the region into horizontal strips of width Δy.
  • Area between the curve, the y-axis, y=c and y=d is A = ∫_c^d x dy = ∫_c^d g(y) dy.
  • Choose x-axis or y-axis integration based on which gives a simpler, single-valued expression for the boundary curve.
  • Negative contributions (curve to the left of the y-axis) are handled the same way as the x-axis case — take the modulus.

Area of a Circle and an Ellipse (Standard Curves)

Quick answer Apply integration to derive the well-known area formulas for a circle and an ellipse, using symmetry to simplify the calculation.

Two standard curves that appear repeatedly in this chapter are the circle x² + y² = a² and the ellipse x²/a² + y²/b² = 1. Both are symmetric about both coordinate axes, so it is efficient to compute the area of one quadrant using integration and then multiply by 4.

Circle: For x² + y² = a², solving for y in the first quadrant gives y = √(a² − x²). The area of the full circle is four times the first-quadrant area:

A = 4∫₀ᵃ √(a² − x²) dx = 4·[ (x/2)√(a² − x²) + (a²/2) sin⁻¹(x/a) ]₀ᵃ = 4·(a²π/4) = πa².

Worked Example: Find the area enclosed by the circle x² + y² = 4.

Here a = 2, so the area = πa² = π(2)² = 4π square units.

Ellipse: For x²/a² + y²/b² = 1, solving for y in the first quadrant gives y = (b/a)√(a² − x²). By the same symmetry argument:

A = 4∫₀ᵃ (b/a)√(a² − x²) dx = (4b/a)·(a²π/4) = πab.

Worked Example: Find the area of the ellipse x²/9 + y²/4 = 1.

Here a = 3, b = 2, so the area = πab = π(3)(2) = 6π square units.

Area of a circle A = πa² sq. units · Circle x²+y²=a² of radius a, centred at the origin.
Area of an ellipse A = πab sq. units · Ellipse x²/a² + y²/b² = 1 with semi-axes a and b.
Standard integral used ∫√(a²−x²) dx = (x/2)√(a²−x²) + (a²/2) sin⁻¹(x/a) + C Applied with limits 0 to a to get a quarter circle/ellipse area.
Remember
  • Both the circle and ellipse are symmetric about the x-axis and y-axis, so computing one quadrant and multiplying by 4 saves work.
  • Area enclosed by circle x²+y²=a² is πa².
  • Area enclosed by ellipse x²/a²+y²/b²=1 is πab (reduces to πa² when a=b, the circle case).
  • The integral ∫√(a²−x²)dx uses the standard result (x/2)√(a²−x²) + (a²/2) sin⁻¹(x/a).

Area Bounded by a Curve and a Line

Quick answer Learn the standard method for finding the area of a region enclosed between a curve and a straight line: find intersection points, then integrate the difference of the two functions.

A very common problem type is finding the area of the region enclosed between a curve (often a parabola, circle, or ellipse) and a straight line. The general method has three steps: (1) solve the two equations simultaneously to find the points of intersection, (2) reason out which curve lies above (or to the right of) the other over the interval, and (3) integrate the difference between the two functions over that interval.

Worked Example: Find the area of the region bounded by the parabola y² = x and the line y = x − 2.

Since both curves are naturally expressed in terms of y (x = y² and x = y + 2), it is convenient to integrate with respect to y. Substituting x = y² into x = y + 2 gives y² = y + 2, i.e., y² − y − 2 = 0, which factors as (y − 2)(y + 1) = 0. So the curves intersect at y = −1 and y = 2.

For y between −1 and 2, the line x = y + 2 lies to the right of the parabola x = y². So the area is:

A = ∫₋₁² [(y + 2) − y²] dy = [y²/2 + 2y − y³/3]₋₁²

At y = 2: 4/2 + 4 − 8/3 = 2 + 4 − 8/3 = 6 − 8/3 = 10/3.
At y = −1: 1/2 − 2 − (−1/3) = 1/2 − 2 + 1/3 = −7/6.

A = 10/3 − (−7/6) = 10/3 + 7/6 = 20/6 + 7/6 = 27/6 = 9/2 square units.

Area between curve and line A = ∫ₐᵇ [f(x) − g(x)] dx sq. units · f(x) is the upper boundary and g(x) the lower boundary between intersection points x=a and x=b.
Remember
  • First find the points of intersection of the curve and the line by solving the equations simultaneously.
  • Determine which curve/line is 'outer' (larger x or y value) over the interval before setting up the integral.
  • Area = ∫[outer function − inner function] dx (or dy), evaluated between the intersection points.
  • Choosing to integrate with respect to x or y depends on which form makes both boundaries single-valued and simple.

Area Between Two Curves

Quick answer Generalise the curve-and-line method to find the area enclosed between two curves, including cases where they cross more than once within the region.

The idea of the previous section extends directly to two general curves y = f(x) and y = g(x). If f(x) ≥ g(x) throughout the interval [a, b], and the curves meet at x = a and x = b, then the enclosed area is the integral of their difference.

Worked Example: Find the area of the region enclosed between the parabola y = x² and the line y = x.

Points of intersection: x² = x ⟹ x² − x = 0 ⟹ x(x − 1) = 0 ⟹ x = 0, 1. On (0, 1), the line y = x lies above the parabola y = x² (check at x = 0.5: line gives 0.5, parabola gives 0.25).

A = ∫₀¹ (x − x²) dx = [x²/2 − x³/3]₀¹ = (1/2 − 1/3) − 0 = 1/6 square unit.

When two curves intersect at more than two points, or when one curve is above the other for part of the interval and below it for another part, the interval must be split at each intersection point, and the absolute value of the (outer − inner) integral is added up over each sub-interval — otherwise areas above and below would wrongly cancel.

Area between two curves A = ∫ₐᵇ [f(x) − g(x)] dx sq. units · Valid where f(x) ≥ g(x) for all x in [a,b]; split the integral at any interior crossing points.
Remember
  • Area between y=f(x) and y=g(x), with f(x) ≥ g(x) on [a,b], is A = ∫ₐᵇ [f(x) − g(x)] dx.
  • Always find intersection points first — they become the limits of integration (or the points where the interval is split).
  • If the curves swap which one is 'on top' partway through the interval, split the integral at that crossing point.
  • Sketching a rough graph before integrating helps avoid sign errors in identifying the upper and lower curve.

Sign Convention, Symmetry and Problem-Solving Strategy

Quick answer Consolidate the rules for handling curves that cross the x-axis, and use symmetry to simplify area calculations — key exam-technique skills for this chapter.

Two techniques make area problems far quicker to solve correctly: careful handling of sign changes, and exploiting symmetry.

Sign convention: A definite integral ∫f(x)dx gives a signed value — positive when the curve is above the x-axis, negative when it is below. Since geometric area can never be negative, whenever a curve crosses the x-axis within the interval of integration, the interval must be split at each crossing point, and the absolute value of each piece added together.

Worked Example: Find the area bounded by the curve y = x³ − x and the x-axis between x = −1 and x = 1.

y = x³ − x = x(x − 1)(x + 1), which is zero at x = −1, 0, 1. Testing x = −0.5 gives y = 0.375 > 0, and testing x = 0.5 gives y = −0.375 < 0. So the curve is above the axis on [−1, 0] and below it on [0, 1].

∫(x³ − x)dx = x⁴/4 − x²/2. On [−1, 0]: value at 0 is 0; value at −1 is 1/4 − 1/2 = −1/4. So ∫₋₁⁰ = 0 − (−1/4) = 1/4.
On [0, 1]: value at 1 is 1/4 − 1/2 = −1/4; value at 0 is 0. So ∫₀¹ = −1/4, whose absolute value is 1/4.

Total area = 1/4 + 1/4 = 1/2 square unit. (Notice the two pieces came out equal — this is because y = x³ − x is an odd function, symmetric about the origin.)

Symmetry: If a curve is symmetric about the y-axis (an even function) or about the origin (an odd function), the area of one symmetric part can be computed and simply doubled — this was already used for the circle and ellipse, and again here for y = x³ − x.

Total area with sign changes A = |∫_a^c f(x) dx| + |∫_c^b f(x) dx| sq. units · Used when the curve crosses the x-axis at x=c between x=a and x=b.
Remember
  • A definite integral is negative when the curve lies below the x-axis — area is always its absolute value.
  • Split the interval at every x-intercept of the curve before integrating, then add the absolute values of each piece.
  • Use symmetry about the x-axis, y-axis, or origin to compute one part of a region and scale up, saving calculation.
  • Always sketch (even roughly) before setting up the integral — it prevents sign and boundary errors, the most common mistake in this chapter.

The formula sheet

Every formula in this chapter, in one place — screenshot it before your exam.

A = ∫ₐᵇ f(x) dx = ∫ₐᵇ y dx
Area under a curve (x-axis)sq. units
A = |∫ₐᵇ f(x) dx|
Area when curve is below x-axissq. units
A = ∫_c^d x dy = ∫_c^d g(y) dy
Area w.r.t. y-axissq. units
A = πa²
Area of a circlesq. units
A = πab
Area of an ellipsesq. units
∫√(a²−x²) dx = (x/2)√(a²−x²) + (a²/2) sin⁻¹(x/a) + C
Standard integral used
A = ∫ₐᵇ [f(x) − g(x)] dx
Area between curve and linesq. units
A = ∫ₐᵇ [f(x) − g(x)] dx
Area between two curvessq. units
A = |∫_a^c f(x) dx| + |∫_c^b f(x) dx|
Total area with sign changessq. units

Test yourself

Tap an answer to check it instantly — you'll see why it's right, and what to revise if it isn't.

0 correct · 0/12 answered
Q1 Area under simple curves easy

The area of the region bounded by the curve y = f(x) (with f(x) ≥ 0), the x-axis, and the lines x = a and x = b is given by:

Q2 Area of a circle easy

The area enclosed by the circle x² + y² = 9 is:

Q3 Area w.r.t. y-axis easy

To find the area between a curve x = g(y) and the y-axis from y = c to y = d, we compute:

Q4 Area under simple curves easy

The area under the curve y = x² between x = 0 and x = 3 (and the x-axis) is:

Q5 Area under simple curves medium

The area bounded by the curve y = sin x, the x-axis, x = 0 and x = π is:

Q6 Area of an ellipse medium

If the area of the ellipse x²/a² + y²/b² = 1 is 12π sq units and a = 4, then b equals:

Q7 Area between two curves medium

The area enclosed between the line y = x and the curve y = x² from x = 0 to x = 1 is:

Q8 Area bounded by curve and line medium

The area of the region bounded by the parabola y² = 4x and the line x = 4 is:

Q9 Area bounded by curve and line hard

The area of the region bounded by y² = x and the line y = x − 2 is:

Q10 Sign convention hard

The area bounded by the curve y = x³ − x and the x-axis between x = −1 and x = 1 is:

Q11 Sign convention hard

If a curve lies partly above and partly below the x-axis between x = a and x = b, the total enclosed area is obtained by:

Q12 Area enclosed by a region hard

The area of the region bounded by |x| + |y| = 2 is:

NCERT solutions & previous-year questions

Step-by-step model answers — tap a question to reveal the full solution.

NCERT questions 6

1 Find the area of the region bounded by the curve y² = x, the lines x = 1, x = 4 and the x-axis, in the first quadrant.Area under simple curves

Since the curve is y² = x, in the first quadrant y = √x (taking the positive square root). The required area lies between x = 1 and x = 4, bounded above by the curve and below by the x-axis.

Area, A = ∫₁⁴ √x dx = ∫₁⁴ x^(1/2) dx = [(2/3) x^(3/2)]₁⁴

= (2/3)[4^(3/2) − 1^(3/2)] = (2/3)[8 − 1] = (2/3)(7) = 14/3

Therefore, the required area is 14/3 square units.

2 Find the area enclosed by the circle x² + y² = 4.Area of a circle

The circle x² + y² = 4 has radius a = 2 and is symmetric about both axes, so its total area is 4 times the area in the first quadrant.

In the first quadrant, y = √(4 − x²), so the first-quadrant area is ∫₀² √(4 − x²) dx.

Using the standard result ∫√(a² − x²)dx = (x/2)√(a² − x²) + (a²/2) sin⁻¹(x/a) + C with a = 2:

∫₀² √(4 − x²) dx = [(x/2)√(4 − x²) + 2 sin⁻¹(x/2)]₀² = [0 + 2 sin⁻¹(1)] − [0 + 0] = 2·(π/2) = π

Total area of circle = 4 × π = 4π square units.

3 Find the area of the ellipse x²/25 + y²/16 = 1.Area of an ellipse

Here a² = 25 and b² = 16, so a = 5 and b = 4. For an ellipse x²/a² + y²/b² = 1, the enclosed area is given directly by the formula A = πab (derived by integrating the first-quadrant area and multiplying by 4).

A = πab = π(5)(4) = 20π square units.

4 Find the area of the region bounded by the curve y = x² and the line y = 4.Area bounded by curve and line

Point of intersection: x² = 4 ⟹ x = ±2. Between x = −2 and x = 2, the line y = 4 lies above the parabola y = x² (e.g., at x = 0, the line gives 4 and the parabola gives 0).

By symmetry about the y-axis, A = 2∫₀² (4 − x²) dx

= 2[4x − x³/3]₀² = 2[(8 − 8/3) − 0] = 2(16/3) = 32/3

Therefore, the required area is 32/3 square units.

5 Find the area of the region bounded by the curves y = x² and y = |x|.Area between two curves

For x ≥ 0, y = |x| = x, and the curves y = x² and y = x meet where x² = x, i.e., x = 0 or x = 1. For x ≤ 0, y = |x| = −x, and y = x² meets y = −x where x² = −x, i.e., x = 0 or x = −1. So the enclosed region runs from x = −1 to x = 1, and since both y = x² and y = |x| are even functions, the region is symmetric about the y-axis — so the area for x in [0, 1] can be doubled.

On [0, 1], |x| = x ≥ x² (e.g. at x = 0.5, the line gives 0.5, the parabola gives 0.25), so the line is the upper boundary.

A = 2∫₀¹ (x − x²) dx = 2[x²/2 − x³/3]₀¹ = 2(1/2 − 1/3) = 2(1/6) = 1/3

Therefore, the required area is 1/3 square unit.

6 Find the area bounded by the curve y = sin x and the x-axis between x = 0 and x = 2π.Sign convention and symmetry

On [0, π], sin x ≥ 0, and on [π, 2π], sin x ≤ 0. Since a definite integral is negative where the curve is below the x-axis, the interval must be split at x = π, and the areas added as absolute values.

∫₀^π sin x dx = [−cos x]₀^π = (−cos π) − (−cos 0) = 1 + 1 = 2

∫_π^(2π) sin x dx = [−cos x]_π^(2π) = (−cos 2π) − (−cos π) = −1 − 1 = −2, so its absolute value is 2

Total area = 2 + 2 = 4 square units.

Previous-year board questions 4

Q1 Using integration, find the area of the region bounded by the curve y = x² and the line y = x + 2. 2023 5 marks

Point of intersection: x² = x + 2 ⟹ x² − x − 2 = 0 ⟹ (x − 2)(x + 1) = 0 ⟹ x = −1, 2.

For x between −1 and 2, the line y = x + 2 lies above the parabola y = x² (check at x = 0: line gives 2, parabola gives 0).

A = ∫₋₁² [(x + 2) − x²] dx = [x²/2 + 2x − x³/3]₋₁²

At x = 2: 4/2 + 4 − 8/3 = 2 + 4 − 8/3 = 6 − 8/3 = 10/3

At x = −1: 1/2 − 2 − (−1/3) = 1/2 − 2 + 1/3 = −7/6

A = 10/3 − (−7/6) = 10/3 + 7/6 = 20/6 + 7/6 = 27/6 = 9/2

Therefore, the required area is 9/2 square units.

Q2 Using integration, find the smaller area enclosed by the ellipse x²/9 + y²/4 = 1 and the line x/3 + y/2 = 1. 2020 5 marks

The ellipse x²/9 + y²/4 = 1 (a = 3, b = 2) and the line x/3 + y/2 = 1 both pass through (3, 0) and (0, 2), so the smaller region lies between the line and the ellipse arc in the first quadrant, for x from 0 to 3.

From the ellipse: y = (2/3)√(9 − x²). From the line: y = 2 − (2x/3) = 2(1 − x/3).

Since the ellipse arc lies above the chord (line) between x = 0 and x = 3, the required area is:

A = ∫₀³ (2/3)√(9 − x²) dx − ∫₀³ 2(1 − x/3) dx

First integral: (2/3)·[(x/2)√(9 − x²) + (9/2) sin⁻¹(x/3)]₀³ = (2/3)·[0 + (9/2)(π/2)] = (2/3)(9π/4) = 3π/2

Second integral: ∫₀³ (2 − 2x/3) dx = [2x − x²/3]₀³ = (6 − 3) − 0 = 3

A = 3π/2 − 3

Therefore, the smaller area enclosed is (3π/2 − 3) square units, i.e. (3π − 6)/2 square units.

Q3 Find the area of the region bounded by the curve y = |x − 1|, the lines x = 0, x = 2, and the x-axis. 2022 4 marks

y = |x − 1| equals (1 − x) for x ≤ 1 and (x − 1) for x ≥ 1. Both pieces are non-negative, so no sign adjustment is needed — just split the integral at x = 1.

A = ∫₀¹ (1 − x) dx + ∫₁² (x − 1) dx

∫₀¹ (1 − x) dx = [x − x²/2]₀¹ = (1 − 1/2) − 0 = 1/2

∫₁² (x − 1) dx = [x²/2 − x]₁² = (2 − 2) − (1/2 − 1) = 0 − (−1/2) = 1/2

A = 1/2 + 1/2 = 1

Therefore, the required area is 1 square unit.

Q4 Using integration, find the area of the region bounded by the parabola y² = 4x and the line x = 1. 2024 3 marks

The parabola y² = 4x opens to the right; solving gives y = ±2√x. The region bounded by the parabola and the line x = 1 is symmetric about the x-axis, so it is enough to find the first-quadrant area (y = 2√x from x = 0 to x = 1) and double it.

A = 2∫₀¹ 2√x dx = 4∫₀¹ x^(1/2) dx = 4[(2/3) x^(3/2)]₀¹ = 4 × (2/3) = 8/3

Therefore, the required area is 8/3 square units.

Part of Priodemy for School

Interactive Maths & Science — free with every school on Priodemy EduSuite. Explore more chapters and labs on the Priodemy for School hub.

Ask AI