Study Guide

Selecting techniques for antidifferentiation

AP Calculus AB· AP Calculus AB CED — Integration and Accumulation of Change· 14 min read

1. Overview of Antidifferentiation Technique Selection★☆☆☆☆⏱ 2 min

Selecting techniques for antidifferentiation is the core problem-solving skill of analyzing the structure of an integrand to choose the most efficient, correct method to find its general antiderivative or evaluate a definite integral. Unlike differentiation, which follows a predictable sequence of rules regardless of function structure, antidifferentiation relies heavily on pattern recognition: no single algorithm works for all integrands, and the wrong first choice will lead you to a dead end or incorrect result.

2. Basic Antiderivative Pattern Matching★★☆☆☆⏱ 4 min

The first and fastest technique to check for any integrand is basic pattern matching: if the integrand (or each term of a sum of integrands) directly matches the derivative of a basic elementary function, you can reverse the derivative rule to get the antiderivative immediately, with no extra manipulation needed. This works for all non-composite basic functions.

  • Power rule: for

  • Reciprocal rule: for

  • Exponential rule: for constant

  • Trigonometric rules: ,

📐 Worked Example

Find the general antiderivative of .

  1. 1

    Use linearity of integration to split the integral into separate terms matching individual patterns:

  2. 2
    4x3dx+2xdx5sinxdx+e2dx\int 4x^3 dx + \int \frac{2}{x} dx - \int 5\sin x dx + \int e^2 dx
  3. 3

    Apply the power rule to the first term:

  4. 4
    4x3dx=4x44=x4\int 4x^3 dx = 4 \cdot \frac{x^{4}}{4} = x^4
  5. 5

    Match remaining terms to their patterns: , , and (note is a constant, not a function of ).

  6. 6

    Add the constant of integration to get the final result:

  7. 7
    x4+2lnx+5cosx+e2x+Cx^4 + 2\ln|x| + 5\cos x + e^2 x + C

Exam tip:

Always check for constant terms first. If the term has no , it’s just a constant times in the antiderivative, not a logarithm or exponential—don’t overcomplicate it.

3. Rewriting the Integrand to Match a Basic Pattern★★★☆☆⏱ 5 min

If an integrand doesn’t match a basic pattern directly, the next step is to check if you can rewrite it with algebra into a sum of terms that do match basic patterns. This is almost always faster than u-substitution, so always check this before reaching for substitution.

  1. Rewriting radicals as rational exponents:

  2. Moving denominator terms to the numerator with negative exponents:

  3. Splitting fractions with a single monomial denominator:

  4. Expanding products of polynomials or power functions

This technique works for many problems that look complex at first glance, and eliminates the chance of substitution errors entirely when it applies.

📐 Worked Example

Evaluate the definite integral .

  1. 1

    Expand the numerator and rewrite all terms with exponents:

  2. 2
    (x2x)2=x24xx+4x=x3/24x+4x1/2(x - 2\sqrt{x})^2 = x^2 - 4x\sqrt{x} + 4x = x^{3/2} - 4x + 4x^{1/2}
  3. 3

    Antidifferentiate term by term using the power rule:

  4. 4
    (x3/24x+4x1/2)dx=25x5/22x2+83x3/2+C\int (x^{3/2} - 4x + 4x^{1/2}) dx = \frac{2}{5}x^{5/2} - 2x^2 + \frac{8}{3}x^{3/2} + C
  5. 5

    Evaluate at bounds: At , the expression equals ; at , it equals .

  6. 6

    Subtract lower bound from upper bound:

  7. 7
    32151615=1615\frac{32}{15} - \frac{16}{15} = \frac{16}{15}

Exam tip:

Never attempt u-substitution on a fraction with a single monomial denominator. Always split the fraction first—you will save 5+ minutes and avoid substitution errors.

4. U-Substitution for Composite Functions★★★☆☆⏱ 5 min

If you can’t rewrite the integrand into a sum of basic terms with algebra, the next (and final) technique you need for AP Calculus AB is u-substitution, used for integrands that contain a composite function. Reach for u-substitution when you can identify an inner function whose derivative is already a factor in the integrand, up to a constant multiple. The rule reverses the chain rule:

f(g(x))g(x)dx=f(u)du,u=g(x)\int f(g(x)) g'(x) dx = \int f(u) du, \quad u = g(x)

For indefinite integrals, substitute back after antidifferentiating. For definite integrals, change the bounds of integration to -values immediately after defining .

📐 Worked Example

Find the general antiderivative of .

  1. 1

    Identify the composite function: has inner argument , whose derivative is a factor of the integrand ().

  2. 2

    Define the substitution:

  3. 3
    u=x2+3,du=2xdx    3du=6xdxu = x^2 + 3, \quad du = 2x dx \implies 3 du = 6x dx
  4. 4

    Rewrite the integral in terms of :

  5. 5
    6xcos(x2+3)dx=3cos(u)du\int 6x \cos(x^2 + 3) dx = \int 3 \cos(u) du
  6. 6

    Antidifferentiate and substitute back:

  7. 7
    3sin(u)+C=3sin(x2+3)+C3 \sin(u) + C = 3 \sin(x^2 + 3) + C
✓ Quick check

Test your understanding with these AP-style questions:

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

    Reveal answer
    1

    Expand the numerator to get , divide by to get , then antidifferentiate term-by-term to get the result.

  2. Given , evaluate

    Reveal answer
    1

    Use u-substitution with , , leading to .

  3. The velocity of a particle is for . What is the total displacement from to ?

Exam tip:

If the derivative of your is only missing a constant multiple, factor that constant out—don’t try to adjust incorrectly. You only need the derivative of (up to a constant) for u-substitution on AP Calculus AB.

5. Common Pitfalls

Wrong move:

Attempting u-substitution on by setting , leading to a complicated incorrect result.

Why:

Students reach for substitution whenever they see a fraction, but this integrand can be simplified with algebra first.

Correct move:

Always split fractions with a single monomial denominator into separate terms before trying any other technique.

Wrong move:

Forgetting to change the bounds of integration when doing u-substitution for a definite integral, then plugging original -bounds into the antiderivative in terms of .

Why:

Students get in the habit of substituting back to , but often mix up the order of steps when they skip changing bounds.

Correct move:

Always change the bounds to -values immediately after defining , so you can evaluate directly in without substituting back.

Wrong move:

Antideriving as instead of .

Why:

Students memorize and incorrectly extend it to any reciprocal power of .

Correct move:

Only use the logarithm rule for when . All other reciprocal powers are negative powers that use the power rule.

Wrong move:

Choosing for the integral , leading to that doesn’t match the integrand.

Why:

Students pick as the outer function instead of the inner function of the composite.

Correct move:

Always set equal to the inner (input) function of the composite, then check if its derivative is present in the integrand.

Wrong move:

Treating (where is a constant) as an exponential function of , leading to instead of .

Why:

Students see and automatically apply the exponential rule without checking what the variable of integration is.

Correct move:

Always confirm that the function is a function of the variable of integration before applying a pattern rule.

Wrong move:

Leaving off the absolute value in for the antiderivative of , just writing .

Why:

Students forget that is defined for negative , but is not.

Correct move:

Always include the absolute value around the argument of the logarithm when finding the antiderivative of .

6. Quick Reference Cheatsheet

Category

Formula

Notes

Power Rule (basic)

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

Only applies for

Reciprocal Rule

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

Only applies for ; always include absolute value

Exponential Rule

\int e^{kx} dx = \frac{1}{k}e^{kx} + C

is a constant; simplifies to when

Sine Antiderivative

\int \sin(kx) dx = -\frac{1}{k}\cos(kx) + C

Do not forget the negative sign

Cosine Antiderivative

\int \cos(kx) dx = \frac{1}{k}\sin(kx) + C

No negative sign for this rule

U-Substitution (indefinite)

\int f(g(x))g'(x) dx = \int f(u) du, ; u=g(x)

Use for composite functions with derivative of inner function present

U-Substitution (definite)

\int_a^b f(g(x))g'(x) dx = \int_{g(a)}^{g(b)} f(u) du

Change bounds immediately to avoid substitution errors

Constant Integral

\int k dx = kx + C

is constant; applies to terms like that don't depend on

What's Next

Mastering selection of antidifferentiation techniques is the foundational prerequisite for all remaining topics in AP Calculus AB. Immediately next, you will apply these techniques to find the area under a curve and the area between two curves, which are among the most frequently tested FRQ topics on the exam. You will also use these techniques to solve separable differential equations, which account for around 5-10% of the total exam score, and model growth and decay processes in contextual problems. This skill also forms the base for more advanced integration techniques if you continue to AP Calculus BC.