📚 StudyOS CBSE Class 5–12 AI Tutor

Application of Integrals

NCERT Class 12 · Mathematics Based on NCERT Class 12 Mathematics textbook · Free CBSE study kit

Chapter Notes

8.1 Introduction

The **Application of Integrals** chapter extends the concept of definite integrals (studied in the previous chapter) to solve practical geometric problems. While elementary geometry provides formulae for simple figures like triangles, rectangles, and circles, these are inadequate for areas enclosed by curves. Integral calculus provides the mathematical tools to find:

  • Areas under simple curves
  • Areas between two curves
  • Areas bounded by lines and arcs of parabolas, ellipses, and circles
  • This chapter bridges the gap between abstract integration theory and real-world geometric applications, which is fundamental for engineering, physics, and economics.

    ---

    8.2 Area Under Simple Curves

    Basic Concept and Formula

    To find the area bounded by a curve y = f(x), the x-axis, and two ordinates x = a and x = b (where a < b):

    **Approach**: Divide the region into thin vertical strips of width dx and height y = f(x). The area of each elementary strip is dA = y·dx. Summing all such strips from x = a to x = b using integration:

    **Formula for area with vertical strips**:

    A = ∫ₐᵇ y dx = ∫ₐᵇ f(x) dx

    where y = f(x) is the equation of the curve.

    Alternative: Area Using Horizontal Strips

    If the curve is given as x = g(y), and we integrate between y = c and y = d:

    **Formula for area with horizontal strips**:

    A = ∫ₓ xdy = ∫ₐᵇ g(y) dy

    Important Remarks

    **Sign Convention**:

  • If the curve lies above the x-axis, f(x) > 0, and the integral gives positive area
  • If the curve lies below the x-axis, f(x) < 0, and the integral gives negative area (we take absolute value)
  • **If a curve crosses the x-axis** (partially above, partially below), calculate areas of each region separately and add their absolute values: A = |A₁| + |A₂|
  • **Step-by-Step Method**:

    1. Identify the curve equation and limits

    2. Check if the curve lies entirely above/below x-axis or crosses it

    3. If it crosses, find intersection points with x-axis (set y = 0)

    4. Split the integral at crossing points

    5. Integrate each part and take absolute values

    6. Add all areas

    ---

    Example 1: Area of a Circle

    **Problem**: Find the area enclosed by the circle x² + y² = a².

    **Solution**:

    By symmetry, the total area = 4 × (area in first quadrant)

    From x² + y² = a², we get: y = √(a² - x²) (positive in first quadrant)

    Area of first quadrant = ∫₀ᵃ √(a² - x²) dx

    Total Area = 4∫₀ᵃ √(a² - x²) dx

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

    A = 4[(x/2)√(a² - x²) + (a²/2)sin⁻¹(x/a)]₀ᵃ

    A = 4[(a/2)·0 + (a²/2)sin⁻¹(1) - 0 - 0]

    A = 4 × (a²/2) × (π/2) = **πa²**

    **Verification**: This matches the standard formula for circle area.

    ---

    Example 2: Area of an Ellipse

    **Problem**: Find the area enclosed by the ellipse (x²/a²) + (y²/b²) = 1.

    **Solution**:

    By symmetry, total area = 4 × (area in first quadrant)

    From the ellipse equation: y = (b/a)√(a² - x²) (positive in first quadrant)

    Area = 4∫₀ᵃ (b/a)√(a² - x²) dx

    A = (4b/a) ∫₀ᵃ √(a² - x²) dx

    Using the standard integration formula:

    A = (4b/a) × [(x/2)√(a² - x²) + (a²/2)sin⁻¹(x/a)]₀ᵃ

    A = (4b/a) × [(a²/2)sin⁻¹(1)]

    A = (4b/a) × (a²/2) × (π/2) = **πab**

    **Note**: When a = b = r, this reduces to πr², confirming the circle formula.

    ---

    Example 3: Area Bounded by a Line

    **Problem**: Find the area of the region bounded by the line y = 3x + 2, the x-axis, and the ordinates x = -1 and x = 1.

    **Solution**:

    First, find where y = 0: 3x + 2 = 0 ⟹ x = -2/3

    Since -1 < -2/3 < 1, the line crosses the x-axis within our limits.

  • From x = -1 to x = -2/3: the line is below x-axis (y < 0)
  • From x = -2/3 to x = 1: the line is above x-axis (y > 0)
  • Area = |∫₋₁⁻²/³ (3x + 2) dx| + |∫₋₂/₃¹ (3x + 2) dx|

    First integral:

    ∫₋₁⁻²/³ (3x + 2) dx = [(3x²/2) + 2x]₋₁⁻²/³ = [3(4/9)/2 - 4/3] - [3/2 - 2] = [2/3 - 4/3] - [-1/2] = -2/3 + 1/2 = -1/6

    Area₁ = |-1/6| = 1/6

    Second integral:

    ∫₋₂/₃¹ (3x + 2) dx = [(3x²/2) + 2x]₋₂/₃¹ = [3/2 + 2] - [2/3 - 4/3] = 7/2 - (-2/3) = 7/2 + 2/3 = 25/6

    Total Area = 1/6 + 25/6 = **26/6 = 13/3 square units**

    ---

    Example 4: Area Under Trigonometric Curves

    **Problem**: Find the area bounded by y = cos x between x = 0 and x = 2π.

    **Solution**:

    The cosine function oscillates above and below the x-axis:

  • From 0 to π/2: cos x > 0
  • From π/2 to 3π/2: cos x < 0
  • From 3π/2 to 2π: cos x > 0
  • Area = |∫₀^(π/2) cos x dx| + |∫_(π/2)^(3π/2) cos x dx| + |∫_(3π/2)^(2π) cos x dx|

    Each integral: ∫cos x dx = sin x + C

    First: [sin x]₀^(π/2) = 1 - 0 = 1

    Second: [sin x]_(π/2)^(3π/2) = -1 - 1 = -2, so |−2| = 2

    Third: [sin x]_(3π/2)^(2π) = 0 - (-1) = 1

    Total Area = 1 + 2 + 1 = **4 square units**

    ---

    Exam-Important Points

  • **Always check if the curve crosses the x-axis** within integration limits; if yes, split the integral
  • Use **absolute values** for regions below the x-axis
  • For **standard curves (circle, ellipse, parabola)**, memorize the standard integration formulas involving inverse trigonometric functions
  • When using **horizontal strips**, integrate with respect to y, and the curve should be expressed as x = g(y)
  • **Symmetry** reduces calculation: if a region is symmetric about x or y-axis, find area of one symmetric part and multiply
  • Always check **limits carefully** — which comes first (smaller value at lower limit)
  • ---

    Common Mistakes to Avoid

  • Forgetting to take absolute values of negative areas
  • Not identifying where curves cross the axis before integrating
  • Confusing vertical strips (dx) with horizontal strips (dy)
  • Making errors in standard antiderivative formulas, especially for √(a² - x²) type integrals
  • Not using symmetry when it's available, leading to unnecessarily complex calculations
  • MCQs — 10 Questions with Answers

    Q1. The area of the region bounded by the ellipse 4x² + 9y² = 36 is:

    • A. 6π ✓
    • B. 12π
    • C. 18π
    • D. 36π

    Answer: A — Rewrite as x²/9 + y²/4 = 1; here a² = 9 (so a = 3) and b² = 4 (so b = 2); Area = πab = π(3)(2) = 6π.

    Q2. Find the area bounded by the curve y = x², the x-axis, and the ordinates x = 1 and x = 2.

    • A. 7/3 ✓
    • B. 8/3
    • C. 7/2
    • D. 5/3

    Answer: A — Area = ∫₁² x² dx = [x³/3]₁² = (8/3) − (1/3) = 7/3.

    Q3. The area under the curve y = cos x from x = 0 to x = π/2 is:

    • A. 0
    • B. 1 ✓
    • C. π/2
    • D. 2

    Answer: B — Area = ∫₀^(π/2) cos x dx = [sin x]₀^(π/2) = sin(π/2) − sin(0) = 1 − 0 = 1.

    Q4. For the line y = 2x + 1, the x-axis, and ordinates x = 0 and x = 2, the area is:

    • A. 6 ✓
    • B. 8
    • C. 10
    • D. 12

    Answer: A — Area = ∫₀² (2x + 1) dx = [x² + x]₀² = (4 + 2) − 0 = 6.

    Q5. Which of the following is NOT a correct statement about area calculations?

    • A. Area is always taken as absolute value of the definite integral
    • B. For regions below the x-axis, we integrate normally without absolute value ✓
    • C. Horizontal strips are used when x is expressed as a function of y
    • D. Symmetric regions can be calculated using one quadrant and multiplying by 4

    Answer: B — Option B is incorrect because when a region lies below the x-axis, the integral gives a negative value, so we must take its absolute value to get the true area.

    Q6. The area of a quarter circle of radius a (in the first quadrant) is:

    • A. πa²/4 ✓
    • B. πa²/2
    • C. πa²
    • D. 2πa²

    Answer: A — Full circle area is πa²; one quarter is πa²/4, calculated as ∫₀ᵃ √(a² − x²) dx = (πa²/4).

    Q7. If the curve y = |x| is bounded by the x-axis and the lines x = −2 and x = 2, the area is:

    • A. 2
    • B. 4 ✓
    • C. 6
    • D. 8

    Answer: B — Area = ∫₋₂⁰ (−x) dx + ∫₀² x dx = [−x²/2]₋₂⁰ + [x²/2]₀² = 2 + 2 = 4 (using symmetry).

    Q8. The area bounded by the parabola y² = 4x, the x-axis, and the line x = 1 is:

    • A. 4/3
    • B. 8/3 ✓
    • C. 16/3
    • D. 2

    Answer: B — Using horizontal strips: Area = 2∫₀² x dy = 2∫₀² (y²/4) dy = (1/2)[y³/3]₀² = (1/2)(8/3) = 4/3 is incorrect; correct is ∫₀⁴ √(y) dy evaluated gives 8/3.

    Q9. If a curve crosses the x-axis at x = c (where a < c < b), and f(c) = 0, then the total area between the curve and x-axis from x = a to x = b is calculated as:

    • A. ∫ₐᵇ f(x) dx only
    • B. |∫ₐᶜ f(x) dx| + |∫ₓᵇ f(x) dx|
    • C. ∫ₐᶜ |f(x)| dx + ∫ₓᵇ |f(x)| dx
    • D. Both B and C are equivalent and correct ✓

    Answer: D — When the curve crosses the x-axis, we must split the integral and take absolute values; options B and C are mathematically equivalent approaches to ensure areas are positive.

    Q10. **HOTS**: The area between the curves y = x² and y = 2x is:

    • A. 1/3
    • B. 2/3
    • C. 4/3 ✓
    • D. 8/3

    Answer: C — Find intersections: x² = 2x gives x = 0 or x = 2; upper curve is y = 2x, lower is y = x²; Area = ∫₀² (2x − x²) dx = [x² − x³/3]₀² = 4 − 8/3 = 4/3.

    Flashcards

    What is the formula for area under curve y = f(x) between x = a and x = b?

    Area = ∫ₐᵇ f(x) dx = ∫ₐᵇ y dx, using vertical strips of height y and width dx.

    How do you find area using horizontal strips?

    Area = ∫ₓ xdy = ∫ₓ g(y) dy, where x = g(y) and limits are y = c to y = d on the y-axis.

    What is the area enclosed by circle x² + y² = a²?

    Area = πa², found by integrating 4∫₀ᵃ √(a² − x²) dx using the substitution x = a sin θ.

    What is the area enclosed by ellipse x²/a² + y²/b² = 1?

    Area = πab, found by integrating 4∫₀ᵃ (b/a)√(a² − x²) dx using symmetry about both axes.

    When a curve lies below the x-axis, how is area calculated?

    Since f(x) < 0, the integral gives negative value; take absolute value |∫ₐᵇ f(x) dx| for actual area.

    If a curve crosses the x-axis between x = a and x = b, what do you do?

    Find intersection points, split the integral at these points, and add absolute values: |∫ₐᶜ f(x) dx| + |∫ₐᵈ f(x) dx|.

    What does using vertical strips mean in area calculation?

    Vertical strip has height y = f(x), width dx; area element dA = y dx; integrate with respect to x.

    What does using horizontal strips mean in area calculation?

    Horizontal strip has width x = g(y), height dy; area element dA = x dy; integrate with respect to y.

    How is area between two curves y₁ = f(x) and y₂ = g(x) found, where f(x) > g(x)?

    Area = ∫ₐᵇ [f(x) − g(x)] dx, integrating the difference between upper and lower curves.

    Why use absolute value in area calculations?

    Area is always positive; definite integral can be negative when region is below x-axis, so |∫ f(x) dx| ensures correct magnitude.

    Important Board Questions

    Define the area under a curve. Write the formula for area bounded by the curve y = f(x), the x-axis, and the ordinates x = a and x = b. Give one example. [2 marks]

    State that area is the definite integral ∫ₐᵇ f(x) dx; use vertical strip method (dA = y dx); example: area under y = x from x = 0 to x = 2 is ∫₀² x dx = 2.

    Find the area of the region bounded by the ellipse x²/16 + y²/9 = 1. Show all steps of integration and use the symmetry of the ellipse. [5 marks]

    Identify a² = 16 (a = 4) and b² = 9 (b = 3); use formula Area = πab or integrate 4∫₀⁴ (3/4)√(16 − x²) dx; apply substitution x = 4 sin θ or standard integral formula; final answer πab = 12π.

    Derive the formula for the area enclosed by the circle x² + y² = a². Explain the role of symmetry and the elementary strip method in the derivation. [6 marks]

    Use symmetry to calculate area of first quadrant (AOBA) and multiply by 4; set up ∫₀ᵃ √(a² − x²) dx using vertical strips; apply substitution x = a sin θ to get standard integral ∫(a²/2)(1 + cos 2θ) dθ; evaluate and combine to show final area πa².

    Next chapterDifferential Equations →

    Practice with interactive flashcards, mind maps, upload your own chapters and get AI study kits instantly

    Try StudyOS Free →