Formula: integral [f(x) + f'(x)] dx = * f(x) + C
Proof: d/dx[ * f(x)] = * f(x) + * f'(x) = [f(x) + f'(x)].
Recognition pattern: When the integrand is times (something), check if that something can be split into f + f'.
Examples:
- integral (sin x + cos x) dx = sin x + C [f = sin x, f' = cos x]
- integral (1/x + (-1/)) dx = integral (1/x - 1/) dx = /x + C [f = 1/x]
- integral (x+1) dx = integral (x + 1) dx = * x + C [f = x, f' = 1]
- integral e^x$$\frac{(x-1}{x}^2) dx = integral (1/x - 1/) dx = /x + C
Generalization: integral e^(ax)[af(x) + f'(x)] dx = e^(ax) * f(x) + C.