Proof Of Fundamental Theorem Of Calculus

8 min read

The proof of the fundamental theorem of calculus is one of the most elegant and powerful results in all of mathematics. It bridges the seemingly unrelated concepts of differentiation and integration, showing that they are inverse operations. In real terms, this connection is not just a theoretical curiosity; it provides the practical foundation for calculating definite integrals, solving differential equations, and understanding the behavior of physical systems. Understanding the proof is crucial for anyone studying calculus, as it reveals why the integration process works and not just how to perform it.

What is the Fundamental Theorem of Calculus?

Before diving into the proof, let’s clearly state what the theorem says. It is typically divided into two parts.

Part 1: Let f be a continuous function on an interval [a, b], and define a new function F by: $ F(x) = \int_a^x f(t) , dt $ Then F is differentiable on (a, b), and its derivative is: $ F'(x) = f(x) $ Basically, F is an antiderivative of f Easy to understand, harder to ignore..

Part 2: If f is continuous on [a, b], and F is any function such that F'(x) = f(x) for all x in [a, b], then: $ \int_a^b f(x) , dx = F(b) - F(a) $ This part provides the powerful method of evaluating definite integrals by finding an antiderivative and subtracting its values at the endpoints.

The Intuition Behind the Proof

The proof of the fundamental theorem of calculus rests on the interpretation of the definite integral as the limit of Riemann sums. A Riemann sum approximates the area under a curve by dividing the interval [a, b] into small subintervals, calculating the area of rectangles, and summing them up. As the number of subintervals increases, the sum approaches the exact integral.

Consider the function F(x) = ∫_a^x f(t) dt. The derivative F'(x) measures the instantaneous rate of change of F at x. Also, this is defined as: $ F'(x) = \lim_{h \to 0} \frac{F(x+h) - F(x)}{h} $ Substituting the definition of F, we get: $ F'(x) = \lim_{h \to 0} \frac{1}{h} \left( \int_a^{x+h} f(t) , dt - \int_a^x f(t) , dt \right) $ Using the property of definite integrals, ∫_a^b f(t) dt - ∫_a^c f(t) dt = ∫c^b f(t) dt, we simplify: $ F'(x) = \lim{h \to 0} \frac{1}{h} \int_x^{x+h} f(t) , dt $ The proof of Part 1 shows that this limit equals f(x), assuming f is continuous. Part 2 then uses this result to evaluate the definite integral.

Step-by-Step Proof of Part 1

The proof of Part 1 is the cornerstone. It uses the definition of the derivative and the properties of the integral.

  1. Start with the difference quotient: $ \frac{F(x+h) - F(x)}{h} = \frac{1}{h} \left( \int_a^{x+h} f(t) , dt - \int_a^x f(t) , dt \right) $

  2. Combine the integrals: By the additivity of the definite integral, we have: $ \int_a^{x+h} f(t) , dt = \int_a^x f(t) , dt + \int_x^{x+h} f(t) , dt $ Therefore: $ \frac{F(x+h) - F(x)}{h} = \frac{1}{h} \int_x^{x+h} f(t) , dt $

  3. Analyze the integral on the right-hand side: Since f is continuous on [a, b], it is bounded. Let m and M be the minimum and maximum values of f on the small interval [x, x+h] (or [x+h, x] if h is negative). By the comparison property of integrals: $ m \cdot |h| \leq \int_x^{x+h} f(t) , dt \leq M \cdot |h| $ Dividing by |h|: $ m \leq \frac{1}{h} \int_x^{x+h} f(t) , dt \leq M $

  4. Take the limit as h approaches 0: As h → 0, the interval [x, x+h] shrinks to the single point x. Because f is continuous at x, both m and M approach f(x). By the Squeeze Theorem: $ \lim_{h \to 0} \frac{1}{h} \int_x^{x+h} f(t) , dt = f(x) $

  5. Conclude: Because of this, F'(x) = f(x). This proves Part 1.

Proof of Part 2 Using Part 1

Part 2 is often proved by

Proof of Part 2 Using Part 1

Now let (f) be continuous on ([a,b]) and let (G) be any antiderivative of (f); that is, (G'(x)=f(x)) for every (x\in[a,b]).
Consider the function

[ H(x)=\int_{a}^{x} f(t),dt . ]

From Part 1 we already know that (H'(x)=f(x)). Hence both (H) and (G) have the same derivative on the whole interval. By the Mean Value Theorem for derivatives, two functions whose derivatives agree everywhere differ by at most a constant Nothing fancy..

Short version: it depends. Long version — keep reading Worth keeping that in mind..

[ G(x)=H(x)+C\qquad\text{for all }x\in[a,b]. ]

Evaluating the equality at the left‑hand endpoint (x=a) gives

[ G(a)=H(a)+C=\int_{a}^{a} f(t),dt + C = 0 + C = C, ]

so (C=G(a)). Substituting back, we obtain

[ G(x)=\int_{a}^{x} f(t),dt + G(a). ]

Rearranging yields the desired relationship

[ \int_{a}^{b} f(t),dt = G(b)-G(a). ]

Thus the definite integral of a continuous function over ([a,b]) can be computed simply by evaluating any antiderivative at the endpoints and taking the difference. This completes the proof of the second part of the Fundamental Theorem of Calculus And it works..


Why the Theorem Matters

The Fundamental Theorem of Calculus (FTC) bridges two seemingly disparate concepts:

  1. Accumulation (integration) – measuring the total “area” or “net change” of a quantity over an interval.
  2. Instantaneous change (differentiation) – measuring how a quantity changes at a single point.

Before the FTC, integration and differentiation were treated as separate operations, each with its own techniques and motivations. The theorem tells us that integration is, in a precise sense, the inverse operation of differentiation. This insight yields several powerful consequences:

Consequence Explanation
Evaluation of definite integrals Instead of approximating an area with Riemann sums, we can find an antiderivative and apply the “(F(b)-F(a))” rule. Day to day,
Existence of antiderivatives Any continuous function automatically possesses an antiderivative (the function (F(x)=\int_a^x f)).
Differentiation under the integral sign When a parameter appears inside the integrand, the FTC justifies swapping differentiation and integration under mild conditions (Leibniz rule).
Physical interpretation In mechanics, if (v(t)) is velocity, then (\int_{t_0}^{t_1} v(t),dt) gives displacement, while differentiating displacement yields velocity. The FTC formalises this relationship.

Common Pitfalls and How to Avoid Them

  1. Assuming continuity is unnecessary
    The FTC requires at least continuity of (f) on ([a,b]) for the classical statements. Functions with jump discontinuities can still be integrated, but the equality (F'(x)=f(x)) may fail at the points of discontinuity. In such cases one works with Lebesgue integration or uses the notion of almost everywhere differentiability.

  2. Confusing the two parts
    Part 1 creates an antiderivative from an integral; Part 2 uses an already known antiderivative to compute an integral. Mixing up the direction of the implication can lead to circular reasoning Simple, but easy to overlook..

  3. Neglecting the orientation of the interval
    If (b<a), the integral (\int_a^b f(t)dt) equals (-\int_b^a f(t)dt). The FTC still holds, but the sign must be handled correctly when applying (F(b)-F(a)) Simple, but easy to overlook..

  4. Forgetting the constant of integration
    When solving differential equations, the antiderivative is determined only up to an additive constant. In definite integrals the constant cancels out, but when you move from an indefinite to a definite integral you must remember to include it if you are reconstructing the original function Nothing fancy..


A Quick Worked Example

Problem: Compute (\displaystyle\int_{0}^{\pi} \sin x , dx) It's one of those things that adds up..

Solution:

  1. Find an antiderivative of (\sin x). One convenient choice is (-\cos x) because (\frac{d}{dx}(-\cos x)=\sin x).
  2. Apply Part 2 of the FTC:

[ \int_{0}^{\pi} \sin x , dx = \bigl[-\cos x\bigr]_{0}^{\pi}= -\cos(\pi) - \bigl(-\cos(0)\bigr)= -(-1) + 1 = 2. ]

The result matches the geometric interpretation: the area under one half‑period of the sine curve is exactly (2).


Extending the Idea: The Second Fundamental Theorem

A closely related statement, often called the Second Fundamental Theorem of Calculus, says that if (f) is integrable on ([a,b]) and (F) is defined by

[ F(x)=\int_{c}^{x} f(t),dt, ]

then (F) is continuous on ([a,b]) and differentiable at every point where (f) is continuous, with (F'(x)=f(x)). And this version emphasizes that the integral defines a function whose derivative recovers the original integrand, even when the integrand is merely Riemann integrable (not necessarily continuous everywhere). It underlines the robustness of the FTC: continuity is sufficient but not necessary for the derivative relationship to hold at most points.


Concluding Remarks

Let's talk about the Fundamental Theorem of Calculus is more than a computational shortcut; it is a conceptual bridge that unifies the two central pillars of analysis. By showing that accumulation and instantaneous change are inverse processes, it provides a powerful framework for solving problems across mathematics, physics, engineering, and the sciences. Mastery of the theorem—both its proof and its proper application—opens the door to deeper topics such as differential equations, real analysis, and modern integration theory Easy to understand, harder to ignore..

In practice, whenever you encounter a definite integral of a continuous function, remember:

  1. Find an antiderivative (or use a known one).
  2. Evaluate at the bounds and subtract.

If the function is not continuous everywhere, check the hypotheses carefully or resort to more advanced integration concepts. With these tools, the once‑daunting task of “computing an area” becomes a straightforward algebraic exercise, all thanks to the insight provided by the Fundamental Theorem of Calculus Surprisingly effective..

New Content

What People Are Reading

Picked for You

More on This Topic

Thank you for reading about Proof Of Fundamental Theorem Of Calculus. We hope the information has been useful. Feel free to contact us if you have any questions. See you next time — don't forget to bookmark!
⌂ Back to Home