Integration Rules — Definition, Formula & Examples
Integration rules are a set of standard formulas and properties that allow you to compute integrals of common functions without deriving each result from scratch. They include the power rule, constant multiple rule, sum/difference rule, and formulas for exponential, logarithmic, and trigonometric integrands.
Integration rules are identities governing the integral operator, derived from corresponding differentiation rules applied in reverse. For a continuous function on an interval , these rules express in closed form or reduce it to simpler integrals. Key rules include: (1) for ; (2) ; (3) ; (4) ; (5) .
Key Formula
\int x^n\,dx = \frac{x^{n+1}}{n+1} + C, \quad n \neq -1$$
$$\int k\,f(x)\,dx = k\int f(x)\,dx$$
$$\int [f(x) \pm g(x)]\,dx = \int f(x)\,dx \pm \int g(x)\,dx$$
$$\int e^x\,dx = e^x + C \qquad \int \frac{1}{x}\,dx = \ln|x| + C$$
$$\int \sin x\,dx = -\cos x + C \qquad \int \cos x\,dx = \sin x + C
Where:
- = Any real exponent except −1
- = A constant factor
- = The arbitrary constant of integration
- = Continuous functions of x
How It Works
Each integration rule tells you the antiderivative of a particular type of expression. To integrate a complicated function, you first break it apart using the sum/difference rule and the constant multiple rule, then apply specific formulas (power rule, exponential rule, trig rules) to each piece. For instance, facing , you split it into and apply the power rule and the sine rule separately. When these basic rules are not enough, you move to advanced techniques like substitution or integration by parts, which themselves rely on these foundational identities.
Worked Example
Problem: Evaluate .
Step 1: Split using sum/difference and constant multiple rules: Distribute the integral across each term and pull out constants.
Step 2: Apply the power rule to $x^2$: With , the power rule gives .
Step 3: Apply the exponential rule: The integral of is .
Step 4: Apply the reciprocal rule: The integral of is .
Step 5: Combine and add the constant: Write the full antiderivative with a single constant .
Answer:
Another Example
Problem: Evaluate .
Step 1: Separate the integral: Split into two integrals using the sum rule.
Step 2: Integrate $\cos x$: The cosine rule gives .
Step 3: Apply the power rule with $n = -\frac{1}{2}$: Add 1 to the exponent to get , then divide by .
Step 4: Combine: Write the complete antiderivative.
Answer:
Why It Matters
Integration rules are the backbone of every Calculus I and Calculus II course; nearly every homework problem and exam question begins with them. Engineers use these formulas to compute areas, volumes, work, and fluid pressure. Physicists rely on them to derive equations of motion, electric potential, and probability distributions from continuous models.
Common Mistakes
Mistake: Forgetting to add the constant of integration in indefinite integrals.
Correction: Every indefinite integral represents a family of functions differing by a constant. Always write unless you are evaluating a definite integral with limits.
Mistake: Applying the power rule when , producing .
Correction: The power rule excludes . For , use instead.
