Study Guide

Antiderivatives and indefinite integrals (basic rules)

AP Calculus BCΒ· AP Calculus BC CED β€” Integration and Accumulation of ChangeΒ· 14 min read

1. Core Definitions and Notationβ˜…β˜†β˜†β˜†β˜†β± 3 min

An antiderivative of a function is a differentiable function such that for all in the domain of . The indefinite integral of is the general form of all antiderivatives of , which form a family of functions differing only by a vertical shift.

πŸ“˜ Definition

Indefinite Integral

The general antiderivative of , which includes an arbitrary constant of integration to represent all possible antiderivatives of .

Example:

, where all vertical shifts of are antiderivatives of .

This topic is the foundational starting point for all integration work in AP Calculus BC, making up 1-3% of total exam score. It acts as a building block for all larger problems including differential equations, area/volume calculations, and accumulation of change.

2. Core Algebraic Antiderivative Rulesβ˜…β˜…β˜†β˜†β˜†β± 4 min

All basic antiderivative rules are derived by reversing corresponding derivative rules. The constant multiple and sum/difference rules allow us to pull constants out of integrals and integrate term-by-term:

∫kf(x)dx=k∫f(x)dx\int k f(x) dx = k \int f(x) dx
∫(f(x)±g(x))dx=∫f(x)dx±∫g(x)dx\int \left(f(x) \pm g(x)\right) dx = \int f(x) dx \pm \int g(x) dx

The power rule for integration reverses the power rule for derivatives, with a critical exception for :

∫xndx=xn+1n+1+C,nβ‰ βˆ’1\int x^n dx = \frac{x^{n+1}}{n+1} + C, \quad n \neq -1

When , the integrand is , and the power rule would result in division by zero. For this case, the antiderivative is , since the derivative of is for all non-zero .

πŸ“ Worked Example

Find the general indefinite integral .

  1. 1

    First, rewrite all terms with exponents to fit the power rule:

  2. 2
    2x2=2xβˆ’2,5=5x0\frac{2}{x^2} = 2x^{-2}, \quad 5 = 5x^0
  3. 3

    Apply sum/difference and constant multiple rules to split the integral:

  4. 4
    ∫4x3dxβˆ’βˆ«2xβˆ’2dx+∫5x0dx=4∫x3dxβˆ’2∫xβˆ’2dx+5∫x0dx\int 4x^3 dx - \int 2x^{-2} dx + \int 5x^0 dx = 4\int x^3 dx - 2\int x^{-2} dx + 5\int x^0 dx
  5. 5

    Apply the power rule to each term: First term: . Second term: . Third term: .

  6. 6

    Add the arbitrary constant of integration to get the final result:

  7. 7
    ∫(4x3βˆ’2x2+5)dx=x4+2x+5x+C\int \left(4x^3 - \frac{2}{x^2} + 5\right) dx = x^4 + \frac{2}{x} + 5x + C

Exam tip:

Always rewrite roots and rational terms as before applying the power rule to avoid mistakes with negative and fractional exponents.

3. Exponential and Logarithmic Antiderivative Rulesβ˜…β˜…β˜†β˜†β˜†β± 3 min

Reversing derivative rules for exponential and logarithmic functions gives core rules frequently used in applied calculus problems. The simplest rule is for the natural exponential function, which is its own antiderivative:

∫exdx=ex+C\int e^x dx = e^x + C

For general exponential functions with constant base , we reverse the derivative rule by dividing by :

∫axdx=axln⁑a+C,a>0,aβ‰ 1\int a^x dx = \frac{a^x}{\ln a} + C, \quad a>0, a \neq 1

For the natural logarithm itself, the antiderivative is derived from the product rule for derivatives:

∫ln⁑xdx=xln⁑xβˆ’x+C,x>0\int \ln x dx = x \ln x - x + C, \quad x>0
πŸ“ Worked Example

Evaluate the indefinite integral .

  1. 1

    Split the integral using the sum/difference rule:

  2. 2
    3∫exdx+∫2xdxβˆ’4∫1xdx3\int e^x dx + \int 2^x dx - 4 \int \frac{1}{x} dx
  3. 3

    Apply the corresponding rule to each term: , , .

  4. 4

    Substitute back, multiply by constants, and add to get the final result:

  5. 5
    ∫(3ex+2xβˆ’4x)dx=3ex+2xln⁑2βˆ’4ln⁑∣x∣+C\int \left(3e^x + 2^x - \frac{4}{x}\right) dx = 3e^x + \frac{2^x}{\ln 2} - 4 \ln|x| + C

Exam tip:

Always check if your function is a power function or exponential function before integrating; if the variable is in the exponent, use the exponential rule, not the power rule.

4. Trigonometric Antiderivative Rulesβ˜…β˜…β˜…β˜†β˜†β± 4 min

All basic trigonometric antiderivative rules are derived directly from reversing derivative rules, and these are not provided on the AP Calculus formula sheet, so memorization is required:

πŸ“ Worked Example

Find the general antiderivative of .

  1. 1

    Split into separate integrals using the sum rule:

  2. 2
    2∫sin⁑xdxβˆ’βˆ«sec⁑2xdx+3∫sec⁑xtan⁑xdx2 \int \sin x dx - \int \sec^2 x dx + 3 \int \sec x \tan x dx
  3. 3

    Apply trigonometric antiderivative rules to each term: , , .

  4. 4

    Combine terms and add the arbitrary constant to get the final result:

  5. 5
    ∫(2sin⁑xβˆ’sec⁑2x+3sec⁑xtan⁑x)dx=βˆ’2cos⁑xβˆ’tan⁑x+3sec⁑x+C\int (2 \sin x - \sec^2 x + 3 \sec x \tan x) dx = -2 \cos x - \tan x + 3 \sec x + C
βœ“ Quick check

Test your understanding with this AP-style multiple choice question:

  1. Which of the following is the general antiderivative of ?

Exam tip:

Differentiate your final antiderivative to catch sign errors before moving on in a problem.

5. Common Pitfalls

Wrong move:

, leaving it undefined or incorrectly writing it as .

Why:

Students automatically apply the power rule without remembering the exception.

Correct move:

Always check if before applying the power rule, and use for this case.

Wrong move:

, treating the base 3 as a power of and misapplying the power rule.

Why:

Confusion between exponential functions (variable exponent, constant base) and power functions (constant exponent, variable base).

Correct move:

Explicitly label functions as power () vs exponential () before integrating, and use the exponential antiderivative rule for .

Wrong move:

Omitting when asked for the general antiderivative, for example writing .

Why:

Students forget that indefinite integrals require the arbitrary constant, especially when carrying the result into a later part of a problem.

Correct move:

Add to every indefinite integral result immediately after integrating, before moving to the next step of the problem.

Wrong move:

, missing the negative sign.

Why:

Students memorize only the derivative rule and forget to reverse the sign correctly when integrating.

Correct move:

After integrating any trigonometric function, differentiate your result to confirm it matches the original integrand; for example, , so you know a sign is wrong.

Wrong move:

, then incorrectly rewriting this as .

Why:

Students make an algebra mistake when simplifying the fraction after applying the power rule.

Correct move:

After calculating , double-check the arithmetic with the denominator: for , , so , not .

Wrong move:

, omitting the absolute value around .

Why:

Students only work with positive in examples and forget that is defined for negative , and is not.

Correct move:

Always write the absolute value in the logarithm whenever you integrate ; it is required for full credit on the AP exam.

6. Quick Reference Cheatsheet

Category

Formula

Notes

Power Rule

Only for

Reciprocal Rule

Absolute value required

Constant Multiple

Any constant can be pulled out

Sum/Difference

Integrate term-by-term

Natural Exponential

Valid for all real

General Exponential

For

Natural Logarithm

For

Sine

Remember the negative sign

Cosine

No negative sign here

Secant Squared

Common in all integration problems

When this came up on past exams

AI-estimated based on syllabus patterns β€” cross-check with official past papers for accuracy. Use only as revision-focus signals.

  • 2023 Β· MCQ

    Basic indefinite integral multiple choice

  • 2022 Β· FRQ

    Initial value antiderivative problem

What's Next

Mastery of these basic antiderivative rules is a non-negotiable foundation for every integration technique you will learn next in AP Calculus BC. All advanced integration methods (including u-substitution, integration by parts, and partial fractions) ultimately rely on rewriting a complex integrand to fit one of these basic rules. Without automatic recall of these rules, you will not be able to recognize the simplified form after applying advanced techniques, making all subsequent integration work much harder. Beyond integration techniques, these rules are required to solve separable differential equations, calculate accumulation functions, areas, volumes, and arc lengthsβ€”all of which are heavily tested on the AP exam.