5. Calculus

Definite Integrals

Definite Integrals

students, imagine you are filling a swimming pool or watching water collect in a tank ๐ŸŠโ€โ™‚๏ธ๐Ÿ’ง. If the water is pouring in at a changing rate, how can you find the total amount that ends up inside? In calculus, the answer often comes from the definite integral. This lesson will show you what definite integrals mean, how they connect to area, accumulation, and rates of change, and how they fit into IB Mathematics: Analysis and Approaches HL.

By the end of this lesson, you should be able to:

  • explain the meaning of a definite integral and the notation $\int_a^b f(x)\,dx$
  • connect definite integrals to area under a curve and total accumulation
  • use the Fundamental Theorem of Calculus to evaluate definite integrals
  • apply definite integrals in real situations such as distance, volume, and net change
  • understand how definite integrals relate to the wider study of calculus

What is a definite integral?

A definite integral measures the accumulated effect of a quantity over an interval. The interval is usually written as $[a,b]$, where $a$ is the starting point and $b$ is the ending point. The function inside the integral, $f(x)$, gives the quantity being added up, and $dx$ tells us that the accumulation happens with respect to $x$.

The notation $\int_a^b f(x)\,dx$ is read as โ€œthe definite integral of $f(x)$ from $a$ to $b$.โ€ In simple terms, it is a mathematical way to add up infinitely many tiny pieces.

One important idea is that the definite integral does not only mean area in every situation. If $f(x)\ge 0$ on $[a,b]$, then $\int_a^b f(x)\,dx$ gives the area under the graph of $f(x)$ and above the $x$-axis. If the graph goes below the axis, the integral gives signed area, meaning parts above the axis count positively and parts below count negatively.

For example, if $f(x)$ is a speed function, then $\int_a^b f(x)\,dx$ gives distance only when $f(x)\ge 0$. If $f(x)$ is a velocity function, then $\int_a^b f(x)\,dx$ gives displacement, which can be positive or negative depending on direction.

This is why definite integrals are often called accumulation tools. They gather up the total effect of a changing quantity across an interval.

Riemann sums and the idea of โ€œadding tiny piecesโ€

Before a definite integral can be computed exactly, it helps to understand how it is built. The core idea is to split the interval $[a,b]$ into many small subintervals. On each small piece, you estimate the function value and form a rectangle. Then you add the areas of these rectangles.

If the interval is divided into $n$ equal parts, then the width of each rectangle is $\Delta x = \frac{b-a}{n}$. A typical Riemann sum looks like

$$

$\sum_{i=1}^{n} f(x_i^*)\,\Delta x$

$$

where $x_i^*$ is a chosen point in the $i$th subinterval. As $n$ becomes larger, the rectangles become thinner, and the approximation becomes more accurate.

This idea explains why definite integrals are connected to limits. In fact, the definite integral is defined as the limit of such sums:

$$

$\int$_a^b f(x)\,dx = $\lim_{n\to\infty}$ $\sum_{i=1}$^{n} f(x_i^*)\,$\Delta$ x

$$

when this limit exists.

A simple example helps. Suppose $f(x)=x$ on $[0,1]$. The graph is a straight line from $(0,0)$ to $(1,1)$. The area under the line is a triangle, so the exact area is $\frac{1}{2}$. The definite integral confirms this:

$$

$\int_0^1 x\,dx = \frac{1}{2}$

$$

So the integral matches the geometric area.

The Fundamental Theorem of Calculus

The most important result for definite integrals in IB calculus is the Fundamental Theorem of Calculus. It connects differentiation and integration, showing that they are inverse processes.

If $F'(x)=f(x)$, then

$$

$\int_a^b f(x)\,dx = F(b)-F(a)$

$$

This means you do not usually need to use Riemann sums directly to evaluate standard definite integrals. Instead, you find an antiderivative $F(x)$ of $f(x)$ and subtract the values at the endpoints.

For example, evaluate

$$

$\int_1^3 2x\,dx$

$$

An antiderivative of $2x$ is $x^2$, because $\frac{d}{dx}(x^2)=2x$. Then

$$

$\int_1$^3 2x\,dx = 3^2-1^2 = 9-1 = 8

$$

This is much faster than adding many thin rectangles.

Another useful example is

$$

$\int_0^\pi \sin x\,dx$

$$

Since an antiderivative of $\sin x$ is $-\cos x$,

$$

$\int_0$^$\pi$ $\sin$ x\,dx = $\big[$-$\cos$ x$\big]_0$^$\pi$ = -$\cos($$\pi)$-(-$\cos(0$)) = 1-(-1)=2

$$

So the area under $y=\sin x$ from $x=0$ to $x=\pi$ is $2$.

The theorem also explains why an integral can be thought of as the total change in a quantity. If $v(t)$ is velocity, then

$$

$\int_a^b v(t)\,dt$

$$

gives the net change in position from $t=a$ to $t=b$.

Signed area, zero crossings, and interpretation

A common mistake is to think that every definite integral gives ordinary geometric area. That is only true when the function stays on or above the $x$-axis. If a function crosses the axis, positive and negative parts can cancel.

For example, if $f(x)=x$ on $[-1,1]$, then

$$

$\int_{-1}^{1} x\,dx = 0$

$$

because the area above the axis from $0$ to $1$ equals the area below the axis from $-1$ to $0$, but with opposite signs. The geometric area is not $0$; it is actually

$$

$\int_{-1}^{1} |x|\,dx = 1$

$$

This difference between signed area and total area is very important in IB problems.

When interpreting results, always ask: is the quantity inherently nonnegative, like mass or distance? Or can it be positive and negative, like velocity or electrical charge flow? The context determines the meaning of the integral.

Applications of definite integrals in IB-style problems

Definite integrals appear in many applied settings ๐Ÿ“˜. One major use is finding displacement from velocity. If a particle has velocity

$$

$v(t)=t^2-2t$

$$

on $[0,3]$, then the displacement is

$$

$\int_0^3 (t^2-2t)\,dt$

$$

An antiderivative is

$$

$\frac{t^3}{3}-t^2$

$$

so

$$

$\int_0^3 (t^2-2t)\,dt = \left(\frac{27}{3}-9\right)-0 = 0$

$$

That means the particle ends at the same position where it started, even though it may have moved in both directions.

Another application is average value of a function. The average value of $f(x)$ on $[a,b]$ is

$$

$\frac{1}{b-a}\int_a^b f(x)\,dx$

$$

This is useful when a quantity varies with time, distance, or another variable. For example, average temperature over a day can be modeled this way.

Definite integrals are also used in area between curves. If $f(x)\ge g(x)$ on $[a,b]$, then the area between the curves is

$$

$\int_a^b \big(f(x)-g(x)\big)\,dx$

$$

For instance, if $f(x)=x^2$ and $g(x)=x$, then on the interval where $x$ lies between $0$ and $1$, the line is above the parabola. The area between them is

$$

$\int_0^1 (x-x^2)\,dx$

$$

This is a standard IB technique that combines graph reading, algebra, and integration.

How definite integrals fit into the wider calculus topic

Definite integrals connect directly to the rest of calculus. Differentiation measures instantaneous change, while integration measures total accumulation. These ideas are linked by the Fundamental Theorem of Calculus, which is one of the central ideas in HL calculus.

Definite integrals also support later topics such as differential equations and modeling. For example, if a rate of change is known, integration can recover the accumulated quantity. This is useful in kinematics, biology, economics, and physics.

In IB Mathematics: Analysis and Approaches HL, you are expected to move between representations: graphs, formulas, tables, and words. Definite integrals are a perfect example of this. You might read a graph to estimate an integral, use algebra to evaluate it exactly, and then explain the result in context.

You should also be comfortable with numerical approximation when an exact antiderivative is difficult or impossible to find. In such cases, methods like the trapezium rule estimate the value of a definite integral. This reflects the real mathematical process of balancing exact methods with approximation.

Conclusion

Definite integrals are a powerful way to measure accumulation over an interval. They begin with the idea of adding many tiny pieces, become exact through limits, and are evaluated efficiently using antiderivatives. They can represent area, displacement, total change, average value, and more. In IB Mathematics: Analysis and Approaches HL, definite integrals are not just a technique; they are a major bridge between theory and application. Understanding them well helps students build confidence across the whole calculus topic ๐Ÿš€.

Study Notes

  • The notation $\int_a^b f(x)\,dx$ represents the definite integral of $f(x)$ from $x=a$ to $x=b$.
  • A definite integral measures accumulation, not always ordinary area.
  • If $f(x)\ge 0$ on $[a,b]$, then $\int_a^b f(x)\,dx$ equals the area under the curve and above the $x$-axis.
  • If a graph crosses the $x$-axis, the integral gives signed area.
  • A Riemann sum approximates an integral by adding rectangle areas.
  • The limit of Riemann sums defines the definite integral.
  • The Fundamental Theorem of Calculus states that if $F'(x)=f(x)$, then $\int_a^b f(x)\,dx=F(b)-F(a)$.
  • Definite integrals can represent displacement from velocity, average value, and area between curves.
  • Area between curves is often found with $\int_a^b \big(f(x)-g(x)\big)\,dx$ when $f(x)\ge g(x)$.
  • In IB, always interpret the answer in context to decide whether you need signed area, total area, or a physical quantity.

Practice Quiz

5 questions to test your understanding