Math Playground
Calculus

Integration by substitution

Reverse the chain rule — let u replace the inside function.

Reverse the chain rule: substitute u = inside function, then du absorbs the inside's derivative.

Try it

∫ 2x · cos(x²) dx

Let u = x². du = 2x dx. ∫ cos u du = sin u + C = sin(x²) + C.