u-Substitution Math Example 2

Follow the full solution, then compare it with the other examples linked below.

Example 2

medium
Evaluate โˆซ01xex2โ€‰dx\displaystyle\int_0^1 xe^{x^2}\,dx.

Solution

  1. 1
    Let u=x2u = x^2, du=2xโ€‰dxdu = 2x\,dx, so xโ€‰dx=du2x\,dx = \frac{du}{2}.
  2. 2
    New limits: x=0โ‡’u=0x=0 \Rightarrow u=0; x=1โ‡’u=1x=1 \Rightarrow u=1.
  3. 3
    12โˆซ01euโ€‰du=12[eu]01=eโˆ’12\frac{1}{2}\int_0^1 e^u\,du = \frac{1}{2}[e^u]_0^1 = \frac{e-1}{2}.

Answer

eโˆ’12\frac{e-1}{2}
For definite integrals, change the limits to uu-values to avoid back-substitution. The factor 12\frac{1}{2} arises because xโ€‰dx=du2x\,dx = \frac{du}{2}.

About u-Substitution

An integration technique where you substitute u=g(x)u = g(x) and du=gโ€ฒ(x)โ€‰dxdu = g'(x)\,dx to transform a complicated integral into a simpler one. It is the reverse of the chain rule for differentiation.

Learn more about u-Substitution โ†’

More u-Substitution Examples