AP CALCULUS AB • INTEGRATION AND ACCUMULATION OF CHANGE

Finding Antiderivatives and Indefinite Integrals: Basic Rules and Notation

Reverse the process of differentiation to recover families of functions from their derivatives.

Historical Context & Motivation

Throughout the history of mathematics, differentiation and integration have developed as two sides of the same coin. Once mathematicians understood how to compute rates of change, the natural question arose: given a rate of change, can we recover the original quantity? This inverse problem — finding a function whose derivative matches a given expression — motivated centuries of mathematical inquiry and ultimately gave rise to what we now call the antiderivative and the indefinite integral. The development of integration was not the work of a single genius but rather the culmination of contributions spanning from ancient Greece to seventeenth-century Europe, each building on the insights of predecessors.

~250 BCE
Archimedes and the Method of Exhaustion
Archimedes computed areas under parabolas by inscribing polygons of increasing sides, anticipating integral calculus by nearly two millennia. His geometric approach laid the conceptual groundwork for accumulation.
1665–1666
Newton's Fluxions
Isaac Newton developed his method of fluxions, treating integration as the reverse of differentiation. He called antiderivatives 'fluents' and used them to solve problems in physics and geometry.
1675
Leibniz Introduces ∫ Notation
Gottfried Wilhelm Leibniz introduced the elongated 'S' symbol ∫ (from the Latin summa) and the differential dx. This notation proved so powerful and intuitive that it remains the standard today.
1823
Cauchy Formalizes Limits and Integrals
Augustin-Louis Cauchy placed integration on rigorous footing by defining integrals through limits of sums, providing the analytical precision that Newton and Leibniz's intuitive arguments lacked.

The central question this lesson addresses is deceptively simple: if you know that a function's derivative is f(x), what is the original function? As we will see, the answer is never a single function but rather a family of functions differing by a constant, and mastering the basic rules that reverse common differentiation patterns is the gateway to all of integral calculus.

Core Principles & Definitions

Before computing any integrals, you need a precise understanding of what antiderivatives are and why the indefinite integral notation captures an entire family of solutions. The concepts below form the foundation for every integration technique you will encounter in AP Calculus AB and beyond.

1

Antiderivative

A function F(x) is an antiderivative of f(x) on an interval if F′(x) = f(x) for every x in that interval. For example, F(x) = x³ is an antiderivative of f(x) = 3x² because d/dx(x³) = 3x².
2

The Constant of Integration (C)

If F(x) is an antiderivative of f(x), then F(x) + C is also an antiderivative for any constant C, because d/dx[F(x) + C] = F′(x) + 0 = f(x). Every antiderivative family includes this arbitrary constant.
3

Indefinite Integral Notation

The notation ∫ f(x) dx represents the general antiderivative of f(x). The symbol ∫ is the integral sign, f(x) is the integrand, and dx identifies the variable of integration.
4

Uniqueness up to a Constant

If F(x) and G(x) are both antiderivatives of f(x) on an interval, then F(x) − G(x) = C for some constant. This theorem guarantees that the general antiderivative F(x) + C captures every possible antiderivative.
KEY TAKEAWAY
Think of differentiation as a shredder that destroys information: when you differentiate F(x) = x² + 7, the constant 7 vanishes. Antidifferentiation is like trying to reconstruct the original document — you can recover the shape (x²) but not the lost constant. That is precisely why every indefinite integral must include the constant of integration C — it accounts for all possible vertical shifts of the antiderivative.

Visualizing Antiderivative Families

One of the most illuminating ways to understand indefinite integrals is graphically. When you compute ∫ 2x dx = x² + C, the result is not a single parabola but an infinite family of parabolas, each shifted vertically by a different value of C. The diagram below illustrates this concept for the integrand f(x) = 2x.

Each parabola represents an antiderivative F(x) = x² + C for a different value of C. The gold curve (C = 0) is the simplest member; the others are vertical translates. All share the same derivative, f(x) = 2x, because vertical shifts do not affect slope.

Notice that at any fixed x-value, every curve in the family has exactly the same slope. This is because they all share the same derivative f(x) = 2x. The only difference between any two antiderivatives is the vertical position, which is encoded by the constant C. On the AP exam, forgetting C on an indefinite integral will cost you points — it is not merely a formality but a reflection of the fundamental fact that differentiation destroys constant-term information.

The Basic Antidifferentiation Rules

The basic rules of antidifferentiation are derived by reversing well-known derivative formulas. Each rule below should be understood not as an isolated formula to memorize but as the natural inverse of a differentiation pattern you already know. In every case, remember that the result includes + C because any constant vanishes under differentiation.

POWER RULE FOR INTEGRALS
∫ xⁿ dx = xⁿ⁺¹ / (n + 1) + C, n ≠ −1
This reverses d/dx[xⁿ⁺¹/(n + 1)] = xⁿ. The restriction n ≠ −1 is essential because division by zero is undefined; the case n = −1 yields the natural logarithm rule.
CONSTANT MULTIPLE RULE
∫ k · f(x) dx = k · ∫ f(x) dx
A constant factor k may be pulled out of the integral. This mirrors the constant multiple rule for derivatives: d/dx[k · F(x)] = k · F′(x).
SUM AND DIFFERENCE RULE
∫ [f(x) ± g(x)] dx = ∫ f(x) dx ± ∫ g(x) dx
Integration distributes over addition and subtraction, just as differentiation does. You may integrate term by term and include a single + C at the end.
SPECIAL CASES: TRIGONOMETRIC AND EXPONENTIAL
∫ cos x dx = sin x + C ∫ sin x dx = −cos x + C ∫ eˣ dx = eˣ + C ∫ x⁻¹ dx = ln|x| + C
These four results are direct reversals of the derivatives of sin x, cos x, eˣ, and ln|x| respectively. The absolute value in ln|x| ensures the antiderivative is defined for negative x as well.
⚠️ Common Pitfall: The +1 in the Power Rule
Students often confuse the power rule for derivatives (bring exponent down, subtract 1) with the power rule for integrals (add 1 to exponent, divide by new exponent). A useful mnemonic: differentiation subtracts, integration adds. Always verify your answer by differentiating it to see if you recover the original integrand.

Comprehensive Rule Reference & Notation Guide

The table below consolidates every basic antidifferentiation rule you need for the AP Calculus AB exam. Each row pairs a derivative fact you already know with the corresponding integral result. Studying the table column by column reinforces the inverse relationship between differentiation and integration.

Basic antidifferentiation rules for AP Calculus AB. Every result should be verified by differentiating.
Function f(x)Antiderivative ∫ f(x) dxVerification: d/dx[Result]
k (constant)kx + Cd/dx(kx + C) = k ✓
xⁿ (n ≠ −1)xⁿ⁺¹/(n + 1) + Cd/dx[xⁿ⁺¹/(n + 1)] = xⁿ ✓
x⁻¹ = 1/xln|x| + Cd/dx(ln|x|) = 1/x ✓
eˣ + Cd/dx(eˣ) = eˣ ✓
cos xsin x + Cd/dx(sin x) = cos x ✓
sin x−cos x + Cd/dx(−cos x) = sin x ✓
sec²xtan x + Cd/dx(tan x) = sec²x ✓
sec x tan xsec x + Cd/dx(sec x) = sec x tan x ✓
Each component of the indefinite integral notation carries specific meaning. The integral sign (∫) commands antidifferentiation; the integrand (3x²) is the input function; dx identifies the variable; and the result includes the general antiderivative plus C.

Pay close attention to the role of dx in the notation. While it may seem like a passive tag, it serves two critical purposes: it indicates which variable is being integrated (important when multiple variables appear), and it "closes" the integral expression, acting as a right parenthesis that tells you where the integrand ends. When you advance to integration by substitution later in the course, the dx will take on an even more active algebraic role.

Worked Example: Multi-Term Indefinite Integral

Let us work through a representative problem that combines several basic rules. The key strategy is to rewrite the integrand so that every term is in a form to which the power rule (or a known antiderivative formula) directly applies.

Evaluate ∫ (4x³ − 5√x + 3/x² + 7) dx
1
Step 1 — Rewrite in Power-Rule FormConvert radicals and fractions to power notation. We have √x = x^(1/2) and 1/x² = x⁻². The integral becomes: ∫ (4x³ − 5x^(1/2) + 3x⁻² + 7) dx.
∫ (4x³ − 5x^(1/2) + 3x⁻² + 7) dx
2
Step 2 — Apply the Sum/Difference and Constant Multiple RulesDistribute the integral across each term: 4∫ x³ dx − 5∫ x^(1/2) dx + 3∫ x⁻² dx + 7∫ 1 dx. We will now integrate each piece individually using the power rule.
3
Step 3 — Integrate Each TermFor 4∫ x³ dx: add 1 to exponent → x⁴, divide by 4 → x⁴/4, multiply by constant → 4 × x⁴/4 = x⁴. For 5∫ x^(1/2) dx: exponent becomes 3/2, divide by 3/2 (i.e., multiply by 2/3) → (2/3)x^(3/2), multiply by 5 → (10/3)x^(3/2). For 3∫ x⁻² dx: exponent becomes −1, divide by −1 → −x⁻¹, multiply by 3 → −3x⁻¹ = −3/x. For 7∫ 1 dx: antiderivative of 1 is x, so we get 7x.
4
Step 4 — Combine and Add + CAssemble all terms and append the constant of integration. We use a single + C for the entire expression, not separate constants for each term.
x⁴ − (10/3)x^(3/2) − 3/x + 7x + C
5
Step 5 — Verify by DifferentiatingDifferentiate the result: d/dx[x⁴] = 4x³, d/dx[−(10/3)x^(3/2)] = −(10/3)(3/2)x^(1/2) = −5x^(1/2) = −5√x, d/dx[−3x⁻¹] = 3x⁻² = 3/x², d/dx[7x] = 7, d/dx[C] = 0. Sum = 4x³ − 5√x + 3/x² + 7, which matches the original integrand. ✓
VERIFICATION STRATEGY
Always check your indefinite integral by differentiating the result. If the derivative matches the original integrand, your answer is correct. This self-checking mechanism is one of the great advantages of integration problems — you have a built-in answer key via differentiation.

Common Errors & How to Avoid Them

Even students who understand the rules conceptually often lose points on the AP exam due to recurring mechanical errors. The table below catalogues the most frequent mistakes alongside the correct approach, so you can build habits that prevent them from the start.

The five most common antidifferentiation errors on the AP Calculus AB exam.
Common ErrorWhy It's WrongCorrect Approach
Forgetting + CWithout C, the answer represents only one antiderivative, not the general solution. This is mathematically incomplete.Always append + C to every indefinite integral. On FRQs, omitting it typically costs 1 point.
Using derivative power rule in reverse incorrectlyWriting ∫ x³ dx = 3x² (this is the derivative, not the integral). Confusing the direction of the operation.For integrals: add 1 to exponent and divide. ∫ x³ dx = x⁴/4 + C. Verify by differentiating.
Applying power rule when n = −1∫ x⁻¹ dx ≠ x⁰/0 + C (division by zero). The power rule explicitly excludes n = −1.Use ∫ (1/x) dx = ln|x| + C. Remember the absolute value inside the logarithm.
Trying to integrate a product by integrating factors separately∫ f(x)·g(x) dx ≠ [∫ f(x) dx][∫ g(x) dx]. There is no "product rule" for integration.Expand or simplify the product first, then integrate term by term. For products that cannot be expanded, use substitution or integration by parts (BC topic).
Failing to rewrite radicals/fractions as powersWithout rewriting, students get stuck because the power rule only applies to xⁿ form.Convert: √x = x^(1/2), ∛x = x^(1/3), 1/x³ = x⁻³, etc. Then apply the power rule.
🔍 THE DIFFERENTIATION CHECK
The single most effective error-prevention technique is to differentiate your answer. If d/dx[your result] equals the original integrand, you are correct. Think of it like proofreading: just as a writer rereads a paragraph to catch errors, a calculus student differentiates the antiderivative to catch integration mistakes.

Connection to Definite Integrals and the FTC

The indefinite integral rules you have learned in this lesson are not an end in themselves — they are the essential computational engine behind the Fundamental Theorem of Calculus (FTC). The FTC connects antiderivatives to definite integrals, establishing that the net accumulation of a function f over an interval [a, b] can be computed as F(b) − F(a), where F is any antiderivative of f. Understanding this bridge transforms indefinite integrals from an algebraic exercise into a tool for calculating areas, displacements, and accumulated quantities.

Comparison of indefinite and definite integrals.
FeatureIndefinite Integral ∫ f(x) dxDefinite Integral ∫ₐᵇ f(x) dx
Result typeA family of functions: F(x) + CA single number: F(b) − F(a)
Includes + C?Yes — always requiredNo — the C cancels in F(b) − F(a)
Geometric meaningAll possible position functions for a given velocitySigned area under the curve from a to b
Limits of integrationAbsent — no bounds specifiedPresent — lower bound a and upper bound b
Role in AP Calculus ABFoundation — provides the antiderivative F(x)Application — uses F(x) to evaluate accumulation

As you continue through the AP Calculus AB curriculum, the basic antidifferentiation rules from this lesson will be extended by techniques such as u-substitution, which handles composite functions by reversing the chain rule. For now, fluency with the power rule, constant-multiple rule, sum/difference rule, and the fundamental trigonometric and exponential antiderivatives will equip you to tackle the vast majority of integral computations on the exam.

Practice Problems

1
If F(x) and G(x) are both antiderivatives of f(x) on an interval, which of the following must be true?
2
Evaluate ∫ (6x² − 4x + 5) dx.
3
Evaluate ∫ (3/√x − 2eˣ + 1/x) dx.
PROBLEM 4APPLIED
A particle moves along the x-axis with velocity v(t) = 4t³ − 6t + 2 (in meters per second). Its position at t = 0 is s(0) = 5 meters. (a) Find the general antiderivative of v(t). (b) Use the initial condition s(0) = 5 to determine the particular position function s(t). (c) Find the position of the particle at t = 2. (d) Verify your position function by showing that s′(t) = v(t).
PROBLEM 5CRITICAL THINKING
A student claims that since the derivative of x² is 2x, the integral ∫ 2x dx must equal exactly x². The student's friend counters that ∫ 2x dx = x² + 7 is equally valid. (a) Explain whether the first student's claim is correct, and justify your reasoning. (b) Explain whether the second student's claim is correct, and justify your reasoning. (c) State the complete, correct result of ∫ 2x dx and explain why it takes this form by referencing the relationship between differentiation and information loss.

Lesson Summary

An antiderivative of f(x) is any function F(x) whose derivative equals f(x). Because differentiation eliminates constant terms, antiderivatives are unique only up to an additive constant, and the indefinite integral ∫ f(x) dx = F(x) + C represents the entire family. The core rules — the power rule (∫ xⁿ dx = xⁿ⁺¹/(n + 1) + C for n ≠ −1), the constant multiple rule, and the sum/difference rule — allow you to integrate polynomials and algebraic expressions term by term. Essential special-case antiderivatives include ∫ eˣ dx = eˣ + C, ∫ cos x dx = sin x + C, ∫ sin x dx = −cos x + C, and ∫ (1/x) dx = ln|x| + C.

When solving problems, always begin by rewriting the integrand so every term is in power-rule form (convert radicals and reciprocal powers), apply the rules term by term, combine results, and append + C. Finally, verify your answer by differentiating. These indefinite integral skills form the computational backbone for evaluating definite integrals via the Fundamental Theorem of Calculus and for solving initial value problems throughout the remainder of the AP Calculus AB course.

Varsity Tutors • AP Calculus AB • Finding Antiderivatives and Indefinite Integrals: Basic Rules and Notation