4.2.6Calculus II — Integration

U-substitution — technique, change of limits for definite integrals

1,638 words7 min readdifficulty · medium2 backlinks

WHAT it is


WHY the formula is true (derivation from scratch)

We do not memorize the rule — we build it.

Start from the chain rule: ddxF(g(x))=F(g(x))g(x).\frac{d}{dx}\,F(g(x)) = F'(g(x))\cdot g'(x).

Integrate both sides with respect to xx. The left side is the antiderivative of a derivative, so it returns the original function: ddxF(g(x))dx=F(g(x))+C.\int \frac{d}{dx}\,F(g(x))\,dx = F(g(x)) + C.

Therefore: F(g(x))g(x)dx=F(g(x))+C.\int F'(g(x))\,g'(x)\,dx = F(g(x)) + C.

Now rename: let u=g(x)u = g(x) and let f=Ff = F' (so FF is an antiderivative of ff). The right side is F(u)+CF(u)+C, which is exactly f(u)du\int f(u)\,du. Hence:   f(g(x))g(x)dx=f(u)du  \boxed{\;\int f(g(x))\,g'(x)\,dx = \int f(u)\,du\;}


HOW to do it — the recipe

  1. Choose u=g(x)u = g(x): usually the inner function, the thing inside a power/root/exp/log/trig, OR the function whose derivative also appears.
  2. Differentiate: compute du=g(x)dxdu = g'(x)\,dx.
  3. Replace every xx-piece (including dxdx) so the integral is entirely in uu.
  4. Integrate in uu.
  5. Indefinite: substitute back u=g(x)u=g(x). Definite: change the limits (see below) and never substitute back.
Figure — U-substitution — technique, change of limits for definite integrals

Worked examples


Steel-manned mistakes


Flashcards

U-substitution reverses which differentiation rule?
The chain rule.
If u=g(x)u=g(x), what is dudu?
du=g(x)dxdu = g'(x)\,dx.
General u-sub identity?
f(g(x))g(x)dx=f(u)du\int f(g(x))g'(x)\,dx=\int f(u)\,du.
In a DEFINITE integral, what happens to the limits after substituting?
They change to uu-values: g(a)g(b)f(u)du\int_{g(a)}^{g(b)} f(u)\,du.
Why can't you do back-substitution AND change limits together?
They are two equivalent finishing methods; doing both double-translates the endpoints and gives a wrong answer.
You have xdxx\,dx but du=2xdxdu=2x\,dx — what do you write?
xdx=12dux\,dx=\tfrac12\,du (fix the constant only).
Can you pull a stray variable like 1/x1/x outside the integral?
No — only constants can leave; solve u=g(x)u=g(x) for xx instead.
For 02xx2+1dx\int_0^2 x\sqrt{x^2+1}\,dx with u=x2+1u=x^2+1, the new limits are?
u:15u:1\to5.
First step of the u-sub recipe?
Choose u=g(x)u=g(x) — usually the inner function whose derivative is present.

Recall Feynman: explain to a 12-year-old

Imagine a long messy word that's actually a nickname for something simple. U-substitution is giving the messy inside part a short nickname "u". Suddenly the whole problem is short and easy. The rule "du=du = (slope of u) ×dx\times dx" is how we make sure the amount of stuff stays the same when we rename. And if the problem said "from point 0 to point 2 on the old name," we have to figure out what those two points are called in the new name — that's why the limits change.

Connections

Concept Map

integrate both sides

defines

defines

differentiate

swaps every x-piece

integrate in u

indefinite: back-substitute

definite: use new limits

translate endpoints

feed into

organizes

Chain rule: d/dx F of g x

U-substitution formula

u = g of x inner function

du = g' x dx differential

Integral entirely in u

Antiderivative in u

Result in x

Result number

New limits g a and g b

5-step recipe

Hinglish (regional understanding)

Intuition Hinglish mein samjho

Dekho, U-substitution basically chain rule ka ulta hai. Jab aap F(g(x))F(g(x)) ko differentiate karte ho to chain rule se andar wala function aur uska derivative dono aate hain. To jab integral me aisa pattern dikhe — ek function aur uske paas hi uska derivative — tab hum andar wale part ko ek chhota naam "u" de dete hain. Isse pura integral simple ho jaata hai. Rule yaad rakho: u=g(x)u=g(x) choose karo, phir du=g(x)dxdu=g'(x)\,dx nikaalo, aur saare xx wale parts ko (including dxdx) uu me badal do.

Sabse important cheez definite integral me hoti hai — limits change karna. Jab variable xx se uu ban gaya, to purane numbers (jaise 0 se 2) ab matlab nahi rakhte, kyunki ab to variable uu hai. Isliye limits ko bhi translate karo: x=0x=0 dalo u=g(0)u=g(0), x=2x=2 dalo u=g(2)u=g(2). Example me u=x2+1u=x^2+1 tha to limits 0,2 se badal ke 1,5 ho gaye. Aur yaad rakho — agar limits change kar di to wapas xx me back-substitute karne ki zaroorat nahi.

Ek common galti: agar ek extra constant missing ho (jaise du=2xdxdu=2x\,dx par aapke paas sirf xdxx\,dx hai), to xdx=12dux\,dx=\tfrac12 du likh do — constant adjust karna allowed hai. Lekin variable ko bahar nikalna (jaise 1/x1/x) bilkul galat hai, kyunki sirf constants hi integral ke bahar ja sakte hain. Yeh technique 80/20 wala hai — calculus ke aadhe se zyada integrals isi ek trick se ho jaate hain, to ise solid bana lo.

Go deeper — visual, from zero

Test yourself — Calculus II — Integration

Connections