---
title: "AP Calc 6.14 Selecting Antidifferentiation Techniques"
description: "Review AP Calculus Topic 6.14 with selecting techniques for antidifferentiation, power rule, known antiderivatives, u-substitution, long division, completing the square, and BC-only extensions."
canonical: "https://fiveable.me/ap-calc/unit-6/selecting-techniques-for-antidifferentiation/study-guide/oTEgMFOzDwdVR7OgZzk1"
type: "study-guide"
subject: "AP Calculus AB/BC"
unit: "Unit 6 – Integration and Accumulation of Change"
lastUpdated: "2026-06-11"
---

# AP Calc 6.14 Selecting Antidifferentiation Techniques

## Summary

Review AP Calculus Topic 6.14 with selecting techniques for antidifferentiation, power rule, known antiderivatives, u-substitution, long division, completing the square, and BC-only extensions.

## Guide

## 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](/ap-calc/key-terms/integrand "fv-autolink") and decide whether to use the power rule, a known [antiderivative](/ap-calc/key-terms/antiderivative "fv-autolink"), 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](/ap-calc/unit-8/using-accumulation-functions-definite-integrals-applied-contexts/study-guide/nUlJKvXqRcsfLnVMd5fG "fv-autolink") 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](/ap-calc/unit-6/applying-properties-definite-integrals/study-guide/lUbcVbDG5QVysAn9 "fv-autolink"), 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](/ap-calc/unit-10-infinite-sequences-and-series-bc-only-/finding-taylor-polynomial-approximations-functions/study-guide/LszguYzKz0M6GdqTRSr6 "fv-autolink") of another part, especially with [composite functions](/ap-calc/key-terms/composite-function "fv-autolink").
- Use long division when a [rational function](/ap-calc/unit-1/confirming-continuity-over-an-interval/study-guide/HVxTuBB73RiPPODABBib "fv-autolink") 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$ on [indefinite integrals](/ap-calc/key-terms/indefinite-integrals "fv-autolink"), and for [definite integrals](/ap-calc/unit-6/approximating-areas-with-riemann-sums/study-guide/juN9YbvFYlJtpsMl "fv-autolink") adjust limits if you substitute.
- Many [functions](/ap-calc/unit-1/defining-continuity-at-point/study-guide/JbsR9iQfAzCznNOCG6JK "fv-autolink") have no [closed-form antiderivative](/ap-calc/unit-6/finding-antiderivatives-indefinite-integrals-basic-rules-notation/study-guide/LfLFY5mlaTKUZXe3 "fv-autolink"), so recognizing a clean technique is part of the skill.

## Power Rule for Antiderivatives

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

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

where $C$ is the [constant of integration](/ap-calc/key-terms/constant-of-integration "fv-autolink"). This is usually your first check: if the term is just a power of $x$, 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 $u$ that simplifies the integral.
2. Find $du$ (the derivative of $u$) and express $dx$ in terms of $du$.
3. Rewrite the integral in terms of $u$.
4. Integrate with respect to $u$.
5. Substitute back in terms of $x$ if needed.

For a definite integral, either change the limits to match $u$ or substitute back to $x$ 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 $\int 2x \cos(x^2)\, dx$ where $u = x^2$.

For a review, see [6.9 Integrating Using Substitution](/ap-calc/unit-6/integrating-using-1-substitution/study-guide/Oa1yaKFA8AzaadQq).

## Trigonometric Functions

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

- $\int \sin(x)\, dx = -\cos(x) + C$
- $\int \cos(x)\, dx = \sin(x) + C$
- $\int \tan(x)\, dx = -\ln|\cos(x)| + C$
- $\int \cot(x)\, dx = \ln|\sin(x)| + C$
- $\int \sec(x)\, dx = \ln|\sec(x)+\tan(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](/ap-calc/unit-6/finding-antiderivatives-and-indefinite-integrals:-basic-rules-and-notation/study-guide/LfLFY5mlaTKUZXe3).

## 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:

- $\frac{d}{dx}(\sin^{-1}(x)) = \frac{1}{\sqrt{1-x^2}}$
- $\frac{d}{dx}(\cos^{-1}(x)) = \frac{-1}{\sqrt{1-x^2}}$
- $\frac{d}{dx}(\tan^{-1}(x)) = \frac{1}{1+x^2}$
- $\frac{d}{dx}(\cot^{-1}(x)) = \frac{-1}{1+x^2}$
- $\frac{d}{dx}(\sec^{-1}(x)) = \frac{1}{x\sqrt{x^2-1}}$
- $\frac{d}{dx}(\csc^{-1}(x)) = \frac{-1}{x\sqrt{x^2-1}}$

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

## Exponentials and Logarithms

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

$$
\int e^x\, dx = e^x + C
$$

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

The $\frac{1}{x}$ rule generalizes: if the numerator is the derivative of the denominator, the antiderivative is a log. That is the $\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:

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

$$

**Step 1: Perform Long Division**

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

**Step 2: Write the Integral as a Sum**

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

**Step 3: Integrate**

$$
\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 $\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:

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

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

**Step 2: Rewrite the Integral**

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

**Step 3: Apply the Power Rule**

$$
\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](/ap-calc/unit-6/integrating-functions-using-long-division-and-completing-the-square/study-guide/ju79RFY6f5aKWjFK).

## 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](/ap-calc/unit-6/integrating-using-integration-by-parts/study-guide/O4P3LchNoZnWElf8zETV)
2. [6.12 Using Linear Partial Fractions](/ap-calc/unit-6/linear-partial-fractions/study-guide/VNjHMatlmaZoFyt7yLPH)
3. [6.13 Evaluating Improper Integrals](/ap-calc/unit-6/evaluation-improper-integrals/study-guide/DRGur03jVQG3WXLiNyuz)

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 $x$? Use the power rule.
- Is it a known basic antiderivative (trig, $e^x$, $\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](/ap-calc/unit-1/estimating-limit-values-graphs/study-guide/kafw8fkkBnVt8CdXdtH9 "fv-autolink") limits? [Improper integral](/ap-calc/key-terms/improper-integral "fv-autolink").

### 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$ on indefinite integrals, and adjust limits when you substitute. For calculator-active integrals, write the full definite integral with [endpoints](/ap-calc/unit-5/using-candidates-test-to-determine-absolute-global-extrema/study-guide/2ONEsyKKR6nyMs3UOpOZ "fv-autolink") 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:

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

Try it before reading the solution.

### Solution

Identify each term and the technique it needs:

- Term 1: $e^x$ has antiderivative $e^x$.
- Term 2: $2\cos(x)$ has antiderivative $2\sin(x)$.

Integrate each term, then combine and add $+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$ on indefinite integrals. It belongs on every [indefinite integral](/ap-calc/key-terms/indefinite-integral "fv-autolink") answer.
- Skipping the limit change in u-substitution. If you switch to $u$ in a definite integral, either convert the bounds to $u$-values or convert back to $x$ 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.

## Related AP Calculus Guides

- [Unit 6 Overview: Integration and Accumulation of Change](/ap-calc/unit-6/review/study-guide/GcRakhgwYqAcIAg0y7WB)
- [6.11 Integrating Using Integration by Parts](/ap-calc/unit-6/integrating-using-integration-by-parts/study-guide/O4P3LchNoZnWElf8zETV)
- [6.1 Integration and Accumulation of Change](/ap-calc/unit-6/integration-accumulation-change/study-guide/NWRV9MaRJO4Eno32l5Xp)
- [6.12 Integrating Using Linear Partial Fractions](/ap-calc/unit-6/using-linear-partial-fractions/study-guide/VNjHMatlmaZoFyt7yLPH)
- [6.4 The Fundamental Theorem of Calculus and Accumulation Functions](/ap-calc/unit-6/fundamental-theorem-calculus-accumulation-functions/study-guide/TyDEzN9M5wieA4Kw)
- [6.5 Interpreting the Behavior of Accumulation Functions Involving Area](/ap-calc/unit-6/interpreting-behavior-accumulation-functions-involving-area/study-guide/uVNoabC47nUgOdjr)

## FAQs

### 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.

## Structured Data

```json
{"@context":"https://schema.org","@type":"FAQPage","inLanguage":"en","mainEntity":[{"@type":"Question","@id":"https://fiveable.me/ap-calc/unit-6/selecting-techniques-for-antidifferentiation/study-guide/oTEgMFOzDwdVR7OgZzk1#what-is-ap-calc-614-about","name":"What is AP Calc 6.14 about?","acceptedAnswer":{"@type":"Answer","text":"AP Calc 6.14 is about selecting an appropriate antidifferentiation technique from methods you already know, instead of being told which method to use."}},{"@type":"Question","@id":"https://fiveable.me/ap-calc/unit-6/selecting-techniques-for-antidifferentiation/study-guide/oTEgMFOzDwdVR7OgZzk1#how-do-you-choose-an-antidifferentiation-technique","name":"How do you choose an antidifferentiation technique?","acceptedAnswer":{"@type":"Answer","text":"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."}},{"@type":"Question","@id":"https://fiveable.me/ap-calc/unit-6/selecting-techniques-for-antidifferentiation/study-guide/oTEgMFOzDwdVR7OgZzk1#when-should-you-use-u-substitution","name":"When should you use u-substitution?","acceptedAnswer":{"@type":"Answer","text":"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."}},{"@type":"Question","@id":"https://fiveable.me/ap-calc/unit-6/selecting-techniques-for-antidifferentiation/study-guide/oTEgMFOzDwdVR7OgZzk1#when-should-you-use-long-division-in-integration","name":"When should you use long division in integration?","acceptedAnswer":{"@type":"Answer","text":"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."}},{"@type":"Question","@id":"https://fiveable.me/ap-calc/unit-6/selecting-techniques-for-antidifferentiation/study-guide/oTEgMFOzDwdVR7OgZzk1#are-integration-by-parts-and-partial-fractions-in-ap-calc-ab","name":"Are integration by parts and partial fractions in AP Calc AB?","acceptedAnswer":{"@type":"Answer","text":"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."}},{"@type":"Question","@id":"https://fiveable.me/ap-calc/unit-6/selecting-techniques-for-antidifferentiation/study-guide/oTEgMFOzDwdVR7OgZzk1#what-is-a-common-mistake-on-ap-calc-614","name":"What is a common mistake on AP Calc 6.14?","acceptedAnswer":{"@type":"Answer","text":"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."}}]}
```
