What is the Fundamental Theorem of Calculus saying?

The Fundamental Theorem of Calculus (FTC) says that differentiation and integration are reverse processes. If you have a function representing a rate of change, integrating it gives you the total accumulated change. Imagine you are driving a car. If you know your exact speed at every moment (the derivative), you can figure out exactly how far you have traveled over a certain time (the integral).<br><br>The theorem bridges the gap between calculating instantaneous rates (derivatives) and finding areas under curves (integrals). Before this theorem, mathematicians had to use tedious, complex formulas to find areas. The FTC showed that if you already know how to take a derivative, you already have the key to finding the area.

The First Part (Accumulation)

The first part of the FTC states that if you define a new function as the integral of f(t)f(t) from a constant aa to a variable xx, the derivative of this new function is just f(x)f(x). In math terms, if F(x)=axf(t)dtF(x) = \int_a^x f(t) dt, then F(x)=f(x)F'(x) = f(x). This proves that integrating a function and then differentiating it gets you right back where you started.

The Second Part (Evaluation)

The second part is the one you will use most often to solve homework problems. It gives us a shortcut to evaluate definite integrals without calculating infinite sums. It says that abf(x)dx=F(b)F(a)\int_a^b f(x) dx = F(b) - F(a), where F(x)F(x) is any antiderivative of f(x)f(x). You just find the antiderivative, plug in the top limit, plug in the bottom limit, and subtract.

Where Students Slip Up

A common mistake is forgetting the Chain Rule when applying the first part of the FTC. If the upper limit of your integral is a function like x2x^2 instead of just xx, you have to multiply by the derivative of that upper limit. Another frequent error is mixing up the order of subtraction in the second part; always subtract the value at the lower limit from the value at the upper limit, not the other way around.

Worked through

Evaluate the definite integral 13(2x)dx\int_1^3 (2x) dx using the Fundamental Theorem of Calculus.

First, find the antiderivative of f(x)=2xf(x) = 2x. Using the power rule backwards, the antiderivative is F(x)=x2F(x) = x^2. Next, apply the second part of the FTC: 132xdx=F(3)F(1)\int_1^3 2x dx = F(3) - F(1). Plug in the limits: F(3)=32=9F(3) = 3^2 = 9 and F(1)=12=1F(1) = 1^2 = 1. Finally, subtract: 91=89 - 1 = 8. The area under the curve y=2xy = 2x from x=1x=1 to x=3x=3 is exactly 8.

Questions students ask

Ask about this topic

Where this comes from: OpenStax Calculus Volume 1, Chapter 5 · Khan Academy: Fundamental Theorem of Calculus · Stewart Calculus, Chapter 5

See also