No history yet

Introduction to Integration

The Opposite of a Derivative

In calculus, differentiation lets us find the rate of change of a function. For example, if a function describes a car's position over time, its derivative gives us the car's velocity at any moment. Integration does the exact opposite. If you have the velocity, integration helps you find the original position.

Because it reverses differentiation, integration is also called antidifferentiation. The goal is to find the original function when you only know its derivative. Imagine you know the derivative of some function is 2x2x. What was the original function? You might guess x2x^2. And you'd be right, because the derivative of x2x^2 is indeed 2x2x. But what about x2+5x^2 + 5? Its derivative is also 2x2x. The same goes for x2100x^2 - 100.

This puzzle leads us to an important part of integration: the constant of integration.

Indefinite and Definite Integrals

There are two main types of integrals. The first, the indefinite integral, is the one that deals with the puzzle we just saw. It gives us the general family of functions that could be the antiderivative. When we integrate 2x2x, the answer isn't just x2x^2, but x2+Cx^2 + C. The 'CC' stands for any constant. It’s our way of saying that any constant could have been part of the original function before it disappeared during differentiation.

The second type is the definite integral. This is where integration gets really powerful. Instead of finding a general function, a definite integral calculates a specific number. That number represents the cumulative total of a function's values between two points, which visually corresponds to the area under the function's curve.

An indefinite integral gives you a function (f(x)+Cf(x) + C), while a definite integral gives you a number (like the area).

The notation for an indefinite integral is f(x)dx\int f(x) \, dx. The symbol \int is the integral sign, f(x)f(x) is the function we're integrating (the integrand), and dxdx indicates that we are integrating with respect to the variable xx.

A definite integral adds 'limits of integration'. It looks like this: abf(x)dx\int_a^b f(x) \, dx. Here, 'a' is the lower limit and 'b' is the upper limit. This tells us to find the net area under the curve of f(x)f(x) from x=ax=a to x=bx=b.

Lesson image

Basic Integration Rules

Just like with derivatives, there are rules to make integration easier. The most fundamental one is the reverse of the power rule for derivatives.

To integrate a variable raised to a power, you increase the exponent by one and then divide by the new exponent.

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

Let's try it. To find x3dx\int x^3 \, dx:

  1. Add 1 to the exponent: 3+1=43 + 1 = 4.
  2. Divide by the new exponent: x44\frac{x^4}{4}.
  3. Add the constant of integration: x44+C\frac{x^4}{4} + C.

You can always check your work by taking the derivative. The derivative of x44+C\frac{x^4}{4} + C is x3x^3. It works!

Another simple rule involves constants. If you're integrating a constant, you just multiply it by xx.

kdx=kx+C\int k \, dx = kx + C

Why Integration Matters

Integration isn't just for finding areas under curves. It's about accumulation. It helps us sum up infinitely small pieces to find a whole.

In physics, if you know an object's acceleration, you can integrate to find its velocity, and then integrate again to find its position. In finance, if a company knows its marginal revenue (the revenue from selling one more item), it can integrate to find the total revenue from selling a certain number of items. Engineers use it to calculate the volume of objects or the pressure exerted by a fluid.

Integrals are essentially about accumulation, and they are used to calculate areas, volumes, and other quantities that add up infinitesimally small elements.

Understanding this concept of accumulation is the key to seeing where integration applies in the world around us. Let's test your knowledge of these core ideas.

Quiz Questions 1/6

Integration is often called by another name that highlights its relationship with differentiation. What is that name?

Quiz Questions 2/6

Why must the constant of integration, 'C', be added to the result of an indefinite integral?

Now that you've got the basics down, you're ready to explore the specific techniques that make solving more complex integrals possible.