Fiveable

♾️AP Calculus AB/BC Unit 6 Review

QR code for AP Calculus AB/BC practice questions

6.9 Integrating Using Substitution

6.9 Integrating Using Substitution

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

U-substitution, also called change of variables, is the integration technique that reverses the chain rule. You pick an inner function u=g(x)u=g(x), replace its derivative factor with dudu, integrate in terms of uu, and then switch back to xx or update the limits for a definite integral. For AP Calculus, make every part of the integral use either uu-values or xx-values before evaluating.

Why This Matters for the AP Calculus Exam

Substitution shows up across Unit 6, which carries one of the larger weightings on both the AB and BC exams. It is the most common antiderivative technique you will reach for, and you need to recognize when an integrand is a factor of a chain-rule derivative without being told to substitute. On both multiple-choice and free-response questions, fast and accurate substitution lets you evaluate integrals that come up inside accumulation problems, area and volume setups, differential equations, and motion problems later in the course.

When you evaluate a definite integral by hand, present a correct antiderivative and use clear notation. Include the constant of integration with indefinite integrals, watch your parentheses, and avoid stringing together equal signs between expressions that are not actually equal. This keeps your work readable and easy to follow.

Key Takeaways

  • U-substitution reverses the chain rule: look for an integrand in the form f(g(x))g(x)f(g(x)) \cdot g'(x).
  • Choose u=g(x)u = g(x) so that g(x)g'(x) (or a constant multiple of it) already appears in the integrand.
  • Find du=g(x)dxdu = g'(x)\,dx, then replace every xx-piece so the integral is fully in terms of uu.
  • For a definite integral, either change the limits to uu-values or back-substitute to xx before using the original limits. Do not mix the two.
  • After integrating in uu, back-substitute to xx for indefinite integrals and add +C+C.
  • If the derivative factor is off by only a constant, factor that constant out front; if it is off by a variable factor, substitution alone will not work.

How U-Substitution Works

Substitution replaces part of the integrand with a new variable to turn a messy integral into one you recognize. You usually choose the new variable based on an inner function whose derivative is already present in the integral.

Recall the Chain Rule: ddx(f(g(x)))=f(g(x))g(x)\frac{d}{dx}(f(g(x)))=f'(g(x))\cdot g'(x) Since antidifferentiation reverses differentiation, u-substitution works as the reverse of the chain rule. You identify an inner expression whose derivative also shows up in the integrand, which is exactly the pattern the chain rule produces.

Problem Solving

The step-by-step process:

  1. Identify the inner function. Look for an expression, often inside a root, a trig function, an exponent, or a denominator, whose derivative also appears in the integrand.
  2. Choose the new variable. Set uu equal to that inner function.
  3. Differentiate. Find dudx\frac{du}{dx} and solve for dudu. Don't forget the chain rule here.
  4. Rewrite the integral. Substitute uu and dudu so the whole integral is in terms of uu. For a definite integral, you can change the limits of integration to uu-values now.
  5. Simplify. Make sure no xx remains. The integral should now match a basic antiderivative form.
  6. Evaluate. Integrate with respect to uu.
  7. Back-substitute. Replace uu with the original expression in xx and add +C+C for indefinite integrals. If you already changed the limits, just evaluate at the new uu-bounds.

This technique takes practice, but once you internalize the pattern it becomes one of your fastest tools.

U-Substitution Practice Problems

1) Basic Substitution with an Indefinite Integral

Evaluate: 2xcos(x2)dx\int 2x\cos(x^2)\,dx

Identify the inner function. You can integrate 2x2x and cos(x)\cos(x) on their own, but cos(x2)\cos(x^2) is harder because of the inner function x2x^2. That inner function is what you want to replace.

Choose the new variable. u=x2u = x^2

Differentiate. dudx=2xdu=2xdx\frac{du}{dx} = 2x \quad\Rightarrow\quad du = 2x\,dx Notice that 2xdx2x\,dx already appears in the integral.

Rewrite the integral. cos(x2)2xdx=cos(u)du\int \cos(x^2)\,2x\,dx = \int \cos(u)\,du

Evaluate. cos(u)du=sin(u)+C\int \cos(u)\,du = \sin(u) + C

Back-substitute. 2xcos(x2)dx=sin(x2)+C\int 2x\cos(x^2)\,dx = \sin(x^2) + C

2) Substitution with a Definite Integral

Evaluate: 122x(x2+1)2dx\int_{1}^{2}\frac{2x}{(x^2+1)^2}\,dx

There are two valid approaches with definite integrals:

  1. Change the limits of integration as you substitute, or
  2. Back-substitute to xx before evaluating with the original limits.

Both give the same answer, so use whichever feels cleaner.

Identify the inner function. The expression x2+1x^2 + 1 works, since its derivative 2x2x is present in the integrand.

Choose the new variable and differentiate. u=x2+1u = x^2 + 1 du=2xdxdu = 2x\,dx

Method 1: Changing the Limits of Integration

Convert both bounds to uu-values using u=x2+1u = x^2 + 1.

Lower bound: x=1u=(1)2+1=2x = 1 \Rightarrow u = (1)^2 + 1 = 2 Upper bound: x=2u=(2)2+1=5x = 2 \Rightarrow u = (2)^2 + 1 = 5

Substitute the new bounds and the uu-expression: 251u2du=25u2du\int_{2}^{5} \frac{1}{u^2}\,du = \int_{2}^{5} u^{-2}\,du =1u25= \left. \frac{-1}{u} \right|_{2}^{5}

Since everything is already in terms of uu, evaluate directly: 1u25=(15)(12)\left. \frac{-1}{u} \right|_{2}^{5} = \left( \frac{-1}{5} \right) - \left( \frac{-1}{2} \right)

So: 122x(x2+1)2dx=310\int_{1}^{2}\frac{2x}{(x^2+1)^2}\,dx = \frac{3}{10}

Method 2: Substituting Back

Here you temporarily set the bounds aside, then restore them at the end. Since the rewritten integral is in terms of uu, leave off the xx-bounds for now: 1u2du=u2du=1u\int \frac{1}{u^2}\,du = \int u^{-2}\,du = \frac{-1}{u}

Replace uu with its original expression: 1u=1x2+1\frac{-1}{u} = \frac{-1}{x^2+1}

Now the antiderivative is in terms of xx, so apply the original limits: 1x2+112=15(12)\left.\frac{-1}{x^2+1}\right|_1^{2} = \frac{-1}{5} - \left(\frac{-1}{2}\right)

So: 122x(x2+1)2dx=310\int_{1}^{2}\frac{2x}{(x^2+1)^2}\,dx = \frac{3}{10}

Both methods reach the same value, which is a good way to check yourself.

How to Use This on the AP Calculus Exam

MCQ

Many multiple-choice integrals are designed to test whether you spot the substitution quickly. Scan for an inner function whose derivative (up to a constant) is already in the integrand. If you can match the f(g(x))g(x)f(g(x))\cdot g'(x) pattern, substitution is usually the intended path.

Free Response

When a free-response integral requires substitution by hand, write a correct antiderivative and show the substitution clearly. Add +C+C on indefinite integrals, keep parentheses tidy, and avoid equal-sign chains between unequal expressions. For definite integrals, either change the limits or back-substitute, but be explicit about which one you did.

Common Trap

If your dudu is off by only a constant factor, you can fix it by multiplying and dividing by that constant. If it is off by a variable factor that you cannot account for, plain substitution will not finish the integral, and you need a different approach.

Common Misconceptions

  • Integration is not just differentiation in reverse order. You have to recognize structure and choose a strategy; you can't blindly undo steps.
  • Forgetting to change dxdx to dudu. You must replace the differential, not just swap the inner function. Every xx, including dxdx, has to become a uu-expression.
  • Leaving the limits in xx after changing variables. If you switch to uu and keep the original xx-bounds, you will evaluate at the wrong numbers. Either convert the limits to uu or back-substitute first.
  • Substituting when the derivative factor isn't there. If g(x)g'(x) is missing and can't be created by adjusting a constant, uu-substitution alone won't work.
  • Dropping the constant of integration. Indefinite integrals need +C+C; only definite integrals skip it.
  • Mixing the two definite-integral methods. Pick changing the limits or back-substituting, not a blend of both.

Vocabulary

The following words are mentioned explicitly in the College Board Course and Exam Description for this topic.

Term

Definition

antiderivative

Functions whose derivative equals a given function; the reverse process of differentiation.

definite integral

The integral of a function over a specific interval [a, b], representing the net signed area between the curve and the x-axis.

indefinite integral

Antiderivatives of a function, represented as ∫f(x)dx = F(x) + C, where C is an arbitrary constant.

integrands

The function being integrated in an integral expression.

limits of integration

The upper and lower bounds of a definite integral that must be adjusted when using substitution of variables.

substitution of variables

A technique for finding antiderivatives by replacing a variable or expression with a new variable to simplify the integrand.

Frequently Asked Questions

What is u-substitution?

U-substitution is an integration technique that reverses the chain rule. You set u equal to an inner function, replace its derivative with du, integrate in terms of u, and then finish in the correct variable.

How do you choose u in integration by substitution?

Choose u as an inner function whose derivative, or a constant multiple of its derivative, already appears elsewhere in the integrand.

When should I change bounds in u-substitution?

For definite integrals, change the bounds if you plan to keep the entire evaluation in terms of u. If you back-substitute to x before evaluating, keep the original x-bounds.

What is the most common mistake with u-substitution?

A common mistake is changing the integrand to u but leaving some x-term, dx, or original bound behind. After substitution, the integral should be completely in one variable.

How is integration by substitution tested on the AP Calculus exam?

You may need to recognize a substitution quickly in multiple choice or show clear substitution steps in free response, especially for accumulation, area, motion, and differential equation contexts.

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