Exponential Integrals:
integral e^(ax)sin(bx) dx = e^(ax)(asin(bx) - bcos(bx))/(a^{2+b}^2) + C integral e^(ax)cos(bx) dx = e^(ax)(acos(bx) + bsin(bx))/(a^{2+b}^2) + C (Derived by applying by parts twice and solving for I)
integral * dx: use by parts n times (tabular method) integral * = * ( (-1)^k * n!/(n-k)! * x^(n-k)) + C
Logarithmic Integrals:
integral ln(x) dx = xln(x) - x + C integral (ln(x))^2 dx = x(ln(x))^2 - 2xln(x) + 2x + C integral * ln(x) dx = x^(n+1)[ln - ^2] + C (for n != -1) integral ln dx = (ln(x))^2/2 + C (substitution u = ln(x))
Special Exponential Forms:
integral e^(sqrt(x)) dx: Let t = sqrt(x), x = , dx = 2t dt = 2integral t dt = 2(t-1) + C = 2e^(sqrt(x))(sqrt(x)-1) + C
integral * ^2 dx: Write ^2 = 1/x - 1/. Note d/dx = -1/. So this is [f(x) + f'(x)] with f = 1/x... wait: f(x) + f'(x) = 1/x + (-1/) = 1/x - 1/ = ^2. Yes! integral = /x + C