No history yet

Introduction to Antiderivatives

The Reverse of Differentiation

So far, we've focused on differentiation, the process of finding the rate of change of a function. For example, if we have the function f(x)=x3f(x) = x^3, its derivative is f(x)=3x2f'(x) = 3x^2. But what if we go in the opposite direction? What if we start with the derivative, say 3x23x^2, and want to find the original function?

This reverse process is called antidifferentiation. The function we find is called an antiderivative.

Antiderivative

noun

A function FF is an antiderivative of a function ff if the derivative of FF is ff. In other words, F(x)=f(x)F'(x) = f(x).

Let's stick with our example. We know that an antiderivative of f(x)=3x2f(x) = 3x^2 is F(x)=x3F(x) = x^3 because the derivative of x3x^3 is 3x23x^2. But is that the only one?

Think about the function G(x)=x3+5G(x) = x^3 + 5. What's its derivative? It's also 3x23x^2, since the derivative of a constant is zero. The same goes for H(x)=x3100H(x) = x^3 - 100. Its derivative is also 3x23x^2.

It seems there are infinitely many antiderivatives for any given function, all differing by a constant. We account for this by adding a "constant of integration," which we represent with the letter CC.

The general antiderivative of f(x)=3x2f(x) = 3x^2 is F(x)=x3+CF(x) = x^3 + C.

This family of functions includes all possible antiderivatives. The value of CC simply shifts the function's graph up or down the y-axis, without changing its shape or the slope of its tangent line at any point.

Lesson image

Finding Antiderivatives

Finding an antiderivative is also called integration. The notation for finding the antiderivative of a function f(x)f(x) is called an indefinite integral:

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

The symbol \int is the integral sign. The function f(x)f(x) is the integrand, and dxdx indicates that we are integrating with respect to the variable xx. Don't forget the +C+ C!

Just as we have rules for differentiation, we have rules for integration. Many are just the reverse of the differentiation rules we already know. The most fundamental one is the Power Rule for Integration.

The Power Rule for Integration: To find the integral of xnx^n, you add one to the exponent 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 out. To find the integral of x4x^4, we add 1 to the exponent (making it 5) and divide by 5.

x4dx=x4+14+1+C=x55+C\int x^4 \,dx = \frac{x^{4+1}}{4+1} + C = \frac{x^5}{5} + C

We can check this by taking the derivative. The derivative of x55+C\frac{x^5}{5} + C is 155x4+0\frac{1}{5} \cdot 5x^4 + 0, which simplifies back to x4x^4. It works!

Basic Integration Rules

Here are a few more essential rules. They follow directly from their derivative counterparts.

Rule NameFormulaExample
Constant Rulekdx=kx+C\int k \,dx = kx + C7dx=7x+C\int 7 \,dx = 7x + C
Constant Multiplekf(x)dx=kf(x)dx\int kf(x) \,dx = k \int f(x) \,dx5x2dx=5x2dx=5(x33)+C\int 5x^2 \,dx = 5 \int x^2 \,dx = 5(\frac{x^3}{3}) + C
Sum/Difference Rule(f(x)±g(x))dx=f(x)dx±g(x)dx\int (f(x) \pm g(x)) \,dx = \int f(x) \,dx \pm \int g(x) \,dx(x+2)dx=x22+2x+C\int (x + 2) \,dx = \frac{x^2}{2} + 2x + C

Let's combine these rules to solve a more complex integral.

Find the indefinite integral of f(x)=6x24x+3f(x) = 6x^2 - 4x + 3.

First, we can write the integral expression:

(6x24x+3)dx\int (6x^2 - 4x + 3) \,dx

Using the Sum/Difference Rule, we can integrate each term separately:

6x2dx4xdx+3dx\int 6x^2 \,dx - \int 4x \,dx + \int 3 \,dx

Now, we apply the Constant Multiple Rule and the Power Rule to each term:

6(x33)4(x22)+3x+C6\left(\frac{x^3}{3}\right) - 4\left(\frac{x^2}{2}\right) + 3x + C

Finally, we simplify the expression. Notice we only need one +C+ C at the end to represent the constant for the entire antiderivative.

2x32x2+3x+C2x^3 - 2x^2 + 3x + C

Antidifferentiation is a fundamental skill in calculus. By reversing the process of differentiation, it opens the door to solving a whole new class of problems, like calculating the area under a curve or the distance traveled by an object.

Ready to check your understanding?

Quiz Questions 1/5

The process of finding the original function from its derivative is also known as:

Quiz Questions 2/5

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

Great work. Mastering these basic rules is the first step toward understanding the full power of integration.