No history yet

Introduction to Integration

The Other Side of Change

So far, we've focused on differentiation, the process of finding a function's rate of change. If you have a function describing the distance a car has traveled, its derivative tells you the car's speed at any given moment.

Now, let's flip that idea around. What if you know the car's speed at every moment and want to find the total distance traveled? You're not looking for a rate of change; you're looking for an accumulation of change. This reverse process is called integration.

Differentiation breaks things down to find rates. Integration builds things up to find totals.

The process of finding a function whose derivative is the function we started with is called finding the antiderivative. This is the core of integration.

Indefinite Integrals

An indefinite integral is the general form of the antiderivative. The notation looks like this:

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

Let's break that down:

  • The \int symbol is the integral sign. It looks like a stretched-out 'S' for "sum."
  • f(x)f(x) is the function you're integrating, called the integrand.
  • dxdx tells us that we are integrating with respect to the variable xx.
  • F(x)F(x) is the antiderivative, meaning that F(x)=f(x)F'(x) = f(x).

But what about the +C+ C? This is the constant of integration. Think about it: the derivative of x2x^2 is 2x2x. The derivative of x2+5x^2 + 5 is also 2x2x. The derivative of x2100x^2 - 100 is still 2x2x. Because the derivative of any constant is zero, when we go in reverse, we lose that information. The +C+ C acknowledges this unknown constant.

Lesson image

Just as we have rules for differentiation, we have rules for integration. The simplest one is the power rule, in reverse. To integrate xnx^n, you add one to the exponent and then divide by the new exponent.

xndx=xn+1n+1+C,(n1)\int x^n \, dx = \frac{x^{n+1}}{n+1} + C, \quad (n \neq -1)

For example, the integral of x3x^3 is x3+13+1+C\frac{x^{3+1}}{3+1} + C, which simplifies to 14x4+C\frac{1}{4}x^4 + C. You can always check your work by taking the derivative of the result!

Definite Integrals and Area

While indefinite integrals give us a general function, definite integrals give us a specific number. This number often represents a total accumulation, like the total distance traveled or, most famously, the area under a curve between two points.

The notation adds boundaries, called limits of integration, to the integral sign:

abf(x)dx\int_{a}^{b} f(x) \, dx

This expression means "the integral of f(x)f(x) from aa to bb." It calculates the net signed area between the function's graph and the x-axis, from the vertical line x=ax=a to the vertical line x=bx=b. Area above the x-axis is positive, and area below it is negative.

Lesson image

So how do we calculate this value? This is where differentiation and integration come together in one of the most important theorems in all of mathematics.

The Fundamental Theorem of Calculus

The Fundamental Theorem of Calculus provides a powerful link between derivatives and integrals. It tells us how to solve a definite integral without having to sum up an infinite number of tiny rectangles (which is the formal definition of an integral).

The theorem states that if F(x)F(x) is an antiderivative of f(x)f(x), then:

abf(x)dx=F(b)F(a)\int_{a}^{b} f(x) \, dx = F(b) - F(a)

This is a stunning result. To find the area under the curve f(x)f(x) from aa to bb, you simply need to:

  1. Find the antiderivative, F(x)F(x).
  2. Evaluate the antiderivative at the upper limit, F(b)F(b).
  3. Evaluate the antiderivative at the lower limit, F(a)F(a).
  4. Subtract the two results.

Notice that the constant of integration CC disappears in this process, since (F(b)+C)(F(a)+C)=F(b)F(a)(F(b) + C) - (F(a) + C) = F(b) - F(a).

Let's find the area under the curve f(x)=2xf(x) = 2x from x=1x=1 to x=3x=3.

  1. The antiderivative of 2x2x is x2x^2.
  2. Evaluate at x=3x=3: 32=93^2 = 9.
  3. Evaluate at x=1x=1: 12=11^2 = 1.
  4. Subtract: 91=89 - 1 = 8. The area is 8.
Lesson image

This theorem is the bedrock of calculus. It confirms that differentiation and integration are inverse operations, two sides of the same coin. One measures the rate of change, and the other measures the total accumulation of that change.

Quiz Questions 1/5

If differentiation is the process of finding a function's rate of change, what is integration?

Quiz Questions 2/5

Why is the constant of integration, + C, added when finding an indefinite integral?

You now have the foundational tools to understand what integrals are and how they relate to the derivatives you've already mastered.