5. Calculus

Introduction To Integration

Introduction to Integration

Welcome, students 🌟! In this lesson, you will begin one of the most important ideas in calculus: integration. If differentiation helps us find how fast something is changing, integration helps us find how much has built up over time or over a region. This makes integration useful for problems involving distance, area, volume, and total accumulation in real life, such as money earned over time, water collected in a tank, or the distance traveled by a moving object 🚗.

What Integration Means

At its core, integration is about accumulation. Imagine filling a jar with coins one by one. Each coin adds a tiny amount, and the total grows little by little. Integration works in a similar way: it adds together many very small pieces to find a total. In calculus, the main symbol for integration is $\int$.

There are two important ideas to learn early:

  • A definite integral gives a numerical answer, often representing area or total accumulation:

$$\int_a^b f(x)\,dx$$

  • An indefinite integral gives a family of functions, called an antiderivative:

$$\int f(x)\,dx = F(x) + C$$

Here, $F(x)$ is an antiderivative of $f(x)$, meaning that $F'(x)=f(x)$, and $C$ is a constant.

The variable $x$ is the input, $f(x)$ is the function being integrated, and $dx$ shows the variable with respect to which we integrate. In simple terms, $dx$ tells us that the slices being added are very thin pieces along the $x$-axis.

Antiderivatives and the Reverse of Differentiation

One of the most useful ways to understand integration is as the reverse process of differentiation. If differentiation asks, “What is the slope or rate of change?”, integration asks, “What function would produce this rate of change?”

For example, if $\frac{d}{dx}(x^2)=2x$, then integrating $2x$ gives back $x^2$ plus a constant:

$$\int 2x\,dx = x^2 + C$$

This is important because many IB problems begin with a rate and ask for the original quantity. For instance, if a car’s velocity is given by $v(t)$, then its displacement can be found using integration:

$$\int v(t)\,dt$$

This means integration is not just a separate topic; it is closely connected to differentiation, and together they form the heart of calculus.

A few basic integration rules are essential:

$$\int x^n\,dx = \frac{x^{n+1}}{n+1} + C \quad \text{for} \quad n\neq -1$$

$$\int kf(x)\,dx = k\int f(x)\,dx$$

$$\int \big(f(x)+g(x)\big)\,dx = \int f(x)\,dx + \int g(x)\,dx$$

These rules let you build more complicated integrals from simpler ones.

Example 1

Find $\int 5x^3\,dx$.

Using the power rule:

$$\int 5x^3\,dx = 5\cdot \frac{x^4}{4} + C = \frac{5}{4}x^4 + C$$

To check your answer, differentiate it:

$$\frac{d}{dx}\left(\frac{5}{4}x^4 + C\right)=5x^3$$

That confirms the result ✅.

Definite Integrals and Area Under a Curve

A definite integral has limits of integration, such as $a$ and $b$, and gives the net area between the curve and the $x$-axis:

$$\int_a^b f(x)\,dx$$

The word net is important. If the graph lies above the $x$-axis, the integral is positive. If it lies below the $x$-axis, the integral is negative. So a definite integral does not always mean “area” in the everyday sense. It represents signed area.

This idea helps explain why the definite integral is useful in real life. Suppose $f(x)$ is a rate, such as liters of water per minute flowing into a tank. Then:

$$\int_a^b f(x)\,dx$$

gives the total amount of water added during the time interval from $a$ to $b$.

The connection between definite and indefinite integrals is given by the Fundamental Theorem of Calculus. If $F'(x)=f(x)$, then:

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

This is one of the most powerful formulas in calculus because it lets you evaluate a definite integral using an antiderivative instead of adding infinitely many tiny pieces directly.

Example 2

Evaluate $\int_1^3 2x\,dx$.

First find an antiderivative of $2x$:

$$\int 2x\,dx = x^2 + C$$

Then apply the limits:

$$\int_1^3 2x\,dx = \left[x^2\right]_1^3 = 3^2 - 1^2 = 9 - 1 = 8$$

So the net area is $8$ square units.

Interpreting Integration in Applications

Integration appears in many IB Mathematics Analysis and Approaches SL problems because it models total change. If you know a quantity’s rate of change, integrating gives the total effect.

Here are some common examples:

  • If $v(t)$ is velocity, then $\int_a^b v(t)\,dt$ gives displacement.
  • If $r(t)$ is a rate of income, then $\int_a^b r(t)\,dt$ gives total income.
  • If $c(x)$ is density along a rod, then $\int_a^b c(x)\,dx$ gives total mass.

This is why integration is often described as the process of accumulating small changes. In kinematics, for example, velocity is the derivative of displacement, and displacement is the integral of velocity. If a particle moves with velocity $v(t)=3t^2$, then its displacement from $t=0$ to $t=2$ is:

$$\int_0^2 3t^2\,dt$$

An antiderivative is $t^3$, so:

$$\int_0^2 3t^2\,dt = \left[t^3\right]_0^2 = 8-0 = 8$$

That means the particle moves $8$ units of displacement in that time interval.

Remember that displacement is not always the same as distance. If velocity becomes negative, the definite integral may subtract movement in one direction from movement in the other. This is a key idea in interpreting signs correctly.

Methods and Reasoning You Need for IB SL

At this stage, the main goal is not to master every advanced technique, but to understand the core logic of integration. In IB Mathematics Analysis and Approaches SL, you should be able to:

  • recognize when integration is needed,
  • find antiderivatives of basic functions,
  • evaluate definite integrals,
  • interpret the meaning of the result in context.

A strong habit is to always check whether your answer fits the situation. For example, if you are finding area, the result should usually be positive. If you are finding displacement, the result may be positive or negative depending on direction.

Another useful point is that integration constants matter for indefinite integrals but disappear in definite integrals. For example:

$$\int 4x^3\,dx = x^4 + C$$

but

$$\int_1^2 4x^3\,dx = \left[x^4\right]_1^2 = 16 - 1 = 15$$

The constant $C$ is not needed when evaluating between two limits because it cancels out.

You should also be comfortable with simple area reasoning. If a graph is above the $x$-axis on the interval $[a,b]$, then the definite integral matches the geometric area. If part of the graph is below the axis, you may need to split the interval or think carefully about signed area.

Why Introduction to Integration Matters

Introduction to integration is the starting point for many later ideas in calculus. It helps you move from a local view of change to a global view of total effect. Differentiation tells you what is happening at one instant, while integration tells you what has happened over an interval.

This connection is central to the broader topic of calculus. Many real systems are described by rates, and integration turns those rates into totals. That is why integration is essential in science, economics, engineering, and statistics. It also prepares you for more advanced ideas such as area between curves, motion problems, and numerical methods.

When you understand the meaning of $\int f(x)\,dx$ and $\int_a^b f(x)\,dx$, you are building the foundation for the rest of the calculus course. The formulas become much easier to use when you understand what they represent.

Conclusion

Integration is the mathematical process of accumulation. It is the reverse of differentiation, and it allows you to find antiderivatives, total change, and net area. In IB Mathematics Analysis and Approaches SL, this topic is essential because it connects abstract calculus to practical situations like motion, area, and total quantity. As you continue studying calculus, keep asking two questions: What is being accumulated? and Over what interval or variable? If you can answer those questions, you are already thinking like a mathematician 📘.

Study Notes

  • Integration is used to find accumulation, total change, area, and antiderivatives.
  • The symbol for integration is $\int$.
  • An indefinite integral has the form $\int f(x)\,dx = F(x)+C$.
  • A definite integral has the form $\int_a^b f(x)\,dx$ and gives a numerical result.
  • If $F'(x)=f(x)$, then $\int_a^b f(x)\,dx = F(b)-F(a)$.
  • The constant $C$ appears in indefinite integrals but cancels in definite integrals.
  • The power rule for integration is $\int x^n\,dx = \frac{x^{n+1}}{n+1}+C$ for $n\neq -1$.
  • Definite integrals represent signed area, not always plain geometric area.
  • In kinematics, integrating velocity gives displacement.
  • In real life, integration is used for totals from rates, such as distance, mass, water flow, and income.

Practice Quiz

5 questions to test your understanding