AP CALCULUS BC • INTEGRATION AND ACCUMULATION OF CHANGE

Finding Antiderivatives and Indefinite Integrals: Basic Rules and Notation

Master the reverse of differentiation and the foundational rules that make integration possible.

Historical Context & Motivation

The search for a systematic way to reverse differentiation stretches back to the earliest days of calculus. While differentiation answers the question 'What is the instantaneous rate of change?', mathematicians soon realized that an equally important question runs in the opposite direction: given a rate of change, what is the original quantity? This inverse problem—finding a function whose derivative equals a given function—became known as antidifferentiation, and its resolution fundamentally shaped the structure of modern analysis. The notation and rules you will learn in this lesson are the distilled product of centuries of mathematical development, refined into tools that make the process efficient and elegant.

1668
Mercator's Logarithmic Series
Nicholas Mercator published Logarithmotechnia, expressing ln(1 + x) as an infinite series obtained by term-by-term antidifferentiation, demonstrating that reversing differentiation could produce powerful results.
1687
Newton's Principia
Isaac Newton formalized what he called 'fluents'—antiderivatives of 'fluxions' (derivatives)—to solve problems in mechanics, establishing the inverse relationship between differentiation and integration as a core principle of his calculus.
1693
Leibniz's Integral Notation
Gottfried Wilhelm Leibniz introduced the elongated S symbol ∫ (from the Latin summa) along with the differential dx, creating the ∫ f(x) dx notation still used today. This notation elegantly encodes the idea of summing infinitely many infinitesimal products.
1823
Cauchy's Rigorous Foundation
Augustin-Louis Cauchy provided the first rigorous definition of the integral as a limit of sums, placing the antiderivative on firm logical ground and clarifying the role of the constant of integration in indefinite integrals.

The central question this lesson addresses is deceptively simple: given a function f(x), can we find a function F(x) such that F′(x) = f(x)? When such a function exists, F is called an antiderivative of f, and the family of all antiderivatives is written using Leibniz's integral sign as the indefinite integral ∫ f(x) dx. Mastering the basic rules for evaluating these integrals is the essential first step toward solving accumulation problems, differential equations, and the powerful applications that define AP Calculus BC.

Core Principles & Definitions

Before diving into computational rules, it is important to understand the conceptual scaffolding that supports every indefinite integral you will ever evaluate. The process of antidifferentiation is governed by a small number of foundational ideas that determine the structure, notation, and interpretation of your results. Each of the principles below plays a direct role every time you write down an integral, so invest time in understanding them thoroughly.

1

Antiderivative Definition

A function F(x) is an antiderivative of f(x) on an interval I if and only if F′(x) = f(x) for every x in I. Verification is straightforward: differentiate F and confirm that you recover f.
2

The +C Convention

If F is one antiderivative of f, then F(x) + C is the most general antiderivative, where C is an arbitrary real constant. Differentiation destroys additive constants, so every indefinite integral implicitly represents an infinite family of vertical translates.
3

Leibniz Notation

The symbol ∫ f(x) dx is read 'the integral of f(x) with respect to x.' The integrand is f(x), the differential is dx, and the entire expression evaluates to F(x) + C. The ∫ and dx act as delimiters that bracket the integrand.
4

Linearity of Integration

Integration distributes over addition and respects scalar multiplication: ∫ [af(x) + bg(x)] dx = a∫ f(x) dx + b∫ g(x) dx. This linearity directly mirrors the corresponding property of differentiation.
5

Uniqueness up to a Constant

On a connected interval, if F′(x) = G′(x) for all x, then F(x) − G(x) is a constant. This theorem guarantees that the +C captures every possible antiderivative—there are no 'hidden' antiderivatives beyond vertical shifts.
KEY TAKEAWAY
Think of an indefinite integral as a GPS system that can pinpoint your location up to one unknown: your starting point. The derivative tells you your velocity at every moment (rate of change), and the antiderivative reconstructs your position—but without an initial condition, you could have started anywhere along the road. That unknown starting point is the constant of integration C. Forgetting +C is like giving directions without specifying the starting city.

Visual Explanation: The Family of Antiderivatives

One of the most illuminating ways to understand the indefinite integral is to visualize the family of curves it represents. When you compute ∫ 2x dx = x² + C, the result is not a single parabola but an infinite stack of parabolas, each displaced vertically from the others by a different value of C. Every member of this family has the same derivative—namely, 2x—confirming that they all solve the same antidifferentiation problem. The diagram below shows several members of this family for selected values of C.

Each parabola y = x² + C is a valid antiderivative of f(x) = 2x. The cyan curve (C = 0) represents y = x², while curves above and below correspond to positive and negative values of C respectively. Notice that every curve has the same slope at any given x-value, confirming that they all share the derivative 2x.

The key geometric insight is that at any fixed x-value, all five curves have the same tangent-line slope. At x = 1, for instance, every curve has slope 2(1) = 2, regardless of the value of C. This is exactly what it means for each curve to be an antiderivative of f(x) = 2x: the derivative is determined entirely by x, not by which vertical translate you happen to be on. A definite integral or an initial condition is what selects a single curve from this infinite family.

Mathematical Framework: Basic Integration Rules

The basic rules of integration are obtained by reading differentiation formulas 'in reverse.' Because the derivative of xⁿ⁺¹/(n + 1) is xⁿ, we conclude that xⁿ integrates to xⁿ⁺¹/(n + 1). Each rule below is stated with its corresponding derivative verification so that you can see the inverse relationship clearly. Throughout, C denotes an arbitrary real constant.

POWER RULE FOR INTEGRATION
∫ xⁿ dx = xⁿ⁺¹ / (n + 1) + C, n ≠ −1
Verification: d/dx [xⁿ⁺¹/(n + 1)] = (n + 1)xⁿ/(n + 1) = xⁿ. The restriction n ≠ −1 avoids division by zero; the case n = −1 is handled by the logarithmic rule below.
CONSTANT MULTIPLE RULE
∫ k · f(x) dx = k · ∫ f(x) dx
A constant factor k can be pulled out of the integral. This follows directly from 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. When combining results, a single +C suffices for the entire expression.
ESSENTIAL ANTIDERIVATIVES
∫ eˣ dx = eˣ + C ∫ (1/x) dx = ln|x| + C ∫ cos x dx = sin x + C ∫ sin x dx = −cos x + C
These four formulas, together with the power rule, form the core toolkit. Note the absolute value in ln|x|: the domain of 1/x includes negative x-values where ln x is undefined, but ln|x| extends the antiderivative to x < 0 as well.
⚠️ Common Pitfall
Students frequently misapply the power rule when the exponent is −1. The expression ∫ x⁻¹ dx does not equal x⁰/0—that is undefined. Instead, ∫ x⁻¹ dx = ∫ (1/x) dx = ln|x| + C. Always check whether n = −1 before applying the power rule.

Complete Catalog of Basic Antiderivative Rules

The table below consolidates every basic antiderivative rule you need for this unit, including the trigonometric and exponential integrals that appear frequently on the AP exam. Commit these to memory—they are the building blocks upon which substitution, integration by parts, and all other advanced techniques are layered. The verification column reminds you that each formula can be confirmed by differentiating the right-hand side.

Basic Antiderivative Rules for AP Calculus BC
IntegralResultVerification (differentiate)
∫ k dxkx + Cd/dx [kx] = k ✓
∫ xⁿ dx (n ≠ −1)xⁿ⁺¹/(n + 1) + Cd/dx [xⁿ⁺¹/(n+1)] = xⁿ ✓
∫ x⁻¹ dx = ∫ (1/x) dxln|x| + Cd/dx [ln|x|] = 1/x ✓
∫ eˣ dxeˣ + Cd/dx [eˣ] = eˣ ✓
∫ aˣ dx (a > 0, a ≠ 1)aˣ / ln a + Cd/dx [aˣ/ln a] = aˣ ✓
∫ cos x dxsin x + Cd/dx [sin x] = cos x ✓
∫ sin x dx−cos x + Cd/dx [−cos x] = sin x ✓
∫ sec²x dxtan x + Cd/dx [tan x] = sec²x ✓
∫ csc²x dx−cot x + Cd/dx [−cot x] = csc²x ✓
∫ sec x tan x dxsec x + Cd/dx [sec x] = sec x tan x ✓
∫ csc x cot x dx−csc x + Cd/dx [−csc x] = csc x cot x ✓
The top portion shows the inverse relationship between differentiation (rightward arrow, cyan) and integration (leftward arrow, pink). The bottom flowchart summarizes the three-step power rule algorithm: identify the exponent n, increase it by 1, then divide by the new exponent and append +C.

Worked Example

Let's work through a multi-term indefinite integral that requires rewriting the integrand before applying the basic rules. This type of problem appears frequently on the AP Calculus BC exam and tests your ability to combine algebraic manipulation with antiderivative formulas.

Evaluate ∫ (3x⁴ − 5/x + 4sin x + 7) dx
1
Step 1 — Apply the Sum/Difference and Constant Multiple RulesThe linearity property allows us to split the integral across the four terms and extract constants: 3∫ x⁴ dx − 5∫ (1/x) dx + 4∫ sin x dx + 7∫ dx. Each integral can now be evaluated independently using the basic rules.
2
Step 2 — Apply the Power Rule to ∫ x⁴ dxWith n = 4, the power rule gives x⁴⁺¹/(4 + 1) = x⁵/5. Multiplied by the coefficient 3, this contributes 3x⁵/5 to the result.
3x⁵/5
3
Step 3 — Apply the Logarithmic Rule to ∫ (1/x) dxSince the integrand is x⁻¹, the power rule does not apply (n = −1 is excluded). Instead, ∫ (1/x) dx = ln|x|. Including the coefficient −5, this term contributes −5 ln|x|.
−5 ln|x|
4
Step 4 — Apply the Trigonometric Rule to ∫ sin x dxThe antiderivative of sin x is −cos x. With the coefficient 4, this contributes −4 cos x. Don't forget the negative sign—this is one of the most common errors on the AP exam.
−4 cos x
5
Step 5 — Apply the Constant Rule to ∫ 7 dxThe antiderivative of a constant k is kx. Here, ∫ 7 dx = 7x.
7x
6
Step 6 — Combine and Add the Constant of IntegrationAssembling all four terms and appending a single constant of integration C:
∫ (3x⁴ − 5/x + 4 sin x + 7) dx = 3x⁵/5 − 5 ln|x| − 4 cos x + 7x + C
7
Step 7 — Verify by DifferentiatingDifferentiate the result: d/dx [3x⁵/5] = 3x⁴, d/dx [−5 ln|x|] = −5/x, d/dx [−4 cos x] = 4 sin x, d/dx [7x] = 7, and d/dx [C] = 0. Summing these gives 3x⁴ − 5/x + 4 sin x + 7, which matches the original integrand. ✓

Common Errors & Strategic Tips

Mastering antiderivatives is as much about avoiding systematic mistakes as it is about memorizing formulas. The table below catalogs the most frequent errors students make on the AP exam and provides the correct approach alongside each one. Study these carefully—recognizing a trap before you fall into it is the most efficient way to improve your accuracy.

Top 5 Antiderivative Mistakes on the AP Exam
Common ErrorWhy It's WrongCorrect Approach
Forgetting +CWithout C, the answer represents only one antiderivative, not the general solution. FRQ rubrics deduct points for this omission.Always append +C to every indefinite integral answer.
Applying power rule when n = −1x⁰/0 is undefined, so the formula xⁿ⁺¹/(n+1) fails completely.Use ∫ x⁻¹ dx = ln|x| + C for the special case n = −1.
Wrong sign on ∫ sin x dxWriting cos x + C ignores that d/dx[cos x] = −sin x, not +sin x.∫ sin x dx = −cos x + C. Verify by differentiating.
Integrating products term-by-term∫ f(x)g(x) dx ≠ [∫ f dx][∫ g dx]. There is no 'product rule for integrals' analogous to the simplicity of the derivative product rule.Expand or simplify the product first, or use substitution / integration by parts.
Omitting absolute value in lnWriting ln x instead of ln|x| restricts the domain to x > 0 and ignores the valid antiderivative on x < 0.Always write ln|x| + C when integrating 1/x.
EXAM STRATEGY
Treat every indefinite integral answer as a hypothesis to be tested. After computing your antiderivative, take 10–15 seconds to differentiate the result mentally and confirm that you recover the original integrand. This verification step is like proofreading an essay—it catches sign errors, missing constants, and misapplied rules before they cost you points. On the AP exam, this single habit can reclaim 3–5 points across the free-response section.

Connection to Advanced Integration Techniques

The basic rules covered in this lesson are powerful, but they handle only integrands that can be expressed as sums and constant multiples of elementary functions. Many integrands—such as ∫ x · eˣ dx or ∫ sin²x dx—require more advanced techniques. The table below previews these techniques and shows how each one builds directly on the foundational rules you have learned here. On the AP Calculus BC exam, you will need fluency with all of these methods.

How Basic Rules Feed into Advanced Techniques
TechniqueWhen to UseHow Basic Rules Help
u-SubstitutionIntegrand contains a composite function f(g(x)) · g′(x)After substituting u = g(x), the resulting integral ∫ f(u) du is evaluated using basic rules.
Integration by PartsProducts of algebraic and transcendental functions (e.g., x·eˣ, x·sin x)The formula ∫ u dv = uv − ∫ v du reduces the problem; the residual integral is often solvable with basic rules.
Partial FractionsRational functions P(x)/Q(x) where deg P < deg QDecomposition splits the integrand into simpler fractions, each integrable via the power rule or ln|x| rule.
Trigonometric IdentitiesPowers and products of sin and cos (e.g., sin²x, sin x cos x)Identities rewrite the integrand into forms where basic trig antiderivatives apply directly.

A recurring theme in calculus is that complex problems reduce to simpler ones. Every advanced integration technique—whether it is u-substitution, integration by parts, or partial fractions—transforms the given integral into one or more integrals that can be evaluated using the basic rules from this lesson. This is why fluency with these foundational formulas is non-negotiable: they are the terminus of every integration pipeline. As you progress through the BC curriculum, you will also encounter improper integrals and series-based representations of integrals, both of which rely on the same core antiderivative toolkit.

Practice Problems

1
Which of the following best explains why the indefinite integral ∫ f(x) dx includes an arbitrary constant C?
2
Evaluate ∫ (6x² − 4x + 9) dx.
3
Evaluate ∫ (√x + 3/x²) dx. Express your answer using fractional exponents.
PROBLEM 4APPLIED
A particle moves along the x-axis with velocity v(t) = 3t² − 12t + 9 meters per second. The particle's position at t = 0 is x(0) = 5 meters. (a) Find the general antiderivative of v(t). (b) Use the initial condition to determine the particular position function x(t). (c) Find the position of the particle at t = 3.
PROBLEM 5CRITICAL THINKING
Let F(x) and G(x) both be antiderivatives of f(x) on an interval [a, b]. (a) Prove that F(x) − G(x) is a constant on [a, b]. (b) Use your result from part (a) to explain why the indefinite integral ∫ f(x) dx = F(x) + C fully characterizes all antiderivatives of f. (c) Give a specific example where two different-looking antiderivative expressions actually differ by only a constant.

Lesson Summary

An antiderivative of f(x) is any function F(x) such that F′(x) = f(x). The indefinite integral ∫ f(x) dx = F(x) + C represents the complete family of antiderivatives, where the constant of integration C accounts for the information lost during differentiation. The basic rules—power rule (∫ xⁿ dx = xⁿ⁺¹/(n+1) + C, n ≠ −1), constant multiple and sum/difference rules, and the standard antiderivatives of exponential, logarithmic, and trigonometric functions—form the essential toolkit for all integration work.

Remember that every answer can be verified by differentiating your result and confirming it equals the original integrand. Watch for the special case n = −1, which requires ln|x| rather than the power rule, and always include the absolute value in ln|x|. These basic rules are the foundation upon which every advanced technique—u-substitution, integration by parts, partial fractions—is built, making fluency here essential for success on the AP Calculus BC exam.

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