---
title: "U-Substitution — AP Calc Definition & Exam Guide"
description: "U-substitution reverses the chain rule to simplify integrals by swapping in a new variable u. Essential for Unit 6 and tested heavily on AP Calc AB and BC."
canonical: "https://fiveable.me/ap-calc/key-terms/u-substitution"
type: "key-term"
subject: "AP Calculus AB/BC"
unit: "Unit 6"
---

# U-Substitution — AP Calc Definition & Exam Guide

## Definition

U-substitution is an antidifferentiation technique in AP Calculus (Topic 6.9) where you replace part of the integrand with a new variable u, rewriting the integral in a simpler form. It works by reversing the chain rule, and for definite integrals you must also change the limits of integration.

## What It Is

U-substitution is the chain rule run backwards. When you differentiated a [composite function](/ap-calc/key-terms/composite-function "fv-autolink") in [Unit 3](/ap-calc/unit-3 "fv-autolink"), the chain rule spit out an "inside function" times the derivative of that inside. U-substitution spots that pattern inside an integral and undoes it. You set u equal to the inside function, compute du, and rewrite the entire integral in terms of u so it becomes one you actually know how to antidifferentiate.

The CED frames this under learning objective 6.9.A, which asks you to handle "[integrands](/ap-calc/unit-6/integrating-using-integration-by-parts/study-guide/O4P3LchNoZnWElf8zETV "fv-autolink") requiring substitution or rearrangements into equivalent forms" for both indefinite and definite integrals. The big definite-integral catch comes straight from the essential knowledge. When you substitute variables in a definite integral, you must also convert the limits of integration into u-values (or substitute back to x before plugging in). For example, in ∫₀² x√(3x² + 7) dx, setting u = 3x² + 7 means your new limits become u = 7 and u = 19, not 0 and 2.

## Why It Matters

U-substitution lives in [Unit 6](/ap-calc/unit-6 "fv-autolink") (Integration and Accumulation of Change), specifically Topic 6.9, and it supports learning objective 6.9.A. It's the single most-used integration technique on the AP exam, and on the AB exam it's essentially THE technique beyond basic [antiderivative](/ap-calc/key-terms/antiderivative "fv-autolink") rules. Topic 6.14 (Selecting Techniques for Antidifferentiation) then tests whether you can recognize when substitution is the right tool versus simple rewriting or completing the square. If you can't run u-sub cleanly, large chunks of Units 6 through 8 (area, volume, differential equations) become inaccessible, because those problems hand you integrals that need substitution before anything else can happen.

## Connections

### Chain Rule (Unit 3)

U-substitution is literally the chain rule in reverse. The chain rule produces f'(g(x)) · g'(x) when you differentiate; u-sub hunts for that exact "function and its derivative" pairing inside an [integrand](/ap-calc/key-terms/integrand "fv-autolink") and unwinds it. If you can spot composite functions when differentiating, you already have the eye for choosing u.

### Selecting Techniques for Antidifferentiation (Unit 6)

[Topic 6.14](/ap-calc/unit-6/selecting-techniques-for-antidifferentiation/study-guide/oTEgMFOzDwdVR7OgZzk1 "fv-autolink") is the decision-making layer. Before computing anything, you ask whether the integral needs substitution, algebraic rearrangement, or just a basic rule. The telltale sign for u-sub is a function nested inside another with its derivative (up to a constant) sitting nearby as a factor.

### Integration by Parts (Unit 6, BC only)

On the BC exam, u-sub competes with integration by parts for the same job. [Substitution](/ap-calc/unit-6/integrating-functions-using-long-division-completing-square/study-guide/ju79RFY6f5aKWjFK "fv-autolink") handles composite functions where the derivative of the inside appears; parts handles products of unrelated functions like x·eˣ. Try substitution first since it's faster when it works.

### [Constant of Integration (Unit 6)](/ap-calc/key-terms/constant-of-integration)

Indefinite u-sub problems still end with + C, and you must substitute back to x for your final answer. Leaving an answer in terms of u, or dropping the + C, costs points even when every other step is right.

## On the AP Exam

Multiple-choice questions test u-sub in two ways. Some ask you to recognize which integral requires substitution, like a stem listing four integrals where only one has the composite structure. Others make you execute it, such as rewriting ∫√(3x+7) dx with u = 3x + 7, or evaluating a definite integral like ∫₀² x√(3x² + 7) dx where the x out front signals that u = 3x² + 7 will work. The classic trap answers come from forgetting to change the limits of integration or from mishandling the constant when du = 6x dx but you only have x dx. On FRQs, u-substitution rarely gets named in the prompt, but it shows up as a required step inside area, volume, and accumulation problems. The rubric awards the antiderivative, so a botched substitution loses you that point and usually the answer point too.

## U-Substitution vs Integration by Parts

Both swap an integral for an easier one, but they target different structures. U-substitution works on composite functions where the inside function's derivative appears as a factor, like x·cos(x²). Integration by parts (BC only) works on products of two unrelated functions, like x·cos(x), where no inside-derivative pairing exists. Quick check: if differentiating part of the integrand produces another part of it, that's u-sub territory.

## Key Takeaways

- U-substitution reverses the chain rule by setting u equal to an inside function whose derivative appears (up to a constant) elsewhere in the integrand.
- For definite integrals, you must convert the limits of integration into u-values, or substitute back to x before evaluating. This is stated directly in the CED's essential knowledge for 6.9.A.
- Choose u as the inside of the composite function. In ∫√(3x+7) dx, set u = 3x + 7, the expression under the radical.
- If du is off by a constant factor, fix it with algebra (multiply and divide by the constant). If it's off by a variable factor, u-sub won't work and you need a different approach.
- For indefinite integrals, always substitute back to the original variable and include + C in your final answer.
- Topic 6.14 tests recognition, so before computing, scan the integrand for a function-and-its-derivative pair as your signal to use substitution.

## FAQs

### What is u-substitution in AP Calculus?

U-substitution is an integration technique (Topic 6.9, learning objective 6.9.A) where you replace an inside function with a new variable u, rewrite the integral in terms of u and du, and antidifferentiate the simpler result. It's the reverse of the chain rule from Unit 3.

### Do you have to change the limits of integration when using u-substitution?

Yes, if you stay in terms of u. The CED's essential knowledge says substitution in a definite integral requires corresponding changes to the limits. For ∫₀² x√(3x² + 7) dx with u = 3x² + 7, the limits become 7 and 19. Alternatively, substitute back to x first and keep the original limits.

### How do I know when to use u-substitution instead of integration by parts?

Look for a composite function whose inside derivative appears as a factor. ∫x·cos(x²) dx is u-sub because the x matches the derivative of x². ∫x·cos(x) dx has no such pairing, so it needs integration by parts (BC only). On the AB exam, u-sub is your main tool since parts isn't tested.

### How do I pick what u should be?

Set u equal to the inside function of the composition. Common picks are the expression under a radical, the exponent of e, the argument of a trig function, or the inside of a power. In ∫√(3x+7) dx, u = 3x + 7 because it sits under the square root.

### Is u-substitution on the AP Calc AB exam?

Yes. It's Topic 6.9 in Unit 6 and tested on both AB and BC, in multiple choice and embedded in free-response problems. On AB it's the most advanced integration technique tested, while BC adds integration by parts and partial fractions on top of it.

## Related Study Guides

- [Unit 6 Overview: Integration and Accumulation of Change](/ap-calc/unit-6/review/study-guide/GcRakhgwYqAcIAg0y7WB)
- [AP Calculus AB Exam Guide](/ap-calc/study-tools/2024-ap-calculus-ab-exam-guide/study-guide/QJuGJ5Vt4ua1EGlCbiiV)
- [6.14 Selecting Techniques for Antidifferentiation (AB)](/ap-calc/unit-6/selecting-techniques-for-antidifferentiation/study-guide/oTEgMFOzDwdVR7OgZzk1)

## Structured Data

```json
{"@context":"https://schema.org","@graph":[{"@type":"LearningResource","@id":"https://fiveable.me/ap-calc/key-terms/u-substitution#resource","name":"U-Substitution — AP Calc Definition & Exam Guide","url":"https://fiveable.me/ap-calc/key-terms/u-substitution","learningResourceType":"Concept explainer","educationalLevel":"AP® / High School","about":{"@id":"https://fiveable.me/ap-calc/key-terms/u-substitution#term"},"audience":{"@type":"EducationalAudience","educationalRole":"student"},"isPartOf":{"@type":"Collection","name":"AP Calculus AB/BC Key Terms","url":"https://fiveable.me/ap-calc/key-terms"},"publisher":{"@type":"Organization","name":"Fiveable","url":"https://fiveable.me"}},{"@type":"DefinedTerm","@id":"https://fiveable.me/ap-calc/key-terms/u-substitution#term","name":"U-Substitution","description":"U-substitution is an antidifferentiation technique in AP Calculus (Topic 6.9) where you replace part of the integrand with a new variable u, rewriting the integral in a simpler form. It works by reversing the chain rule, and for definite integrals you must also change the limits of integration.","url":"https://fiveable.me/ap-calc/key-terms/u-substitution","inDefinedTermSet":{"@type":"DefinedTermSet","name":"AP Calculus AB/BC Key Terms","url":"https://fiveable.me/ap-calc/key-terms"}},{"@type":"FAQPage","mainEntity":[{"@type":"Question","name":"What is u-substitution in AP Calculus?","acceptedAnswer":{"@type":"Answer","text":"U-substitution is an integration technique (Topic 6.9, learning objective 6.9.A) where you replace an inside function with a new variable u, rewrite the integral in terms of u and du, and antidifferentiate the simpler result. It's the reverse of the chain rule from Unit 3."}},{"@type":"Question","name":"Do you have to change the limits of integration when using u-substitution?","acceptedAnswer":{"@type":"Answer","text":"Yes, if you stay in terms of u. The CED's essential knowledge says substitution in a definite integral requires corresponding changes to the limits. For ∫₀² x√(3x² + 7) dx with u = 3x² + 7, the limits become 7 and 19. Alternatively, substitute back to x first and keep the original limits."}},{"@type":"Question","name":"How do I know when to use u-substitution instead of integration by parts?","acceptedAnswer":{"@type":"Answer","text":"Look for a composite function whose inside derivative appears as a factor. ∫x·cos(x²) dx is u-sub because the x matches the derivative of x². ∫x·cos(x) dx has no such pairing, so it needs integration by parts (BC only). On the AB exam, u-sub is your main tool since parts isn't tested."}},{"@type":"Question","name":"How do I pick what u should be?","acceptedAnswer":{"@type":"Answer","text":"Set u equal to the inside function of the composition. Common picks are the expression under a radical, the exponent of e, the argument of a trig function, or the inside of a power. In ∫√(3x+7) dx, u = 3x + 7 because it sits under the square root."}},{"@type":"Question","name":"Is u-substitution on the AP Calc AB exam?","acceptedAnswer":{"@type":"Answer","text":"Yes. It's Topic 6.9 in Unit 6 and tested on both AB and BC, in multiple choice and embedded in free-response problems. On AB it's the most advanced integration technique tested, while BC adds integration by parts and partial fractions on top of it."}}]},{"@type":"BreadcrumbList","itemListElement":[{"@type":"ListItem","position":1,"name":"AP Calculus AB/BC","item":"https://fiveable.me/ap-calc"},{"@type":"ListItem","position":2,"name":"Key Terms","item":"https://fiveable.me/ap-calc/key-terms"},{"@type":"ListItem","position":3,"name":"Unit 6","item":"https://fiveable.me/ap-calc/unit-6"},{"@type":"ListItem","position":4,"name":"U-Substitution"}]}]}
```
