CALCULUS 1 • INTEGRATION: ACCUMULATION & FTC

Antiderivatives & Indefinite Integrals — Finding Antiderivatives and Indefinite Integrals: Basic Rules and Notation

Learn to reverse differentiation using power, constant, and sum rules for indefinite integrals.

Historical Context & Motivation

Throughout the history of mathematics, one question has resurfaced time and again: if you know the rate at which something changes, can you figure out the total amount of change? For centuries, mathematicians worked on problems involving areas, volumes, and accumulated quantities. The breakthrough came when they realized that finding areas under curves and reversing the process of differentiation are deeply connected ideas. The concept of the antiderivative — a function whose derivative gives you back the original function — became the key to unlocking an entire branch of calculus known as integration.

~250 BCE
Archimedes and Areas
Archimedes used the method of exhaustion to approximate areas under parabolas, foreshadowing the idea of integration by summing infinitely many thin slices.
1665–1666
Newton's Inverse Method of Fluxions
Isaac Newton developed his inverse method of fluxions, recognizing that finding the area under a curve was the reverse operation of finding rates of change (derivatives).
1675
Leibniz Introduces the ∫ Symbol
Gottfried Wilhelm Leibniz introduced the elongated 'S' symbol ∫, standing for summa (Latin for 'sum'). His notation for differentials and integrals is still the standard we use today.
1823
Cauchy Formalizes Integration
Augustin-Louis Cauchy provided a rigorous foundation for integration using limits and continuity, putting the intuitive ideas of Newton and Leibniz on solid mathematical ground.

The central question this lesson addresses is straightforward: if you know the derivative of a function, how do you work backwards to find the original function? And how do you write that process using proper mathematical notation? These are the ideas behind antiderivatives and indefinite integrals, the tools that allow you to 'undo' differentiation.

Core Principles & Definitions

Before diving into rules and formulas, you need a clear understanding of what antiderivatives are, what the indefinite integral symbol means, and why a mysterious '+ C' always appears at the end. These foundational ideas form the backbone of everything that follows in integration.

1

Antiderivative

A function F(x) is an antiderivative of f(x) if F′(x) = f(x). It is the 'reverse' of differentiation — you find a function whose derivative matches the given function.
2

Indefinite Integral

The indefinite integral ∫ f(x) dx represents the family of all antiderivatives of f(x). It is not a single function but an entire set of functions that differ by a constant.
3

Constant of Integration (C)

Since the derivative of any constant is zero, antiderivatives are never unique. The constant of integration C accounts for all possible vertical shifts of the antiderivative.
4

Integral Notation Components

In ∫ f(x) dx, the ∫ symbol means 'integrate,' f(x) is the integrand, and dx identifies x as the variable of integration. Think of ∫ and dx as the 'bookends' that frame the function being integrated.
KEY TAKEAWAY
Think of differentiation and antidifferentiation like a 'do' and 'undo' pair — similar to squaring a number and taking a square root. If you take the derivative of x³ and get 3x², then the antiderivative of 3x² should give you back x³. The catch is that you also could have started with x³ + 5, or x³ − 100, since those constants vanish when you differentiate. That's why we always write + C — it captures every possible starting point.

Visual Explanation: Derivative ↔ Antiderivative

The diagram below illustrates the relationship between a function and its antiderivatives. On the left you see the derivative f(x) = 2x. On the right you see several possible antiderivatives — all parabolas of the form F(x) = x² + C — stacked at different heights. Each curve is a valid antiderivative because its slope at every point matches the value of 2x.

Left: the linear function f(x) = 2x. Right: three members of the antiderivative family F(x) = x² + C, shown for C = 2 (cyan), C = 0 (green), and C = −2 (pink). All three parabolas have the same shape and slopes; they differ only by a vertical shift.

Notice how every parabola on the right has exactly the same steepness at any given x-value. At x = 1, each curve has a slope of 2; at x = 3, each has a slope of 6. That's because their derivative is always 2x, no matter which value of C you pick. This is precisely why the indefinite integral produces a family of functions rather than one single answer.

Mathematical Framework: Basic Integration Rules

Now that you understand what an antiderivative is, let's build the toolkit of rules that make finding them fast and systematic. Each rule below corresponds to a differentiation rule you already know — just applied in reverse.

POWER RULE FOR INTEGRATION
∫ xⁿ dx = xⁿ⁺¹ / (n + 1) + C, n ≠ −1
Increase the exponent by 1, then divide by the new exponent. This works for any real number n except −1 (since dividing by zero is undefined). Remember that C is the constant of integration.
CONSTANT MULTIPLE RULE
∫ k · f(x) dx = k · ∫ f(x) dx
A constant factor k can be pulled out of the integral. You only integrate the function part; the constant just 'rides along.'
SUM / DIFFERENCE RULE
∫ [f(x) ± g(x)] dx = ∫ f(x) dx ± ∫ g(x) dx
You can integrate term by term. The integral of a sum (or difference) equals the sum (or difference) of the individual integrals. This lets you break complicated expressions into manageable pieces.
CONSTANT FUNCTION RULE
∫ k dx = kx + C
The integral of a constant k is simply that constant times x. This is really just the power rule with n = 0, since x⁰ = 1.
⚠️ Common Pitfall
Don't forget: the power rule does not work when n = −1. The function x⁻¹ = 1/x has a special antiderivative: ∫ (1/x) dx = ln|x| + C. You'll study this in detail later, but watch out for it now so you don't accidentally divide by zero in the formula.

Rule Catalog & Quick Reference

The table below collects the basic antiderivative rules alongside their derivative counterparts, so you can see the 'mirror image' relationship clearly. Keeping a mental (or physical) copy of this table is one of the best things you can do while learning integration.

Basic Differentiation vs. Integration Rules
Differentiation RuleIntegration RuleExample
d/dx [xⁿ] = n·xⁿ⁻¹∫ xⁿ dx = xⁿ⁺¹/(n+1) + C∫ x⁴ dx = x⁵/5 + C
d/dx [k·f(x)] = k·f′(x)∫ k·f(x) dx = k·∫ f(x) dx∫ 7x² dx = 7·(x³/3) + C
d/dx [f + g] = f′ + g′∫ [f + g] dx = ∫ f dx + ∫ g dx∫ (x² + 3x) dx = x³/3 + 3x²/2 + C
d/dx [k] = 0∫ k dx = kx + C∫ 5 dx = 5x + C
d/dx [√x] = 1/(2√x)∫ x^(1/2) dx = (2/3)x^(3/2) + C∫ √x dx = (2/3)x^(3/2) + C
A step-by-step flowchart showing how to apply the power rule for integration. Start with xⁿ, check that n ≠ −1, add 1 to the exponent, divide by the new exponent, and attach + C.

A useful habit is to always check your work by differentiating the result. If you computed ∫ x⁴ dx = x⁵/5 + C, take the derivative: d/dx [x⁵/5 + C] = 5x⁴/5 = x⁴. Since you get back the integrand, the answer is correct. This 'differentiate-to-verify' strategy is one of the most reliable error-checking tools in calculus.

Worked Example

Let's work through a multi-term integral step by step, applying the sum rule, constant multiple rule, and power rule together.

Find ∫ (6x³ − 4x + 7) dx
1
Step 1 — Apply the Sum/Difference RuleBreak the integral into three separate integrals, one for each term: ∫ (6x³ − 4x + 7) dx = ∫ 6x³ dx − ∫ 4x dx + ∫ 7 dx
∫ 6x³ dx − ∫ 4x dx + ∫ 7 dx
2
Step 2 — Pull Out Constants (Constant Multiple Rule)Factor the constant coefficients out of each integral: = 6 · ∫ x³ dx − 4 · ∫ x dx + ∫ 7 dx
6 · ∫ x³ dx − 4 · ∫ x dx + ∫ 7 dx
3
Step 3 — Apply the Power Rule to Each TermFor ∫ x³ dx: increase exponent 3 → 4, divide by 4 → x⁴/4. For ∫ x dx = ∫ x¹ dx: increase exponent 1 → 2, divide by 2 → x²/2. For ∫ 7 dx: use the constant rule → 7x.
6 · (x⁴/4) − 4 · (x²/2) + 7x
4
Step 4 — Simplify and Add CMultiply the constants through: 6 · (x⁴/4) = 6x⁴/4 = 3x⁴/2 4 · (x²/2) = 4x²/2 = 2x² Combine and don't forget + C.
(3/2)x⁴ − 2x² + 7x + C
5
Step 5 — Verify by Differentiatingd/dx [(3/2)x⁴ − 2x² + 7x + C] = (3/2)(4x³) − 2(2x) + 7 + 0 = 6x³ − 4x + 7 ✓ This matches the original integrand, confirming our answer.
Verified: derivative = 6x³ − 4x + 7 ✓

Common Mistakes & How to Avoid Them

When students first learn integration, certain errors come up again and again. Knowing these pitfalls in advance will save you a lot of frustration on homework and exams.

Five common integration mistakes and their fixes
Common MistakeWhat Goes WrongCorrect Approach
Forgetting + CYou give one specific function instead of the full family of antiderivatives.Always append + C at the end of every indefinite integral.
Using the power rule when n = −1Dividing by n + 1 = 0 is undefined. The formula breaks.Recognize ∫ x⁻¹ dx = ln|x| + C as a special case.
Misapplying the exponentAdding 1 to the exponent but forgetting to also divide by the new exponent (or vice versa).Always do both steps: raise the power AND divide by the new power.
Not rewriting radicals / fractionsTrying to integrate √x or 1/x³ without converting to power form first.Rewrite: √x = x^(1/2), 1/x³ = x⁻³, then apply the power rule.
Integrating a product like a sumWriting ∫ f·g dx = (∫ f dx)(∫ g dx). This is false!There is no simple 'product rule' for integrals. Expand or use other techniques.
KEY TAKEAWAY
Integration does not have a product rule or a quotient rule the way differentiation does. If you're faced with a product of functions (like x² · sin x), you can't simply integrate each factor separately and multiply. You'll need techniques like u-substitution or integration by parts, which you'll encounter later. For now, if you can expand or simplify a product into a sum of power terms, do that first — then integrate term by term.

Connecting to Definite Integrals & the FTC

The indefinite integral you've just learned is only half the story. The other half involves the definite integral, which computes an actual number — typically an area under a curve between two bounds. The stunning connection between the two is called the Fundamental Theorem of Calculus (FTC), and it says: to evaluate a definite integral, first find the indefinite integral (antiderivative), then plug in the upper and lower bounds and subtract.

Indefinite vs. Definite Integrals
FeatureIndefinite IntegralDefinite Integral
Notation∫ f(x) dx∫ₐᵇ f(x) dx
ResultA family of functions (F(x) + C)A single number
Constant of integrationRequired (+ C)Cancels out (not needed)
Geometric meaningGeneral shape of accumulated area functionNet signed area under curve from a to b
ConnectionProvides the antiderivative F(x)Evaluated as F(b) − F(a)

Mastering the basic antiderivative rules you've learned today is essential groundwork for the FTC. Every definite integral you'll evaluate in the future begins with finding an antiderivative. The better you are at the rules in this lesson, the faster and more accurately you'll handle everything that comes next in calculus.

Practice Problems

PROBLEM 1CONCEPTUAL
Explain in your own words why the indefinite integral ∫ f(x) dx produces a family of functions rather than a single function. What role does the constant of integration C play?
PROBLEM 2BASIC CALCULATION
Evaluate ∫ 5x⁶ dx.
PROBLEM 3INTERMEDIATE
Find ∫ (3√x − 2/x⁴ + 1) dx. Hint: rewrite each term in power form first.
PROBLEM 4APPLIED
A car's velocity at time t seconds is v(t) = 4t − 6 meters per second. If the car's position at t = 0 is s(0) = 10 meters, find the position function s(t).
PROBLEM 5CRITICAL THINKING
A student claims that ∫ x² · x³ dx = (x³/3)(x⁴/4) + C by 'integrating each factor separately.' Identify the error, find the correct answer, and explain why there is no simple product rule for integration.

Lesson Summary

An antiderivative of a function f(x) is any function F(x) whose derivative equals f(x). The indefinite integral ∫ f(x) dx represents the entire family of antiderivatives, written as F(x) + C, where C is the constant of integration that accounts for every possible vertical shift. The core rules you need are the power rule (∫ xⁿ dx = xⁿ⁺¹/(n+1) + C for n ≠ −1), the constant multiple rule (pull constants out of the integral), and the sum/difference rule (integrate term by term).

Always rewrite radicals and fractions as powers of x before applying the power rule. Always verify your answer by differentiating to check that you recover the original integrand. Remember that integration has no product or quotient rule — you must expand or simplify first. These foundational skills prepare you for definite integrals and the Fundamental Theorem of Calculus, where antiderivatives become the key to computing exact areas and accumulated quantities.

Varsity Tutors • Calculus 1 • Antiderivatives & Indefinite Integrals — Basic Rules and Notation