TheoremComplete

Integration - Main Theorem

The Fundamental Theorem of Calculus is the crown jewel of single-variable calculus, establishing the inverse relationship between differentiation and integration. This theorem transforms integration from a limiting process into a computational algorithm.

TheoremFundamental Theorem of Calculus (Part 1)

If ff is continuous on [a,b][a, b], then the function F(x)=axf(t)dtF(x) = \int_a^x f(t)\,dt is continuous on [a,b][a, b], differentiable on (a,b)(a, b), and F(x)=f(x)F'(x) = f(x) for all x(a,b)x \in (a, b).

Part 1 states that the integral function F(x)F(x) is an antiderivative of ff. In other words, differentiation "undoes" integration.

ExampleApplying FTC Part 1

Find ddx0xsin(t2)dt\frac{d}{dx}\int_0^x \sin(t^2)\,dt.

By FTC Part 1, with f(t)=sin(t2)f(t) = \sin(t^2): ddx0xsin(t2)dt=sin(x2)\frac{d}{dx}\int_0^x \sin(t^2)\,dt = \sin(x^2)

Even though sin(t2)\sin(t^2) has no elementary antiderivative, we can differentiate the integral directly.

ExampleChain Rule with FTC Part 1

Find ddx0x2sin(t2)dt\frac{d}{dx}\int_0^{x^2} \sin(t^2)\,dt.

Let u=x2u = x^2. By the chain rule: ddx0x2sin(t2)dt=ddu0usin(t2)dtdudx=sin(u2)2x=2xsin(x4)\frac{d}{dx}\int_0^{x^2} \sin(t^2)\,dt = \frac{d}{du}\int_0^u \sin(t^2)\,dt \cdot \frac{du}{dx} = \sin(u^2) \cdot 2x = 2x\sin(x^4)

TheoremFundamental Theorem of Calculus (Part 2)

If ff is continuous on [a,b][a, b] and FF is any antiderivative of ff on [a,b][a, b], then abf(x)dx=F(b)F(a)\int_a^b f(x)\,dx = F(b) - F(a)

This is commonly written as abf(x)dx=[F(x)]ab\int_a^b f(x)\,dx = \left[F(x)\right]_a^b or abf(x)dx=F(x)ab\int_a^b f(x)\,dx = F(x)\Big|_a^b.

Part 2 provides the evaluation algorithm: to compute a definite integral, find any antiderivative and evaluate it at the endpoints.

ExampleEvaluating Definite Integrals

Compute 13(2x+1)dx\int_1^3 (2x + 1)\,dx.

An antiderivative is F(x)=x2+xF(x) = x^2 + x. By FTC Part 2: 13(2x+1)dx=[x2+x]13=(9+3)(1+1)=122=10\int_1^3 (2x + 1)\,dx = [x^2 + x]_1^3 = (9 + 3) - (1 + 1) = 12 - 2 = 10

ExampleTrigonometric Integral

Evaluate 0π/2cosxdx\int_0^{\pi/2} \cos x\,dx.

0π/2cosxdx=[sinx]0π/2=sin(π/2)sin(0)=10=1\int_0^{\pi/2} \cos x\,dx = [\sin x]_0^{\pi/2} = \sin(\pi/2) - \sin(0) = 1 - 0 = 1

Geometrically, this represents the area under one arch of the cosine curve.

Remark

The two parts of the FTC are complementary:

  • Part 1: Integration followed by differentiation returns the original function
  • Part 2: Definite integrals can be computed using antiderivatives

Together, they establish that differentiation and integration are inverse operations, unifying the two major branches of calculus.

ExampleNet Change Theorem

If v(t)v(t) represents velocity, then by FTC Part 2: abv(t)dt=s(b)s(a)\int_a^b v(t)\,dt = s(b) - s(a) where s(t)s(t) is position. This is the Net Change Theorem: the integral of a rate of change equals the total change in the quantity.

Similarly:

  • aba(t)dt=v(b)v(a)\int_a^b a(t)\,dt = v(b) - v(a) (acceleration → velocity change)
  • abC(x)dx=C(b)C(a)\int_a^b C'(x)\,dx = C(b) - C(a) (marginal cost → total cost change)

The Fundamental Theorem of Calculus is arguably the most important theorem in all of calculus, providing both theoretical insight and computational power.