Ad Space — Top Banner

Integration Rules

Complete reference of integration formulas including power rule, substitution, and common integrals for calculus students.

Basic Integration Rules

∫ x^n dx = x^(n+1)/(n+1) + C, where n ≠ -1 (power rule)
∫ 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

FunctionIntegral
x^n (n ≠ -1)x^(n+1)/(n+1) + C
1/xln|x| + C
e^xe^x + C
a^xa^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

∫[a to b] f(x) dx = F(b) - F(a)

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)

∫ f(g(x)) · g'(x) dx = ∫ f(u) du, where u = g(x)

Integration by Parts

∫ u dv = uv - ∫ v du

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


Ad Space — Bottom Banner

Embed This Calculator

Copy the code below and paste it into your website or blog.
The calculator will work directly on your page.