U-Substitution

College Depth 72 in the knowledge graph I know this Set as goal
Unlocks 5204 downstream topics
integration techniques u-substitution

Core Idea

U-substitution is the integration counterpart of the chain rule. If the integrand has the form f(g(x)) * g'(x), substituting u = g(x), du = g'(x) dx transforms the integral into the simpler integral of f(u) du. This is the most commonly used integration technique. For definite integrals, you must also change the bounds from x-values to u-values.

How It's Best Learned

Start by identifying the inner function u and checking that its derivative (or a constant multiple) appears in the integrand. Practice recognizing the pattern. Work through many examples with increasing complexity. Emphasize changing bounds for definite integrals (or converting back to x before evaluating).

Common Misconceptions

Explainer

U-substitution reverses the chain rule. When you differentiated f(g(x)) with the chain rule, the result was f'(g(x)) · g'(x). U-substitution works backward: when the integrand has that structure — an outer function applied to an inner function, multiplied by the inner function's derivative — you can "undo" the chain rule in one move.

The core technique: choose u = g(x) (the inner function), write du = g'(x) dx, and rewrite the entire integral in terms of u. If the substitution is correct, all the x's disappear and what remains is a simpler integral ∫f'(u) du. After integrating, substitute back to get the answer in terms of x.

Recognizing a good substitution is the real skill. For ∫ 2x·cos(x²) dx, notice that x² is the inner function and 2x — its derivative — already appears in the integrand. Setting u = x² gives du = 2x dx, transforming the integral to ∫ cos(u) du = sin(u) + C = sin(x²) + C. When the derivative is off by a constant (e.g., ∫ x·cos(x²) dx), you can compensate: du = 2x dx means x dx = du/2, so the integral becomes (1/2)∫ cos(u) du.

For definite integrals, the bounds must change. If you integrate ∫[0 to 1] with u = x², the new limits are u = 0² = 0 and u = 1² = 1. In general the limits become g(a) and g(b). A common error is keeping the original x-limits while integrating in u — this mixes two different variables and gives a wrong answer. Either change the bounds, or convert the antiderivative back to x before evaluating.

A failed substitution announces itself clearly: if you substitute and x-terms remain that can't be expressed in u, the choice was wrong. A good substitution leaves a purely u-based integral that is simpler than what you started with. With practice, spotting the "inner function whose derivative is present" becomes automatic — and u-substitution, along with integration by parts, will handle the majority of integrals you encounter.

Practice Questions 3 questions

Prerequisite Chain

Counting to 10Counting to 20Understanding ZeroThe Number ZeroCounting to FiveOne-to-One CorrespondenceCombining Small Groups Within 5Addition Within 10Addition Within 20Two-Digit Addition Without RegroupingTwo-Digit Addition with RegroupingAddition Within 100Repeated Addition as MultiplicationMultiplication Facts Within 100Division as Equal SharingDivision as Grouping (Measurement Division)Division: Grouping (Repeated Subtraction) ModelDivision: Fair Sharing ModelDivision as Equal SharingDivision as GroupingBasic Division FactsDivision Facts Within 100Two-Digit by One-Digit DivisionDivision with RemaindersRemainders and Quotients in DivisionDivision Word ProblemsIntroduction to Long DivisionFactors and MultiplesPrime and Composite NumbersEquivalent FractionsRelating Fractions and DecimalsDecimal Place ValueIntegers and the Number LineOpposites and Additive InversesAbsolute ValueAdding IntegersSubtracting IntegersMultiplying IntegersDividing IntegersUnit RatesProportionsPercent ConceptConverting Between Fractions, Decimals, and PercentsOperations with Rational NumbersTwo-Step EquationsSolving Multi-Step EquationsEquations with Variables on Both SidesAngle Pairs: Complementary, Supplementary, and VerticalParallel Lines and TransversalsCorresponding AnglesAlternate Interior AnglesTriangle Angle Sum TheoremExterior Angle TheoremTriangle Inequality TheoremSimilar Triangles: AA SimilaritySimilar Triangles: SSS and SAS SimilarityProportions in Similar TrianglesRight Triangle Trigonometry IntroductionTrigonometric Ratios ReviewRadian MeasureConverting Between Degrees and RadiansThe Unit CircleGraphing Sine and CosineGraphing Tangent and Reciprocal Trigonometric FunctionsDerivatives of Trigonometric FunctionsAntiderivativesIndefinite IntegralsBasic Integration RulesRiemann SumsDefinite Integral DefinitionFundamental Theorem of Calculus Part 1Fundamental Theorem of Calculus Part 2U-Substitution

Longest path: 73 steps · 304 total prerequisite topics

Prerequisites (4)

Leads To (8)