The Fundamental Theorem of Calculus and Definite Integrals
students, imagine tracking how much water fills a tank 💧, how far a bike travels 🚲, or how much money you earn over time 💵. In each case, you are not just interested in a rate at one moment, but in the total change that builds up over an interval. That is the big idea behind definite integrals and the Fundamental Theorem of Calculus.
What You Will Learn
In this lesson, students, you will learn how to:
- explain what a definite integral means as accumulated change,
- use the notation $\int_a^b f(x)\,dx$ correctly,
- connect Riemann sums to definite integrals,
- apply the Fundamental Theorem of Calculus to evaluate integrals,
- interpret what the result of an integral means in context,
- and see how these ideas fit into the larger AP Calculus BC unit on integration and accumulation of change.
The key idea is simple but powerful: derivatives describe instantaneous rate of change, while integrals describe accumulated change over an interval. The Fundamental Theorem of Calculus connects these two ideas in a precise way.
Definite Integrals as Accumulated Change
A definite integral is written as $\int_a^b f(x)\,dx$. The numbers $a$ and $b$ are the limits of integration, and $f(x)$ is the integrand. The symbol $dx$ tells us the variable of integration is $x$.
When $f(x)\ge 0$, the integral $\int_a^b f(x)\,dx$ represents the area under the graph of $f$ from $x=a$ to $x=b$. But in calculus, the meaning is broader than geometry. Even if $f(x)$ is not always positive, the integral still measures net change.
For example, if $f(t)$ is a velocity function in meters per second, then $\int_0^5 f(t)\,dt$ gives displacement over the first 5 seconds. If the velocity is positive for some time and negative later, the negative part subtracts from the total. That is why the definite integral gives net accumulated change, not always total distance.
This is important in AP Calculus BC because many real problems describe rates:
- rate of water entering a tank,
- population growth rate,
- marginal cost,
- current in an electrical circuit,
- or velocity of a moving object.
In each case, integrating the rate gives the overall amount of change.
Riemann Sums: Building the Integral from Pieces
Before students had calculators and symbolic methods, the idea behind integration was to approximate area or accumulated change using rectangles. This is the foundation of the definite integral.
A Riemann sum has the form
$$\sum_{i=1}^{n} f(x_i^*)\,\Delta x$$
where $\Delta x=\frac{b-a}{n}$ is the width of each subinterval, and $x_i^*$ is a sample point in the $i$th subinterval.
The idea is to break $[a,b]$ into many small pieces. On each piece, the change is approximately the height times the width. Adding all those pieces gives a better and better approximation as $n$ increases.
For example, suppose $f(x)$ gives the rate at which water flows into a tank in liters per minute. If we divide the time interval from $0$ to $4$ minutes into small pieces, then on each piece the amount of water added is approximately $f(x_i^*)\Delta t$. Adding all pieces gives an approximation to total water added.
As the pieces get smaller, the approximation improves. The exact value of the definite integral is the limit of these Riemann sums:
$$\int_a^b f(x)\,dx=\lim_{n\to\infty}\sum_{i=1}^{n} f(x_i^*)\,\Delta x$$
when the limit exists.
This formula explains why definite integrals are accumulated change: they are built from many tiny changes added together.
The Fundamental Theorem of Calculus, Part 1
The first part of the Fundamental Theorem of Calculus says that differentiation and integration are inverse processes.
If
$$F(x)=\int_a^x f(t)\,dt,$$
then
$$F'(x)=f(x)$$
provided $f$ is continuous.
This means something amazing: if you define a function by accumulating area or change from a starting point $a$ to a moving endpoint $x$, then the rate at which that accumulated amount changes is just the original function.
Here is a real-world example. Suppose $r(t)$ is the rate at which a tank fills, measured in liters per minute. Let
$$A(t)=\int_0^t r(s)\,ds$$
be the total amount of water added by time $t$. Then the derivative of $A$ is
$$A'(t)=r(t).$$
So the accumulation function tells you how much has built up, while the derivative tells you how fast it is building at that instant.
This part of the theorem is one of the most important ideas in calculus because it shows that accumulation and rate are deeply connected.
The Fundamental Theorem of Calculus, Part 2
The second part of the theorem gives a powerful way to evaluate definite integrals.
If $F$ is any antiderivative of $f$, meaning
$$F'(x)=f(x),$$
then
$$\int_a^b f(x)\,dx=F(b)-F(a).$$
This means you do not always need to use Riemann sums to find an exact integral. Instead, you can find an antiderivative and subtract the values at the endpoints.
For example, to evaluate
$$\int_1^4 3x^2\,dx,$$
find an antiderivative of $3x^2$. Since
$$\frac{d}{dx}(x^3)=3x^2,$$
an antiderivative is $F(x)=x^3$. Then
$$\int_1^4 3x^2\,dx=F(4)-F(1)=4^3-1^3=64-1=63.$$
This result makes sense because the integral measures accumulated change from $x=1$ to $x=4$.
A common AP Calculus BC habit is to always check meaning in context. If $3x^2$ is a rate, then $63$ has units of whatever quantity the rate accumulates into. For example, if the rate was gallons per hour, then the integral would be in gallons.
Interpreting Signs, Net Change, and Units
One of the most important skills in this topic is interpreting the sign of an integral.
- If $f(x)>0$ on $[a,b]$, then $\int_a^b f(x)\,dx>0$.
- If $f(x)<0$ on $[a,b]$, then $\int_a^b f(x)\,dx<0$.
- If the graph is above and below the $x$-axis, the integral gives net signed area.
This is why a velocity function can produce displacement rather than total distance. If a car moves forward for 3 seconds and then backward for 2 seconds, the positive and negative contributions both matter.
Units also matter. If $f(x)$ has units of “miles per hour” and $x$ is in “hours,” then $\int_a^b f(x)\,dx$ has units of “miles.” The $dx$ is not decoration; it reminds you of the input variable and the units of accumulation.
students, AP problems often test whether you can translate a verbal description into an integral and then explain the result in words. That is one of the best ways to show understanding.
A Quick Example with Accumulation
Suppose a company’s production rate is given by
$$P(t)=50+10\sin(t),$$
where $P(t)$ is in units per day and $t$ is in days. The total production from day $0$ to day $\pi$ is
$$\int_0^{\pi} (50+10\sin(t))\,dt.$$
Using the Fundamental Theorem of Calculus, an antiderivative is
$$50t-10\cos(t).$$
So
$$\int_0^{\pi} (50+10\sin(t))\,dt=\bigl(50\pi-10\cos(\pi)\bigr)-\bigl(50\cdot 0-10\cos(0)\bigr).$$
Since $\cos(\pi)=-1$ and $\cos(0)=1$,
$$50\pi+10-(-10)=50\pi+20.$$
This is the total accumulated production over the interval. The answer combines the steady production rate $50$ with the changing part $10\sin(t)$.
Conclusion
The Fundamental Theorem of Calculus is the bridge between derivatives and integrals. Definite integrals measure accumulated change, and Riemann sums show how that accumulation is built from small pieces. Part 1 says that the derivative of an accumulation function gives back the original rate. Part 2 says that if you know an antiderivative, you can evaluate a definite integral by subtracting endpoint values.
students, this lesson is central to AP Calculus BC because it helps you move between graphs, rates, totals, and antiderivatives. Whether the situation is motion, growth, or flow, the same calculus idea appears again and again: local change adds up to global change.
Study Notes
- A definite integral $\int_a^b f(x)\,dx$ measures accumulated change on $[a,b]$.
- If $f(x)\ge 0$, the integral gives area under the curve; in general, it gives net signed area.
- Riemann sums have the form $\sum_{i=1}^{n} f(x_i^*)\,\Delta x$ and approximate integrals.
- The exact definite integral is the limit of Riemann sums:
$$\int_a^b f(x)\,dx=\lim_{n\to\infty}\sum_{i=1}^{n} f(x_i^*)\,\Delta x.$$
- Fundamental Theorem of Calculus, Part 1: if $F(x)=\int_a^x f(t)\,dt$, then $F'(x)=f(x)$ when $f$ is continuous.
- Fundamental Theorem of Calculus, Part 2: if $F'(x)=f(x)$, then $\int_a^b f(x)\,dx=F(b)-F(a)$.
- Always interpret the meaning of the integral in context, including sign and units.
- In applications, integrals often convert rates like velocity, flow, or growth into totals like displacement, volume, or accumulated amount.
- The Fundamental Theorem of Calculus is the main connection between differentiation and integration in AP Calculus BC.
