Applications of Integrals

Area Between Curves

\[A=\int_a^b[f(x)-g(x)]dx\quad(f\geq g)\]

Volumes of Revolution

Disk method: \(V=\pi\int_a^b[f(x)]^2dx\). Shell method: \(V=2\pi\int_a^b x f(x)dx\).

Examples

Example 1. Area between y=x² and y=x on [0,1].

Solution. \(\int_0^1(x-x^2)dx=[x^2/2-x^3/3]_0^1=1/6\).

Deep Dive: Applications Of Integrals

This section builds durable understanding of applications of integrals in calculus through definition-first reasoning, theorem mapping, and error-checking workflows.

Use a two-pass method: first derive the structure symbolically, then validate with a concrete numerical or geometric test case.

Visual Intuition

Convert algebra into a diagram, graph, or dependency map before solving. Visual-first analysis reduces sign errors and makes assumptions explicit.

Checklist: domain constraints - symmetry - limiting behavior - sanity check at special values.

Practice Set

Practice A. Re-derive one key formula on this page from first principles and annotate each transformation.

Target. Your final line should include assumptions, derivation path, and a quick verification.

Practice B. Build an application scenario using applications of integrals and solve it with both symbolic and numeric methods.

Target. Compare outputs and explain any approximation gap.

References & Editorial Notes

  • Stewart, Calculus.
  • Strang, Introduction to Linear Algebra.
  • Apostol, Mathematical Analysis.

Editorial update: Reviewed on 2026-04-14 for notation consistency, conceptual clarity, and exercise quality.