No history yet

Introduction to Integration

The Opposite of a Derivative

So far, we've focused on differentiation, which is all about finding the rate of change of a function. We've learned how to take a function and find its derivative. But what if we want to go the other way? What if we have the derivative and want to find the original function?

This reverse process is called integration. It's the other side of the calculus coin. If differentiation is about breaking things down to see how they change, integration is about putting them back together to see what they amount to.

Integration is the process of finding the antiderivative of a function.

Let's say we know the derivative of a function is 2x2x. What was the original function? We know from our work with derivatives that the derivative of x2x^2 is 2x2x. So, the original function could have been f(x)=x2f(x) = x^2.

But wait. What about f(x)=x2+5f(x) = x^2 + 5? The derivative of that is also 2x2x, because the constant disappears. The same goes for f(x)=x2100f(x) = x^2 - 100. It seems there are many possible original functions.

All of these functions are part of the same family. They differ only by a constant. When we find an antiderivative, we acknowledge this by adding a constant of integration, written as CC. So, the antiderivative of 2x2x is x2+Cx^2 + C. This general form is called the indefinite integral.

2xdx=x2+C\int 2x \,dx = x^2 + C

The symbol \int is the integral sign, 2x2x is the function we're integrating (called the integrand), and dxdx tells us that we are integrating with respect to the variable xx.

Measuring Accumulated Change

Integration isn't just an abstract reversal of differentiation. It has a powerful geometric meaning: finding the area under a curve. Imagine you're tracking the speed of a car. The speed changes over time. If you plot the speed on a graph, how could you find the total distance the car traveled over a certain period?

The distance is the accumulation of speed over time. This total accumulation is represented by the area between the speed function's curve and the horizontal axis. Integration is the tool we use to calculate this exact area, even for the most complex curves.

This concept of finding the area leads to the second type of integral.

Indefinite vs Definite

We've met two distinct but related ideas of integration. Let's make the distinction clear.

An indefinite integral is a function. It's the general antiderivative, which includes the constant of integration, CC. It doesn't have boundaries or limits.

A definite integral is a number. It represents the exact area under the curve of a function between two specific points, or limits. These limits are written at the top and bottom of the integral sign.

TypeNotationResultMeaning
Indefinite Integralf(x)dx\int f(x) \,dxA function, F(x)+CF(x) + CThe general antiderivative of f(x)f(x).
Definite Integralabf(x)dx\int_a^b f(x) \,dxA numberThe net signed area under the curve of f(x)f(x) from x=ax=a to x=bx=b.

Just like differentiation, integration has some basic properties that make it easier to work with. For instance, you can pull a constant multiplier out of the integral, and you can integrate a sum of functions by integrating each one separately.

  1. Constant Multiple Rule: kf(x)dx=kf(x)dx\int kf(x) \,dx = k \int f(x) \,dx
  2. Sum Rule: (f(x)+g(x))dx=f(x)dx+g(x)dx\int (f(x) + g(x)) \,dx = \int f(x) \,dx + \int g(x) \,dx

The Bridge Between

How are these two ideas, the antiderivative and the area under a curve, connected? The answer is one of the most important theorems in all of mathematics.

The Fundamental Theorem of Calculus states that differentiation and integration are inverse operations.

The theorem has two parts. The first part says that if you define a function as the definite integral of another function, the derivative of that new function is the original function. It formally links the derivative and the integral.

The second part is more practical for computations. It gives us a way to calculate a definite integral without having to sum up an infinite number of tiny rectangles. It says that the definite integral of a function from aa to bb can be found by finding the antiderivative, evaluating it at bb and aa, and subtracting the results.

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

Here, F(x)F(x) is an antiderivative of f(x)f(x). This powerful formula connects the abstract idea of an antiderivative to the concrete value of an area. It's the bridge that makes calculus a coherent, unified subject.

This is just the beginning. With this foundation, we can start to explore the techniques and applications of integration that make it such a vital tool.

Quiz Questions 1/5

What is the process of integration primarily concerned with?

Quiz Questions 2/5

If the derivative of a function is f(x)=2xf'(x) = 2x, its indefinite integral, or antiderivative, is x2x^2.