Fiveable

♾️AP Calculus AB/BC Unit 6 Review

QR code for AP Calculus AB/BC practice questions

6.14 Selecting Techniques for Antidifferentiation (AB)

6.14 Selecting Techniques for Antidifferentiation (AB)

Written by the Fiveable Content Team • Last updated June 2026
Verified for the 2027 exam
Verified for the 2027 examWritten by the Fiveable Content Team • Last updated June 2026
♾️AP Calculus AB/BC
Unit & Topic Study Guides

AP Cram Sessions 2021

Pep mascot

AP Calc 6.14 Selecting Antidifferentiation Techniques Summary

Topic 6.14 is about choosing the right antidifferentiation technique instead of learning a new one. You look at the structure of an integrand and decide whether to use the power rule, a known antiderivative, u-substitution, long division, or completing the square (plus integration by parts, partial fractions, and improper integrals if you are in BC). The skill that earns points is fast, accurate recognition of which method fits.

Why This Matters for the AP Calculus Exam

Integration and accumulation make up a large share of the AP Calculus exam, and by this point you are expected to integrate without being told how. On multiple-choice questions, you often have only a minute or two per problem, so spotting the right approach quickly matters more than grinding through one method. On free-response questions, integrals show up inside accumulation, motion, area, volume, and differential equation problems, so you need to choose a technique on your own and carry it out cleanly.

This topic rewards pattern recognition. If you can glance at an integrand and know "that is a u-substitution" or "I need long division first," you save time and avoid dead ends.

Key Takeaways

  • Match the integrand to a method: power rule, basic antiderivative, u-substitution, long division, or completing the square (BC adds integration by parts, partial fractions, and improper integrals).
  • Reach for u-substitution when part of the integrand is (a constant multiple of) the derivative of another part, especially with composite functions.
  • Use long division when a rational function has a numerator whose degree is greater than or equal to the denominator's degree.
  • Use completing the square to reshape a quadratic, often setting up an inverse trig or log form.
  • Always include +C+ C on indefinite integrals, and for definite integrals adjust limits if you substitute.
  • Many functions have no closed-form antiderivative, so recognizing a clean technique is part of the skill.

Power Rule for Antiderivatives

The power rule reverses the derivative power rule. For xndx\int x^n dx where n1n \neq -1, add 1 to the exponent and divide by the new exponent:

xndx=xn+1(n+1)+C\int x^n dx=\frac{x^{n+1}}{(n+1)} + C

where CC is the constant of integration. This is usually your first check: if the term is just a power of xx, the power rule handles it.

U-substitution

U-substitution simplifies integrals where part of the expression is the derivative of another part. It is your main tool for composite functions and chained expressions. The steps:

  1. Choose a uu that simplifies the integral.
  2. Find dudu (the derivative of uu) and express dxdx in terms of dudu.
  3. Rewrite the integral in terms of uu.
  4. Integrate with respect to uu.
  5. Substitute back in terms of xx if needed.

For a definite integral, either change the limits to match uu or substitute back to xx before plugging in the original bounds. A quick signal for u-substitution: you see a function and its derivative (up to a constant) both present, like 2xcos(x2)dx\int 2x \cos(x^2)\, dx where u=x2u = x^2.

For a review, see 6.9 Integrating Using Substitution.

Trigonometric Functions

Trig functions show up constantly, so keep these common antiderivatives ready:

  • sin(x)dx=cos(x)+C\int \sin(x)\, dx = -\cos(x) + C
  • cos(x)dx=sin(x)+C\int \cos(x)\, dx = \sin(x) + C
  • tan(x)dx=lncos(x)+C\int \tan(x)\, dx = -\ln|\cos(x)| + C
  • cot(x)dx=lnsin(x)+C\int \cot(x)\, dx = \ln|\sin(x)| + C
  • sec(x)dx=lnsec(x)+tan(x)+C\int \sec(x)\, dx = \ln|\sec(x)+\tan(x)| + C
  • csc(x)dx=lncsc(x)+cot(x)+C\int \csc(x)\, dx = -\ln|\csc(x)+\cot(x)| + C

For more practice, see 6.8 Finding Antiderivatives and Indefinite Integrals: Basic Rules and Notation.

Inverse Trigonometric Forms

Some integrands match the derivatives of inverse trig functions, which tells you the antiderivative is an inverse trig function. Recognizing these derivative forms helps you reverse them:

  • ddx(sin1(x))=11x2\frac{d}{dx}(\sin^{-1}(x)) = \frac{1}{\sqrt{1-x^2}}
  • ddx(cos1(x))=11x2\frac{d}{dx}(\cos^{-1}(x)) = \frac{-1}{\sqrt{1-x^2}}
  • ddx(tan1(x))=11+x2\frac{d}{dx}(\tan^{-1}(x)) = \frac{1}{1+x^2}
  • ddx(cot1(x))=11+x2\frac{d}{dx}(\cot^{-1}(x)) = \frac{-1}{1+x^2}
  • ddx(sec1(x))=1xx21\frac{d}{dx}(\sec^{-1}(x)) = \frac{1}{x\sqrt{x^2-1}}
  • ddx(csc1(x))=1xx21\frac{d}{dx}(\csc^{-1}(x)) = \frac{-1}{x\sqrt{x^2-1}}

So, for example, 11+x2dx=tan1(x)+C\int \frac{1}{1+x^2}\, dx = \tan^{-1}(x) + C. When you see a 1x2\sqrt{1-x^2} or 1+x21+x^2 in the denominator, think inverse trig.

Exponentials and Logarithms

Exponential and log forms appear often, so keep these handy:

exdx=ex+C\int e^x\, dx = e^x + C 1xdx=lnx+C\int \frac{1}{x}\, dx = \ln| x | + C

The 1x\frac{1}{x} rule generalizes: if the numerator is the derivative of the denominator, the antiderivative is a log. That is the f(x)f(x)dx=lnf(x)+C\int \frac{f'(x)}{f(x)}\, dx = \ln|f(x)| + C pattern, which is a u-substitution in disguise.

Long Division

Use long division on a rational function when the numerator's degree is greater than or equal to the denominator's degree. It rewrites the fraction into something you can integrate term by term.

Example:

x2+2x3x1dx\int \frac{x^2 + 2x - 3}{x - 1}\, dx

Step 1: Perform Long Division

x2+2x3x1=x+3\frac{x^2+2x-3}{x-1} = x+3

Step 2: Write the Integral as a Sum

(x+3)dx\int (x + 3)\, dx

Step 3: Integrate

(x+3)dx=12x2+3x+C\int (x + 3)\, dx = \frac{1}{2}x^2 + 3x + C

(In this case the division comes out evenly. When it does not, you get a remainder term like rx1\frac{r}{x-1} that integrates to a log.)

Completing the Square

Completing the square reshapes a quadratic so you can either use the power rule on a perfect square or set up an inverse trig or log form.

Example:

(x2+4x+4)dx\int (x^2 + 4x + 4)\, dx

Step 1: Recognize the Perfect Square The expression factors as (x+2)2(x + 2)^2.

Step 2: Rewrite the Integral

(x2+4x+4)dx=(x+2)2dx\int (x^2 + 4x + 4)\, dx = \int (x + 2)^2\, dx

Step 3: Apply the Power Rule

(x+2)2dx=(x+2)33+C\int (x + 2)^2\, dx = \frac{(x + 2)^3}{3} + C

For more on these two techniques, see 6.10 Integrating Functions Using Long Division and Completing the Square.

BC-Only Techniques

If you are taking AP Calculus BC, your toolbox also includes a few extra methods you should be ready to select:

  1. 6.11 Integrating Using Integration by Parts
  2. 6.12 Using Linear Partial Fractions
  3. 6.13 Evaluating Improper Integrals

A quick BC signal: a product of a polynomial and an exponential or log usually means integration by parts, and a rational function that does not simplify by division often calls for partial fractions.

How to Use This on the AP Calculus Exam

Choosing a Technique

Run through a quick checklist when you see an integral:

  • Is it a simple power of xx? Use the power rule.
  • Is it a known basic antiderivative (trig, exe^x, 1x\frac{1}{x})? Write it directly.
  • Is part of the integrand the derivative of another part? Try u-substitution.
  • Is it a rational function with numerator degree at least the denominator degree? Do long division first.
  • Is there an awkward quadratic? Complete the square, then look for an inverse trig or log form.
  • (BC) Product of different function types? Integration by parts. Rational function that won't divide cleanly? Partial fractions. Infinite or unbounded limits? Improper integral.

MCQ

You usually have very little time per question, so practice until recognition is automatic. Quickly eliminate methods that clearly do not fit before committing to one.

Free Response

Integrals are embedded in larger problems like accumulation, motion, area, and volume. Show a clear antiderivative, include +C+ C on indefinite integrals, and adjust limits when you substitute. For calculator-active integrals, write the full definite integral with endpoints and the differential before evaluating. Clean notation keeps your work easy to follow.

Common Trap

Reaching for a method by reflex. Glance at the structure first so you do not start u-substitution on something the power rule handles in one step.

Worked Practice Question

Find the antiderivative:

(ex+2cos(x))dx\int (e^x + 2\cos(x))\, dx

Try it before reading the solution.

Solution

Identify each term and the technique it needs:

  • Term 1: exe^x has antiderivative exe^x.
  • Term 2: 2cos(x)2\cos(x) has antiderivative 2sin(x)2\sin(x).

Integrate each term, then combine and add +C+C:

(ex+2cos(x))dx=ex+2sin(x)+C\int (e^x+2\cos(x))\, dx = e^x +2\sin(x)+C

This problem shows the core idea of the topic: split the integrand, recognize each piece, and apply the matching rule.

Common Misconceptions

  • Integration is not just "differentiation in reverse" you can do mechanically. You have to choose a strategy based on the integrand's structure, which is exactly the skill this topic targets.
  • Forgetting +C+ C on indefinite integrals. It belongs on every indefinite integral answer.
  • Skipping the limit change in u-substitution. If you switch to uu in a definite integral, either convert the bounds to uu-values or convert back to xx before plugging in.
  • Using long division too early or too late. It is needed only when the numerator's degree is at least the denominator's degree.
  • Assuming every function has a clean antiderivative. Some do not have a closed-form antiderivative, so if nothing fits neatly, recheck the structure rather than forcing a method.
  • Mixing up derivative and antiderivative forms for inverse trig. Those formulas are derivatives; you use them in reverse to recognize the matching antiderivative.

Frequently Asked Questions

What is AP Calc 6.14 about?

AP Calc 6.14 is about selecting an appropriate antidifferentiation technique from methods you already know, instead of being told which method to use.

How do you choose an antidifferentiation technique?

Start by checking the integrand structure: simple powers use the power rule, familiar trig/exponential/log forms use known antiderivatives, composite patterns suggest u-substitution, and rational functions may need long division first.

When should you use u-substitution?

Use u-substitution when part of the integrand is a function and another part is its derivative, up to a constant multiple. It is especially useful for composite functions.

When should you use long division in integration?

Use long division when integrating a rational function whose numerator degree is greater than or equal to the denominator degree. Divide first, then integrate the simpler expression.

Are integration by parts and partial fractions in AP Calc AB?

Integration by parts, partial fractions, and improper integrals are BC-only extensions in this guide. AB students should focus on AB techniques such as known antiderivatives, u-substitution, long division, and completing the square.

What is a common mistake on AP Calc 6.14?

A common mistake is forcing one favorite method. The point of Topic 6.14 is to inspect the integrand first and choose the technique that matches its structure.

Pep mascot
Upgrade your Fiveable account to print any study guide

Download study guides as beautiful PDFs See example

Print or share PDFs with your students

Always prints our latest, updated content

Mark up and annotate as you study

Click below to go to billing portal → update your plan → choose Yearly→ and select "Fiveable Share Plan". Only pay the difference

Plan is open to all students, teachers, parents, etc
Pep mascot
Upgrade your Fiveable account to export vocabulary

Download study guides as beautiful PDFs See example

Print or share PDFs with your students

Always prints our latest, updated content

Mark up and annotate as you study

Plan is open to all students, teachers, parents, etc
report an error
description

screenshots help us find and fix the issue faster (optional)

add screenshot