Part of CALC-04 — Indefinite Integration

Integration of Irrational Functions

by Notetube Official180 words5 views

Type 1: integral involving sqrt(ax+b) Substitute t = sqrt(ax+b), so t2t^2 = ax+b, 2t dt = a dx.

Example: integral x*sqrt(2x+3) dx Let t = sqrt(2x+3), x = t232\frac{t^2-3}{2}, dx = t dt = integral (t232\frac{(t^2-3}{2})tt dt = 12\frac{1}{2}*integral t2t^2(t23t^{2-3}) dt = 12\frac{1}{2}*integral (t4t^4 - 3t2t^2) dt = 12\frac{1}{2}(t5t^5/5 - t3t^3) + C Substitute back t = sqrt(2x+3).

Type 2: integral involving sqrt(ax+b(cx+d)\frac{(ax+b}{(cx+d)}) or (ax+b)^pq\frac{p}{q} Substitute t = (ax+b(cx+d)\frac{(ax+b}{(cx+d)})^1n\frac{1}{n} where n is the LCM of all fractional powers.

Type 3: Euler Substitutions for sqrt(ax2+bx+cax^{2+bx+c})

  • If a > 0: let sqrt(ax2+bx+cax^{2+bx+c}) = t +/- x*sqrt(a)
  • If c > 0: let sqrt(ax2+bx+cax^{2+bx+c}) = xt +/- sqrt(c)
  • If roots alpha, beta exist: let sqrt(a(x-alpha)(x-beta)) = t(x-alpha)

These are powerful but algebraically heavy — use standard forms when possible.

Type 4: integral dxxnsqrt(ax2+bx+c\frac{dx}{x^n*sqrt(ax^2+bx+c}) Substitute x = 1/t to reduce the power of x.

Example: integral dxx2sqrt(1+x2\frac{dx}{x^2*sqrt(1+x^2}) Let x = 1/t, dx = -dt/t2t^2. sqrt(1+1/t2t^2) = sqrt(t2+1t^{2+1})/|t| = integral dt/t2(1/t2sqrt(t2+1)\frac{-dt/t^2}{(1/t^2 * sqrt(t^2+1)}/t) = -integral t/sqrt(t2+1t^{2+1}) dt = -sqrt(t2+1t^{2+1}) + C = -sqrt(1+1/x2x^2)*|x|/|x| + C = -sqrtx2+1x\frac{x^2+1}{x} + C (for x > 0)

Like these notes? Save your own copy and start studying with NoteTube's AI tools.

Sign up free to clone these notes