Mathematics.

applications

Applications of Integration

Calculus II45 minDifficulty5 out of 10

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

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.

A=ab[f(x)g(x)]dx(fg)A = \int_a^b [f(x) - g(x)]\,dx \quad (f \ge g)
Area between curves
favg=1baabf(x)dxf_{\text{avg}} = \frac{1}{b-a}\int_a^b f(x)\,dx
Average value
W=abF(x)dxW = \int_a^b F(x)\,dx
Work
xˉ=1mxρ(x)dx\bar{x} = \frac{1}{m}\int x\,\rho(x)\,dx
Center of mass

Notation

NotationMeaning
favgf_{\text{avg}}Average value of f on [a,b]
W=FdxW = \int F\,dxWork done by force F over displacement
xˉ\bar{x}x-coordinate of center of mass

Theorems

Theorem 1: Mean Value Theorem for Integrals
Iffiscontinuouson[a,b],thereexistscin[a,b]suchthatf(c)=(1/(ba))integralabf(x)dx.Theaveragevalueisattainedatsomeinteriorpoint.If f is continuous on [a,b], there exists c in [a,b] such that f(c) = (1/(b-a)) * integral_a^b f(x) dx. The average value is attained at some interior point.
Theorem 2: Work by a Variable Force
IfaforceF(x)actsonanobjectalongthexaxisfromx=atox=b,theworkdoneisW=integralabF(x)dx.ForaspringobeyingHookeslawF=kx:W=integral0dkxdx=kd2/2.If a force F(x) acts on an object along the x-axis from x=a to x=b, the work done is W = integral_a^b F(x) dx. For a spring obeying Hooke's law F=kx: W = integral_0^d kx dx = k*d^2/2.

Worked Examples

  1. 1

    On [0,1]: g(x) = x >= x^2 = f(x) (since x <= 1). Area = integral_0^1 (x - x^2) dx.

    A=01(xx2)dxA = \int_0^1 (x - x^2)\,dx
  2. 2

    = [x^2/2 - x^3/3]_0^1 = (1/2 - 1/3) - 0 = 1/6.

    =1213=16= \frac{1}{2} - \frac{1}{3} = \frac{1}{6}

✓ Answer

Area = 1/6.

Practice Problems

Mediumapplication

Find the average value of f(x) = sin(x) on [0, pi].

Common Mistakes

Common Mistake

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

The average value of f(x) = x^2 on [0,3] is:

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.

  1. 250 BC

    Archimedes computes areas/volumes via exhaustion

    Archimedes

  2. 1687

    Newton uses integrals systematically in Principia

    Isaac Newton

  3. 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

  1. BookStewart, J. Calculus: Early Transcendentals. 8th ed. Cengage, 2015. Ch. 6.