6. Integration and Accumulation of Change

Finding Antiderivatives And Indefinite Integrals: Basic Rules And Notation

Finding Antiderivatives and Indefinite Integrals: Basic Rules and Notation

students, this lesson introduces one of the most important ideas in AP Calculus AB: going backward from a rate of change to the original function. πŸš€ If a derivative tells you how fast something is changing, an antiderivative helps you rebuild a function that could have produced that rate. This is a central part of integration and accumulation of change, because many real-world situations start with a rate and ask for the total amount.

Lesson Objectives

By the end of this lesson, students, you should be able to:

  • explain what an antiderivative is and how it relates to a derivative,
  • use basic rules to find antiderivatives,
  • understand the notation for indefinite integrals,
  • connect antiderivatives to accumulation of change and the Fundamental Theorem of Calculus,
  • solve simple examples using AP Calculus AB procedures.

Think of a water tank being filled at a rate of $5$ liters per minute. The rate tells you how quickly water is added, but if you want the amount of water after some time, you need accumulation. Antiderivatives are one of the main tools for finding that accumulated amount when you know a rate function. πŸ’§

What Is an Antiderivative?

An antiderivative of a function $f(x)$ is a function $F(x)$ such that $F'(x)=f(x)$. In other words, $F(x)$ is a function whose derivative is the original function. If $f(x)=2x$, then one antiderivative is $F(x)=x^2$, because $\frac{d}{dx}(x^2)=2x$.

Notice that antiderivatives are not unique. If $F(x)$ is an antiderivative of $f(x)$, then so is $F(x)+C$, where $C$ is any constant. That happens because the derivative of a constant is $0$. So the full family of antiderivatives is written with a constant of integration. For example, all antiderivatives of $f(x)=2x$ are $F(x)=x^2+C$.

This idea matters in AP Calculus AB because calculus often starts with a derivative or rate and asks you to recover the original quantity. If velocity is given, antiderivatives help find position. If marginal cost is given, antiderivatives help find total cost. If a growth rate is given, antiderivatives help find accumulated growth. πŸ“ˆ

Indefinite Integrals and Notation

The indefinite integral is another name for the family of antiderivatives. It is written as

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

where $F'(x)=f(x)$. The symbol $\int$ is called the integral sign, and the $dx$ tells you the variable with respect to which you are integrating.

It is important to know that $\int f(x)\,dx$ does not represent a number by itself. Instead, it represents all antiderivatives of $f(x)$. By contrast, a definite integral like $\int_a^b f(x)\,dx$ gives a numerical value, usually interpreted as net accumulation or signed area. In this lesson, we focus on the indefinite integral and the basic rules used to find antiderivatives.

For example,

$$\int 3x^2\,dx = x^3 + C$$

because $\frac{d}{dx}(x^3)=3x^2$. The $+C$ is essential. Without it, the answer would be incomplete.

Basic Antiderivative Rules

The most important AP Calculus AB rules are based on reverse differentiation. If you know how derivatives work, you can often undo them.

Power Rule for Antiderivatives

If $n\neq -1$, then

$$\int x^n\,dx = \frac{x^{n+1}}{n+1}+C$$

This is the reverse of the derivative power rule. For example,

$$\int x^4\,dx = \frac{x^5}{5}+C$$

and

$$\int x^{-2}\,dx = \frac{x^{-1}}{-1}+C = -x^{-1}+C = -\frac{1}{x}+C$$

Be careful when $n=-1$. The power rule does not apply there. Instead,

$$\int \frac{1}{x}\,dx = \ln|x|+C$$

because $\frac{d}{dx}(\ln|x|)=\frac{1}{x}$ for $x\neq 0$.

Constant Multiple Rule

Constants can be pulled outside the integral:

$$\int c\,f(x)\,dx = c\int f(x)\,dx$$

For example,

$$\int 7x^3\,dx = 7\int x^3\,dx = 7\left(\frac{x^4}{4}\right)+C = \frac{7}{4}x^4+C$$

This rule saves time and keeps expressions simpler.

Sum and Difference Rule

You can integrate term by term:

$$\int \big(f(x)+g(x)\big)\,dx = \int f(x)\,dx + \int g(x)\,dx$$

and

$$\int \big(f(x)-g(x)\big)\,dx = \int f(x)\,dx - \int g(x)\,dx$$

Example:

$$\int \left(4x^2-6x+9\right)\,dx = \frac{4x^3}{3}-3x^2+9x+C$$

This is one of the most common skills on AP Calculus AB exams.

Common Antiderivatives You Should Know

Some antiderivatives appear so often that you should recognize them quickly.

$$\int e^x\,dx = e^x + C$$

because $\frac{d}{dx}(e^x)=e^x$.

$$\int \cos x\,dx = \sin x + C$$

because $\frac{d}{dx}(\sin x)=\cos x$.

$$\int \sin x\,dx = -\cos x + C$$

because $\frac{d}{dx}(-\cos x)=\sin x$.

These are especially important because they show up in motion, oscillation, and periodic change. For example, a swinging object, a sound wave, or seasonal data can often involve trig functions. 🎒

Another useful one is

$$\int \frac{1}{x}\,dx = \ln|x|+C$$

which connects algebra, logarithms, and calculus.

Working Through Examples

Let’s practice with a few AP-style examples.

Example 1: Polynomial

Find an antiderivative of $f(x)=6x^5-4x+1$.

Use the sum rule and the power rule:

$$\int \left(6x^5-4x+1\right)\,dx = 6\cdot \frac{x^6}{6} - 4\cdot \frac{x^2}{2} + x + C$$

Simplify:

$$x^6-2x^2+x+C$$

Check by differentiating:

$$\frac{d}{dx}\left(x^6-2x^2+x+C\right)=6x^5-4x+1$$

Example 2: Constant Multiple and Trig Function

Find

$$\int 5\cos x\,dx$$

Factor out the constant:

$$5\int \cos x\,dx = 5\sin x + C$$

Example 3: Rational Expression

Find

$$\int \frac{3}{x}\,dx$$

Since $\int \frac{1}{x}\,dx=\ln|x|+C$,

$$\int \frac{3}{x}\,dx = 3\ln|x|+C$$

These examples show how antiderivatives are built using basic patterns. students, a great habit is to check your answer by differentiating it. If the derivative matches the original function, your antiderivative is correct. βœ…

How This Fits into Integration and Accumulation of Change

Antiderivatives are more than a memorization topic. They are the bridge between rates and totals. In AP Calculus AB, accumulation of change often means starting with a function that represents a rate, then finding the total change over time.

For example, if $v(t)$ is velocity, then an antiderivative of $v(t)$ gives position, up to a constant. If $r(t)$ is the rate at which money is deposited, then an antiderivative can help model total money accumulated. If $g(x)$ is a rate of growth, then an antiderivative shows the total growth over an interval.

This connection also prepares you for the Fundamental Theorem of Calculus, which links definite integrals and antiderivatives. Although definite integrals give accumulated change over an interval, the antiderivative is the tool that makes many such computations possible. In that sense, indefinite integrals are not isolated procedures; they are part of the larger calculus idea that changes can be reversed and accumulated. 🌟

Conclusion

Antiderivatives and indefinite integrals are foundational tools in AP Calculus AB. An antiderivative reverses differentiation, and an indefinite integral represents the entire family of such functions. The most important rules are the power rule, constant multiple rule, and sum/difference rule, along with key patterns like $\int e^x\,dx$, $\int \sin x\,dx$, $\int \cos x\,dx$, and $\int \frac{1}{x}\,dx$.

students, mastering this lesson helps you move from rates of change to accumulated quantities, which is one of the central goals of calculus. With practice, the notation will start to feel natural, and checking answers by differentiation will become a reliable strategy. 🧠

Study Notes

  • An antiderivative of $f(x)$ is a function $F(x)$ such that $F'(x)=f(x)$.
  • The indefinite integral $\int f(x)\,dx$ means β€œall antiderivatives of $f(x)$.”
  • The constant $C$ must always be included because many functions differ by a constant and have the same derivative.
  • Power rule: if $n\neq -1$, then $\int x^n\,dx=\frac{x^{n+1}}{n+1}+C$.
  • Special case: $\int \frac{1}{x}\,dx=\ln|x|+C$.
  • Constant multiple rule: $\int c\,f(x)\,dx=c\int f(x)\,dx$.
  • Sum and difference rule: integrate each term separately.
  • Key antiderivatives to memorize: $\int e^x\,dx=e^x+C$, $\int \sin x\,dx=-\cos x+C$, and $\int \cos x\,dx=\sin x+C$.
  • Always check your result by differentiating it.
  • Antiderivatives are essential for understanding accumulation of change, including position from velocity and total growth from a rate.

Practice Quiz

5 questions to test your understanding