applications
Applications of Integration
You should know: integral, volumes of revolution
Overview
Integration has many geometric and physical applications beyond area. Key applications: (1) Area between curves: integral_a^b [f(x)-g(x)] dx when f >= g. (2) Average value of f on [a,b]: f_avg = 1/(b-a) * integral_a^b f(x) dx. (3) Work: W = integral_a^b F(x) dx (force times distance). (4) Fluid pressure: force = integral rho*g*h*w(h) dh. (5) Center of mass: x-bar = (1/m) integral x*rho(x) dx. These connect calculus to physics and engineering.
Intuition
Average value: if you integrate the temperature over the day and divide by the time interval, you get the average temperature -- intuitive. Work: integrating force over distance accounts for the fact that force varies (spring law, gravity). Area between curves: the area trapped between f and g is the integral of the 'height' f-g of the strip at each x.
Formal Definition
Area between f and g (f >= g on [a,b]): A = integral_a^b [f(x)-g(x)] dx. Average value: f_avg = (1/(b-a)) integral_a^b f(x) dx (Mean Value Theorem for Integrals: there exists c in [a,b] with f(c) = f_avg when f is continuous). Work: W = integral_a^b F(x) dx (F = force function, x = position). Spring work: F = kx (Hooke's law), W = integral_0^d kx dx = k*d^2/2. Mass: m = integral rho(x) dx. Center of mass: x-bar = integral x*rho(x) dx / m.
Notation
| Notation | Meaning |
|---|---|
| Average value of f on [a,b] | |
| Work done by force F over displacement | |
| x-coordinate of center of mass |
Theorems
Worked Examples
- 1
On [0,1]: g(x) = x >= x^2 = f(x) (since x <= 1). Area = integral_0^1 (x - x^2) dx.
- 2
= [x^2/2 - x^3/3]_0^1 = (1/2 - 1/3) - 0 = 1/6.
✓ Answer
Area = 1/6.
Practice Problems
Find the average value of f(x) = sin(x) on [0, pi].
Common Mistakes
Forgetting that area between curves requires f >= g; using f-g even when f < g.
Always determine which function is on top before integrating. If f and g cross in [a,b], split the interval at the crossing point. Use |f(x)-g(x)| or split: A = integral_a^c (f-g)dx + integral_c^b (g-f)dx when f >= g on [a,c] and g >= f on [c,b].
Quiz
Historical Background
The use of integration to compute areas and volumes dates to Archimedes (250 BC), who used the method of exhaustion. Newton and Leibniz's integral calculus (1670s) provided a systematic framework. The 18th-19th centuries saw widespread application of integrals to mechanics (work, energy), fluid dynamics, and probability. Fourier (1822) applied integration to heat conduction via the Fourier series.
- 250 BC
Archimedes computes areas/volumes via exhaustion
Archimedes
- 1687
Newton uses integrals systematically in Principia
Isaac Newton
- 1822
Fourier applies integration to heat equation
Joseph Fourier
Summary
- Area between curves: integral_a^b (f-g) dx (f >= g). Split interval if curves cross.
- Average value: (1/(b-a)) * integral_a^b f dx. MVT: achieved at some c in [a,b].
- Work: W = integral F dx. Spring (Hooke): W = k*d^2/2.
- Center of mass: x-bar = (1/m) integral x*rho(x) dx.
References
- BookStewart, J. Calculus: Early Transcendentals. 8th ed. Cengage, 2015. Ch. 6.
- WebsiteWikipedia -- Integral
Mathematics