Study Guide

Integration by substitution (u-sub)

AP Calculus ABΒ· AP Calculus AB CED β€” Integration and Accumulation of ChangeΒ· 14 min read

1. What Is Integration by Substitution (u-sub)?β˜…β˜†β˜†β˜†β˜†β± 3 min

Integration by substitution (commonly shortened to u-sub) is the core advanced integration technique for AP Calculus AB, designed explicitly to reverse the chain rule from differentiation. Per the AP CED, this topic accounts for 10-15% of Unit 6 weight, and you can expect 2-3 MCQ questions and at least one FRQ part requiring u-sub on every full AP exam.

The method works by rewriting a complicated integral of a composite function in terms of a new variable , which is chosen to be the inner function of the composite. This turns an unfamiliar integral into a basic integral you already know how to solve.

πŸ“˜ Definition

Integration by substitution (u-sub)

where is the inner composite function

A change-of-variable integration technique that reverses the chain rule, rewriting integrals of composite functions into simpler solvable integrals. Also called reverse chain rule integration.

2. U-Substitution for Indefinite Integralsβ˜…β˜…β˜†β˜†β˜†β± 4 min

U-sub reverses the chain rule relationship. For a composite function , the chain rule gives:

fβ€²(x)=gβ€²(h(x))β‹…hβ€²(x)f'(x) = g'(h(x)) \cdot h'(x)

For an integral of the form , set , so . Substituting gives:

∫gβ€²(u)du=g(u)+C=g(h(x))+C\int g'(u) du = g(u) + C = g(h(x)) + C

If you are only missing a constant coefficient, you can adjust by rearranging the differential and factoring the reciprocal constant out of the integral. Non-constant adjustments are never required on AP Calculus AB.

πŸ“ Worked Example

Find the indefinite integral

  1. 1

    Identify the inner function of the composite:

  2. 2
    u=2x2βˆ’5u = 2x^2 - 5
  3. 3

    Compute the differential and rearrange to match the integrand:

  4. 4
    dudx=4xβ€…β€ŠβŸΉβ€…β€Šdu=4xdxβ€…β€ŠβŸΉβ€…β€Š6xdx=32du\frac{du}{dx} = 4x \implies du = 4x dx \implies 6x dx = \frac{3}{2} du
  5. 5

    Rewrite the integral entirely in terms of :

  6. 6
    ∫(2x2βˆ’5)4β‹…6xdx=32∫u4du\int (2x^2 -5)^4 \cdot 6x dx = \frac{3}{2} \int u^4 du
  7. 7

    Integrate with respect to :

  8. 8
    32β‹…u55+C=3u510+C\frac{3}{2} \cdot \frac{u^5}{5} + C = \frac{3u^5}{10} + C
  9. 9

    Substitute back to for the final answer:

  10. 10
    3(2x2βˆ’5)510+C\frac{3(2x^2 - 5)^5}{10} + C

Exam tip:

Always substitute back to the original variable for indefinite integrals. AP exam graders will deduct full points for a correct antiderivative left in terms of .

3. U-Substitution for Definite Integrals (Changing Bounds)β˜…β˜…β˜†β˜†β˜†β± 4 min

For definite integrals, you can either substitute back to after integrating, or change the bounds of integration to match , which eliminates back-substitution entirely. The bounds-changing method is faster and less error-prone on the AP exam, so it is the recommended approach.

When changing bounds for , after setting , calculate the lower -bound as and the upper -bound as . The integral becomes:

∫h(a)h(b)f(u)du\int_{h(a)}^{h(b)} f(u) du

You integrate directly with respect to and evaluate, with no back-substitution needed. This method is especially common for AP MCQ where you only need the final numerical value.

πŸ“ Worked Example

Evaluate the definite integral

  1. 1

    Choose the inner function as the exponent of the composite exponential:

  2. 2
    u=x2u = x^2
  3. 3

    Compute the differential and adjust for the constant coefficient:

  4. 4
    du=2xdxβ€…β€ŠβŸΉβ€…β€Š4xdx=2dudu = 2x dx \implies 4x dx = 2 du
  5. 5

    Change the bounds of integration to match :

  6. 6
    x=1β€…β€ŠβŸΉβ€…β€Šu=12=1;x=3β€…β€ŠβŸΉβ€…β€Šu=32=9x=1 \implies u = 1^2 = 1; \quad x=3 \implies u = 3^2 = 9
  7. 7

    Rewrite and integrate in terms of :

  8. 8
    2∫19eudu=2[eu]192 \int_{1}^{9} e^u du = 2 \left[ e^u \right]_1^9
  9. 9

    Evaluate using the Fundamental Theorem of Calculus:

  10. 10
    2(e9βˆ’e1)=2e9βˆ’2e2(e^9 - e^1) = 2e^9 - 2e

Exam tip:

Write down your new u-bounds immediately after setting , before you rewrite the integral. This eliminates the common mistake of accidentally using the original x-bounds when integrating with respect to .

4. U-Choice Strategy for Non-Linear Inner Functionsβ˜…β˜…β˜…β˜†β˜†β± 3 min

Most u-sub problems on the AP exam use non-linear inner functions, so having a consistent strategy for choosing is critical. The number one rule of thumb for AP AB: if you see a function and its derivative (up to a constant multiple) in the integrand, the function is your .

Common non-linear inner functions tested on AP AB include powers of trigonometric functions, logarithms, polynomials under roots, and exponential functions. If you end up needing a non-constant term of to complete , you have almost certainly chosen the wrong .

πŸ“ Worked Example

Find the indefinite integral

  1. 1

    Identify that raised to a power has derivative (up to a constant), so set:

  2. 2
    u=tan⁑(2x)u = \tan(2x)
  3. 3

    Compute the differential and adjust for the constant:

  4. 4
    dudx=2sec⁑2(2x)β€…β€ŠβŸΉβ€…β€Š12du=sec⁑2(2x)dx\frac{du}{dx} = 2 \sec^2(2x) \implies \frac{1}{2} du = \sec^2(2x) dx
  5. 5

    Simplify the original integrand and substitute:

  6. 6
    2∫tan⁑2(2x)sec⁑2(2x)dx=2∫u2β‹…12du=∫u2du2 \int \tan^2(2x) \sec^2(2x) dx = 2 \int u^2 \cdot \frac{1}{2} du = \int u^2 du
  7. 7

    Integrate and substitute back to :

  8. 8
    u33+C=tan⁑3(2x)3+C\frac{u^3}{3} + C = \frac{\tan^3(2x)}{3} + C
πŸ“ Worked Example

The marginal profit of a small bakery selling loaves of bread is , measured in hundreds of dollars per loaf. What is the total change in profit when increasing production from 10 loaves to 20 loaves? Round to the nearest whole dollar.

  1. 1

    Total change in profit is the integral of marginal profit over the interval:

  2. 2
    Total Change=∫10202qq2+100dq\text{Total Change} = \int_{10}^{20} \frac{2q}{q^2 + 100} dq
  3. 3

    The denominator is a function whose derivative is in the numerator, so set:

  4. 4
    u=q2+100β€…β€ŠβŸΉβ€…β€Šdu=2qdqu = q^2 + 100 \implies du = 2q dq
  5. 5

    Change bounds to match :

  6. 6
    q=10β€…β€ŠβŸΉβ€…β€Šu=200;q=20β€…β€ŠβŸΉβ€…β€Šu=500q=10 \implies u=200; \quad q=20 \implies u=500
  7. 7

    Integrate and evaluate:

  8. 8
    ∫2005001udu=[ln⁑u]200500=ln⁑(500200)=ln⁑(2.5)β‰ˆ0.9163\int_{200}^{500} \frac{1}{u} du = \left[ \ln u \right]_{200}^{500} = \ln\left(\frac{500}{200}\right) = \ln(2.5) \approx 0.9163
  9. 9

    Convert units (hundreds of dollars) for the final answer:

  10. 10

    , so total profit increases by approximately $92.

βœ“ Quick check

Test your understanding of definite u-sub:

  1. Evaluate . Which is the correct value?

    Reveal answer
    A β€”

    Correct. Set , which gives bounds from 0 to 2, leading to . Distractors come from incorrect bounds or back-substitution errors.

Exam tip:

Never change your to adjust for a missing constant factor. Just rearrange the differential to get the correct multiple of , and factor the constant out of the integral. Changing for a constant will always introduce unnecessary errors.

5. Common Pitfalls

Wrong move:

Leaving indefinite integrals in terms of instead of substituting back to

Why:

Students get used to the bounds-changing method for definite integrals and forget that indefinite integrals require an answer in the original variable

Correct move:

Always replace with its original expression in before writing your final answer for an indefinite integral

Wrong move:

Keeping the original -bounds when integrating a definite integral in terms of

Why:

Students rush and skip the step of calculating new bounds, or forget that the variable of integration changed

Correct move:

Immediately after setting , write down the new lower and upper bounds for next to your work, before you rewrite the integral

Wrong move:

Choosing as the outer function instead of the inner function of the composite

Why:

Students memorize "pick the complicated part" but misidentify which part is the inner composite

Correct move:

For any composite , is always , the inner function

Wrong move:

When , writing instead of

Why:

Students mix up algebra when rearranging the differential equation

Correct move:

Always write first, then rearrange term by term to get in terms of

Wrong move:

Adding the constant of integration before integrating, resulting in an extra factor of

Why:

Students rush and add too early, incorrectly treating it as a variable

Correct move:

Add the single constant once, immediately after integrating with respect to , before substituting back to

6. Quick Reference Cheatsheet

Category

Rule / Formula

Notes

Core Reverse Chain Rule

Applies to any composite function

U-Substitution Definition

is always the inner function of the composite

Indefinite U-Sub Step

Always substitute back to for final answer

Definite U-Sub (Change Bounds)

No back-substitution needed after integration

Constant Adjustment

If , then

Only constant factors need adjustment on AP AB

Power Composite U-Choice

Works for all constant

Log/Exp U-Choice

;

Derivatives simplify perfectly for substitution

Trig Composite U-Choice

;

Watch for the negative sign when adjusting for cosine

When this came up on past exams

AI-estimated based on syllabus patterns β€” cross-check with official past papers for accuracy. Use only as revision-focus signals.

  • 2025 Β· AP Calculus AB

    3 MCQ, 1 FRQ part

  • 2024 Β· AP Calculus AB

    Marginal profit application question

Going deeper

  • parent_unitUnit 6 Integration and Accumulation of Change OverviewFull unit curriculum overview

What's Next

U-substitution is the foundational integration technique for all more advanced integration concepts on the AP Calculus AB syllabus. Next, you will apply u-substitution to find net area, the area between curves, and volumes of revolution, where you must integrate composite functions correctly to earn full points. Without mastering u-sub steps like changing bounds and adjusting for constants, you will not be able to solve these application problems correctly. U-sub also underpins understanding of the Fundamental Theorem of Calculus with variable bounds, a common heavily tested topic on the AP exam, and is required for almost all application of integration problems in Unit 6 and Unit 8 of the AP CED.