Area as a Definite Integral
The area under y=f(x) from x=a to x=b (above the x-axis) is ∫ₐᵇ f(x)dx. If f(x)<0 on part of [a,b], the integral gives signed area — below-axis regions subtract. To find total area (always positive), integrate |f(x)|: split the interval at each zero of f.
Area Between Two Curves
- Area between y=f(x) (top) and y=g(x) (bottom) from a to b:
- A = ∫ₐᵇ [f(x)−g(x)]dx.
- First find the intersection points (solve f(x)=g(x)) to determine a and b, and to verify which function is on top.
Integrating with Respect to y
Sometimes a region is more naturally described by horizontal strips than vertical ones. If the boundary curves can be written as x = f(y) and x = g(y), integrate with respect to y: A = ∫ᶜᵈ [right − left]dy = ∫ᶜᵈ [f(y) − g(y)]dy where c and d are the y-values of the intersection points.
When to use this: if the top and bottom boundaries change (e.g., the region is bounded above by one curve and below by another that changes at an x-value requiring case-by-case analysis), switching to horizontal integration with respect to y often eliminates the need to split the integral.
Applications: Why Area Calculations Matter
- Economics: Consumer surplus = ∫₀^q* [D(q) − p*]dq. The area between the demand curve and the market price line. Represents total benefit buyers receive above what they pay.
- Probability: P(a ≤ X ≤ b) = ∫ₐᵇ f(x)dx where f is the probability density. Probability is literally area under the density curve.
- Physics: Work done by a variable force = area under the force-displacement curve.
- Engineering: Bending moment in a beam = area under the shear force diagram.
- Stewart, J. (2015). Calculus, §5.1–5.3, §6.1. Cengage.
- Apostol, T. (1967). Calculus, Vol. 1, Ch. 1–2. Wiley.
- Strang, G. (1991). Calculus, Ch. 5. Wellesley-Cambridge.
Setting Up the Integral
The area between a curve y = f(x) and the x-axis from x = a to x = b is ∫ₐᵇ |f(x)| dx. The absolute value matters: if f(x) is negative over part of [a,b], that region is below the x-axis, and you must integrate f and −f separately and add the magnitudes.
Area Between Two Curves
The area between y = f(x) (top curve) and y = g(x) (bottom curve) is ∫ₐᵇ [f(x) − g(x)] dx, where a and b are the x-coordinates where the curves intersect.