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:
This chapter bridges the gap between abstract integration theory and real-world geometric applications, which is fundamental for engineering, physics, and economics.
---
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.
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
**Sign Convention**:
**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
---
**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.
---
**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.
---
**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.
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**
---
**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:
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**
---
---
Q1. The area of the region bounded by the ellipse 4x² + 9y² = 36 is:
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.
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:
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:
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?
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:
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:
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:
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:
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:
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.
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.
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².
Practice with interactive flashcards, mind maps, upload your own chapters and get AI study kits instantly
Try StudyOS Free →