Integration Rules
Complete reference of integration formulas including power rule, substitution, and common integrals for calculus students.
Basic Integration Rules
∫ 1/x dx = ln|x| + C
∫ c·f(x) dx = c · ∫ f(x) dx (constant multiple)
∫ [f(x) + g(x)] dx = ∫ f(x) dx + ∫ g(x) dx (sum rule)
Common Integrals
| Function | Integral |
|---|---|
| x^n (n ≠ -1) | x^(n+1)/(n+1) + C |
| 1/x | ln|x| + C |
| e^x | e^x + C |
| a^x | a^x / ln(a) + C |
| sin(x) | -cos(x) + C |
| cos(x) | sin(x) + C |
| tan(x) | -ln|cos(x)| + C |
| sec²(x) | tan(x) + C |
| csc²(x) | -cot(x) + C |
| sec(x)·tan(x) | sec(x) + C |
| 1/(1+x²) | arctan(x) + C |
| 1/√(1-x²) | arcsin(x) + C |
| e^(ax) | (1/a)·e^(ax) + C |
Fundamental Theorem of Calculus
Where F(x) is any antiderivative of f(x). This connects differentiation and integration: the definite integral equals the difference of the antiderivative at the bounds.
Integration by Substitution (u-substitution)
Integration by Parts
Choose u and dv using LIATE priority: Logarithmic, Inverse trig, Algebraic, Trigonometric, Exponential.
Example 1 — Power Rule
Find ∫ 4x³ dx
= 4 · x^(3+1)/(3+1) + C
= 4 · x⁴/4 + C = x⁴ + C
Example 2 — Definite Integral
Find ∫[0 to 2] 3x² dx
Antiderivative: F(x) = x³
= F(2) - F(0) = 8 - 0 = 8
Example 3 — U-Substitution
Find ∫ 2x·cos(x²) dx
Let u = x², then du = 2x dx
= ∫ cos(u) du = sin(u) + C = sin(x²) + C