No history yet

Introduction to Integrals

The Reverse of Differentiation

In our exploration of calculus so far, we've focused on differentiation—the process of finding a function's rate of change. We started with a function, say, for the position of a car, and we found its derivative to determine its velocity. But what if we want to go the other way? What if we know the car's velocity and want to figure out its position?

This reverse process is called integration, or finding the antiderivative. It's all about undoing differentiation. If differentiating f(x)f(x) gives you f(x)f'(x), then integrating f(x)f'(x) takes you back to f(x)f(x).

Differentiation breaks things down to find a rate of change. Integration builds them back up to find an accumulated amount.

This idea of finding the original function introduces a small wrinkle. Consider the function f(x)=x2f(x) = x^2. Its derivative is 2x2x. But what about x2+5x^2 + 5? Its derivative is also 2x2x, since the constant 5 disappears during differentiation. The same is true for x2100x^2 - 100 or x2+Cx^2 + C, where CC is any constant.

So, if we want to find the antiderivative of 2x2x, we can't be sure which original function it came from. It could have been any function in the family of curves y=x2+Cy = x^2 + C. This is why we call the general antiderivative an indefinite integral. It's 'indefinite' because of that unknown constant, called the constant of integration.

Lesson image

The notation for an indefinite integral looks like this:

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

Here, the symbol \int is the integral sign. The function f(x)f(x) is the integrand—the function we are integrating. The dxdx tells us we are integrating with respect to the variable xx. The result, F(x)F(x), is the antiderivative, and +C+ C acknowledges the constant of integration.

Finding the Antiderivative

Just as we have rules for differentiation, we have rules for integration. The simplest and most common is the reverse of the power rule.

For differentiation, the power rule is ddxxn=nxn1\frac{d}{dx} x^n = nx^{n-1}. To reverse this, we do the opposite operations in the reverse order: we add 1 to the exponent and then divide by the new exponent.

The Power Rule for Integration is: xndx=xn+1n+1+C\int x^n \, dx = \frac{x^{n+1}}{n+1} + C, for any n1n \neq -1.

Let's find the indefinite integral of f(x)=x3f(x) = x^3.

  1. Identify the exponent, n. Here, n=3n=3.
  2. Add 1 to the exponent. 3+1=43 + 1 = 4.
  3. Divide by the new exponent. This gives us x44\frac{x^4}{4}.
  4. Add the constant of integration. Don't forget the +C+C!
x3dx=x3+13+1+C=x44+C\int x^3 \, dx = \frac{x^{3+1}}{3+1} + C = \frac{x^4}{4} + C

We can check our work by differentiating the result. The derivative of x44+C\frac{x^4}{4} + C is indeed x3x^3.

Calculating a Definite Amount

Indefinite integrals give us a general function. But what if we want to find a specific value, like the total distance a car traveled between two points in time, or the exact area under a curve between two x-values? For that, we use a definite integral.

A definite integral calculates the net accumulation of a quantity over a specific interval. Visually, it represents the signed area between the function's curve and the x-axis.

Lesson image

The notation includes limits of integration, which define the interval. The lower limit, aa, and the upper limit, bb, are written on the integral sign.

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

Unlike an indefinite integral, which results in a function (F(x)+CF(x) + C), a definite integral results in a single number. This number represents the total accumulated change from x=ax=a to x=bx=b. For example, if f(x)f(x) represents the rate of rainfall in inches per hour, 13f(x)dx\int_1^3 f(x) \, dx would tell you the total number of inches of rain that fell between hour 1 and hour 3.

A key difference: an indefinite integral gives you a family of functions, while a definite integral gives you a specific numerical value.

We'll explore exactly how to calculate these values soon. For now, the important idea is that integration comes in two flavors: one for finding the general antiderivative function and another for finding a specific accumulated amount over an interval.

Quiz Questions 1/5

What is the primary purpose of integration in calculus?

Quiz Questions 2/5

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

This is just the beginning of our journey into integrals. We've seen how they reverse differentiation and how they can represent accumulated change. Next, we'll connect these two ideas and unlock the full power of calculus.