Integrals and the Fundamental Theorem of Calculus

Category: Integral Calculus

1. The Accumulation of Area

While differentiation fractures a complex function down to analyze its specific instantaneous behavior at a single localized moment, integration acts as the exact inverse operation. Integration accumulates continuous data points over a designated domain. Geometrically, evaluating a definite integral calculates the exact area bounded between a function's curve and the horizontal x-axis.

2. Riemann Sums to Definite Integrals

To approximate irregular areas underneath a curving function, mathematicians fit vertical rectangles under the function and added their individual areas together (known as a Riemann Sum). By applying a limit to make the width of these rectangles infinitely thin, the total number of rectangles approaches infinity. This continuous geometric summation merges perfectly into a formal definite integral:

∫ [from a to b] f(x) dx

The standard symbol represents an elongated "S" for summation, f(x) dictates the changing height of the curve, and dx represents an infinitesimally thin width running along the x-axis.

3. Proof of the Fundamental Theorem of Calculus

Let us prove that differentiation and integration are inverses by defining an accumulation function g(x) = ∫[a to x] f(t) dt and showing its derivative is f(x).

By limit definition: g'(x) = lim (h -> 0) [g(x + h) - g(x)] / h

Step 1: Express g(x+h) and g(x) as geometric integrals:
g(x + h) - g(x) = ∫[a to x+h] f(t) dt - ∫[a to x] f(t) dt

Step 2: Using the additive property of integral intervals, this leaves:
g(x + h) - g(x) = ∫[x to x+h] f(t) dt

Step 3: By the Mean Value Theorem for Integrals, there exists a number 'c' in the interval [x, x+h] such that:
∫[x to x+h] f(t) dt = f(c) · h

Step 4: Substitute this geometric area rectangle back into our limit:
g'(x) = lim (h -> 0) [f(c) · h] / h = lim (h -> 0) f(c)

Step 5: As h approaches 0, the interval [x, x+h] squeezes down to a single point, forcing 'c' to become exactly 'x':
g'(x) = f(x)

This proves that the derivative of an integral returns you back to the original function layout, completing the foundational link of tracking totals via rates.

← Back to Wiki Index