Basic Integration Rules
What is the Basic Integration Rules?
Every indefinite integral includes "+ C", the constant of integration, because differentiation destroys constant terms — so integration (its reverse) can never recover what that constant originally was. C represents that unknown value.
The result ∫(1/x)dx = ln|x| + C fills a gap left by the power rule for integration: the power rule ∫xⁿdx = xⁿ⁺¹/(n+1) + C fails exactly at n = −1, since that would require dividing by zero. The logarithm is the special-case solution for that one exponent.
What Each Variable Means
When to Use It
- Finding the antiderivative of a constant, 1/x, eˣ, aˣ, or ln x
- As building blocks for more complex integrals via substitution or integration by parts
- Evaluating definite integrals of these basic function types
Step-by-Step Examples
Example 1: A definite integral
Problem: Evaluate ∫₁³ (2/x) dx
Apply the 1/x rule, with the constant 2 carried through.
∫ 2/x dx = 2 ln|x| + CEvaluate the antiderivative at both bounds and subtract.
[2 ln|x|]₁³ = 2 ln 3 − 2 ln 1The lower bound term vanishes.
= 2 ln 3Example 2: Deriving the ln x integral
Problem: Show that ∫ ln x dx = x ln x − x + C, using integration by parts (∫u dv = uv − ∫v du)
Let u = ln x and dv = dx.
du = (1/x)dx, v = xSubstitute into uv − ∫v du.
x ln x − ∫ x·(1/x) dx = x ln x − ∫ 1 dxCommon Mistakes
Mistake: Forgetting the + C on an indefinite integral.
Fix: Every indefinite integral needs + C, since differentiating any constant gives zero — without it, you're only reporting one specific antiderivative out of infinitely many.
Mistake: Trying to use the power rule on ∫(1/x)dx.
Fix: The power rule ∫xⁿdx = xⁿ⁺¹/(n+1) + C breaks down at n = -1 (division by zero) — that specific case uses ln|x| + C instead.
Practice Questions
Evaluate ∫ eˣ dx.
Evaluate ∫₁ᵉ (1/x) dx.
Hint: The antiderivative is ln|x|; ln(e) − ln(1) = 1 − 0.
Frequently Asked Questions
Why does ∫1/x dx use absolute value bars?
Because ln x is only defined for positive x, but 1/x is defined for all x ≠ 0. Using ln|x| extends the antiderivative to negative x as well.
What's the integral of a constant a by itself?
∫a dx = ax + C — since the derivative of ax is simply a.
Related Formulas
Exponential & Log Derivatives
The three core derivatives involving exponential and logarithmic functions: eˣ, aˣ, and ln x.
Learn more →Trigonometric Integrals
The complete table of ten standard trigonometric integrals — each the reverse of a derivative rule.
Learn more →Special Integrals
Two integral forms that arise from square roots of quadratic expressions, producing inverse-trig or logarithmic results.
Learn more →