Study Guide

Integration by substitution (u-substitution)

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

1. What is U-Substitution?β˜…β˜†β˜†β˜†β˜†β± 2 min

Integration by substitution (commonly called u-substitution) is the core technique for integrating composite functions, and it is the inverse of the chain rule for differentiation. It rewrites complex integrands into a form that matches the standard library of basic antiderivatives for power, trigonometric, exponential, and logarithmic functions.

This topic makes up 17–20% of your total AP Calculus BC exam score as part of Unit 6, and it is a prerequisite for all advanced integration techniques covered in BC, including integration by parts, trigonometric substitution, and partial fractions.

πŸ“˜ Definition

U-Substitution

A change of variables technique that reverses the chain rule to simplify integration of composite functions, also called the reverse chain rule.

2. Indefinite U-Substitution for Composite Functionsβ˜…β˜…β˜†β˜†β˜†β± 3 min

Indefinite u-substitution is used to find the general antiderivative (with constant of integration) of a composite function. It follows directly from reversing the chain rule:

ddx[f(g(x))]=fβ€²(g(x))β‹…gβ€²(x)\frac{d}{dx}\left[f(g(x))\right] = f'(g(x)) \cdot g'(x)

Integrating both sides gives the core identity:

∫fβ€²(g(x))gβ€²(x)dx=f(g(x))+C\int f'(g(x)) g'(x) dx = f(g(x)) + C

To apply substitution, set , the inner function of the composite. By the chain rule, , which rearranges to . Substituting simplifies the integral to , which you can integrate with basic rules, then substitute back to get the final result in terms of . The key requirement is that all -terms must be replaced with -terms after substitution.

πŸ“ Worked Example

Evaluate

  1. 1

    Identify the inner composite function: the argument of cosine is , so set .

  2. 2

    Calculate :

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

    This exactly matches the remaining terms in the integrand. Substitute into the original integral:

    ∫cos⁑(x2+3)β‹…2xdx=∫cos⁑(u)du\int \cos(x^2 + 3) \cdot 2x dx = \int \cos(u) du
  4. 4

    Integrate with respect to :

    ∫cos⁑(u)du=sin⁑(u)+C\int \cos(u) du = \sin(u) + C
  5. 5

    Substitute back to get the final antiderivative in terms of :

    sin⁑(x2+3)+C\sin(x^2 + 3) + C
  6. 6

    Differentiating the result confirms it matches the original integrand.

3. Definite U-Substitution and Changing Limitsβ˜…β˜…β˜†β˜†β˜†β± 3 min

For definite integrals, the most efficient approach (and the one expected on the AP exam) is to change the limits of integration to match the new variable , eliminating the need to substitute back to after integration. For an integral over to , if , the lower limit for is and the upper limit for is . The formula becomes:

∫x=ax=bfβ€²(g(x))gβ€²(x)dx=∫u=g(a)u=g(b)fβ€²(u)du\int_{x=a}^{x=b} f'(g(x)) g'(x) dx = \int_{u=g(a)}^{u=g(b)} f'(u) du

This method reduces arithmetic error by removing the extra substitution step required if you first find the indefinite antiderivative in terms of . While you can technically solve for the indefinite antiderivative, substitute back, then evaluate at the original limits, this adds unnecessary work and room for error.

πŸ“ Worked Example

Evaluate

  1. 1

    Identify the inner function: the exponent of is , so set .

  2. 2

    Calculate :

    du=3x2dxdu = 3x^2 dx
  3. 3

    Change the limits of integration: when , (new lower limit); when , (new upper limit).

  4. 4

    Substitute into the definite integral:

    ∫08eudu\int_{0}^{8} e^u du
  5. 5

    Evaluate directly at the limits, no substitution back required:

    [eu]08=e8βˆ’e0=e8βˆ’1\left[e^u\right]_{0}^{8} = e^8 - e^0 = e^8 - 1

4. U-Substitution with a Missing Constant Factorβ˜…β˜…β˜…β˜†β˜†β± 3 min

A very common scenario in u-substitution problems is when does not exactly match the remaining -terms in the integrand, but only differs by a constant multiple. For example, if we have , setting gives , but the integrand only has . In this case, we can rearrange the equation to solve for the missing term: . This works only when the difference is a constant factorβ€”you can always pull constant factors out of an integral, so this adjustment is valid.

πŸ“ Worked Example

Evaluate

  1. 1

    Notice the numerator is proportional to the derivative of the denominator, so set .

  2. 2

    Calculate :

    dudx=4x+2=2(2x+1)β€…β€ŠβŸΉβ€…β€Šdu=2(2x+1)dx\frac{du}{dx} = 4x + 2 = 2(2x + 1) \implies du = 2(2x + 1) dx
  3. 3

    Rearrange to get the term from the integrand: .

  4. 4

    Substitute into the integral:

    ∫1uβ‹…du2=12∫1udu\int \frac{1}{u} \cdot \frac{du}{2} = \frac{1}{2} \int \frac{1}{u} du
  5. 5

    Integrate and substitute back:

    12ln⁑∣u∣+C=12ln⁑∣2x2+2x+1∣+C\frac{1}{2} \ln|u| + C = \frac{1}{2} \ln|2x^2 + 2x + 1| + C
βœ“ Quick check

Test your understanding with this AP-style multiple choice question:

  1. Evaluate

    • A)

    • B)

    • C)

    • D)

    Reveal answer
    B β€”

    Correct. Set , so , which rearranges to . Substituting gives .

5. Common Pitfalls

Wrong move:

For definite integrals, you change variables to , then substitute back to and plug in the -limits to evaluate.

Why:

Students mix the two methods for evaluating definite u-sub, confusing the changed-limits approach with the substitute-back approach.

Correct move:

If you change the limits to -values, evaluate the antiderivative directly at the -limits, do not substitute back to . If you do not change limits, keep the original -limits and substitute back to before evaluating.

Wrong move:

When differs by a constant factor, you forget the reciprocal constant, e.g. writing instead of .

Why:

Students rush through substitution and forget to account for the extra constant factor.

Correct move:

Always explicitly solve for the -term in the equation, so the constant factor is included before you integrate.

Wrong move:

Choosing as the outer function instead of the inner function of the composite, for example setting instead of .

Why:

Students do not remember the reverse chain rule structure, which targets the inner function for substitution.

Correct move:

Always set equal to the inside function of the composite, the in the chain rule structure.

Wrong move:

Forgetting the absolute value when integrating , writing instead of .

Why:

Students remember the antiderivative of but forget the rule carries over to substituted variables.

Correct move:

Whenever you integrate , immediately write before substituting back to .

Wrong move:

After substituting and , you leave a leftover term in the integrand and treat it as a constant when integrating with respect to .

Why:

Students rush to integrate and do not check that all -terms are rewritten.

Correct move:

After substitution, always check for leftover -terms; if any remain, rewrite them using or pick a new .

6. Quick Reference Cheatsheet

Category

Formula / Rule

Notes

Indefinite U-Sub Rule

, ; always substitute back to

Definite U-Sub (Change Limits)

No need to substitute back to ; evaluate directly at limits

Missing Constant Adjustment

If , then

Only valid for constant ; never use for non-constant terms

Rational Integrand U-Sub

Set denominator

Use when numerator = ; results in

Exponential Integrand U-Sub

Set exponent of

Simplifies to

Trigonometric Integrand U-Sub

Set inner argument of the trig function

Matches reverse chain rule structure

Antiderivative of

Absolute value is required for all

Indefinite Integral Rule

Always add

Forgetting costs points on all indefinite integral problems

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.

  • All Β· MCQ/FRQ

    Integrate composite functions

What's Next

Integration by u-substitution is the foundational integration technique that every advanced integration method builds on for AP Calculus BC. Immediately after mastering u-sub, you will apply it to integration using algebraic rearrangement for rational functions, where u-sub is almost always used as a final step after manipulation. More importantly, u-substitution is required for all other key BC integration topics: integration by parts, trigonometric substitution, and partial fraction decomposition all rely on recognizing substitution structures and correctly executing substitution steps to get the final result. Without mastering u-sub, you will struggle to complete complex integration problems on the AP exam, even if you understand the more advanced techniques.