zuai-logo

Finding Antiderivatives and Indefinite Integrals: Basic Rules and Notation

Samuel Baker

Samuel Baker

8 min read

Listen to this study note

Study Guide Overview

This study guide covers antiderivatives and indefinite integrals. It explains the notation for indefinite integrals, including the integration constant +C. It details the reverse power rule, sums and multiples rules, and antiderivatives of trigonometric functions, inverse trigonometric functions, and transcendental functions (like and 1/x). Finally, it provides practice problems and solutions for indefinite integral evaluation.

6.8 Finding Antiderivatives and Indefinite Integrals: Basic Rules and Notation

Just like how there are basic rules for calculating derivatives, there are rules for calculating antiderivatives. Since antiderivatives are the inverses of derivatives, these rules are mostly the reverse of the basic derivative rules. 💡


📈 Indefinite Integrals: Notation

Let’s first talk about a family of functions before we dive into reversing the derivative process.

Imagine we have two different antiderivatives, F(x)=x2+3F(x) = x^2+3 and G(x)=x22G(x) = x^2-2.

If we were to take the derivative of both of these functions, we would find that they both have the same derivative, 2x. If we reverse the derivative process through integration, how do we account for arriving at these two different antiderivatives? Introducing the magical constant CC! 🪄

When we integrate 2x, the antiderivative is 2x+C where CC is any constant. This result is often referred to as a family of functions because they vary only in the value of their constants and all share the same derivative.

This type of integral is referred to as an indefinite integral because we can’t be sure which member of the family of antiderivatives is at play. If the bounds of the integral are not specified as they are in a definite integral, always add ‘+C’ to the end of your antiderivative!

Here’s a general look at the notation!

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

Where F(x)=f(x)F'(x)=f(x) and CC represents the integration constant.


📏 Indefinite Integrals: Basic Rules

Now let’s look at how to reverse the process of some of the derivatives we learned early in our study of calculus.

Reverse Power Rule

First up, we have the reverse power rule. This essentially refers to how to take the indefinite integral of a function, which is the reverse of the power rule used for differentiation. Suppose we have the following function:

f(x)=xn+1n+1+Cf(x) = \frac{x^{n+1}}{n+1}+C

Where n1n \neq -1 since n=1n=-1 causes f(x)f(x) to be undefined.

What is its derivative?

If we recall the power rule for derivatives, we see that the derivative of f(x)f(x) is ...