Reverse Power Rule

Linearity of Integration

Exponential and Log Integrals

Trigonometric Integrals

Inverse Trig Integrals

The Golden Rule

Integration does not have a product rule or chain rule. For products, use Integration by Parts. For compositions, use U-Substitution. For everything else, match the integrand to a known form from the table.

How to Approach Any Integral

Unlike differentiation — where every elementary function has a computable derivative and a systematic set of rules covers all cases — integration requires strategy. Before applying any technique, always ask: does this integrand match a known formula directly? If yes, use the formula. If the integrand is a composite (something inside something), try u-substitution. If it is a product of unrelated functions, try integration by parts. If it is a rational function, try partial fractions. If it involves √(a²−x²) or √(a²+x²), try trigonometric substitution.

Pattern recognition is the core skill of integration. It comes from seeing many examples, not from memorising algorithms. The more integrals you compute, the faster you recognise which technique applies.

Power Rule — Every Case

∫xⁿ dx = xⁿ⁺¹/(n+1) + C, for n ≠ −1. This covers integers, fractions, and negative exponents — any power except −1. The exception n = −1 gives ∫x⁻¹ dx = ∫(1/x) dx = ln|x| + C. The absolute value in ln|x| is necessary: the integral is defined for both positive and negative x (separately), and ln requires a positive argument.

Linearity — Splitting Integrals

The linearity of integration means you can split sums and factor out constants: ∫[af(x) + bg(x)]dx = a∫f(x)dx + b∫g(x)dx. This makes polynomial integration completely mechanical — just apply the power rule to each term. ∫(5x⁴ − 3x² + 7x − 2)dx = x⁵ − x³ + (7/2)x² − 2x + C. Never forget to add a single +C at the end, not one per term.

Exponential and Logarithmic Integrals — Derived

∫eˣ dx = eˣ + C. This follows from the fact that eˣ is its own derivative. For ∫aˣ dx: since aˣ = e^(x ln a), differentiating gives ln(a)·e^(x ln a) = ln(a)·aˣ. Therefore ∫aˣ dx = aˣ/ln(a) + C. Note this requires a > 0 and a ≠ 1.

For ∫1/x dx = ln|x| + C: verify by differentiating — d/dx[ln|x|] = 1/x for both x > 0 and x < 0. The absolute value is essential because the natural log is only defined for positive arguments, but 1/x is integrable on (−∞, 0) as well.

Recognising Reverse Chain Rule Patterns

Many integrals are best recognised as the reverse of a chain rule derivative rather than a u-substitution computation. If you see ∫2x(x²+1)⁵ dx, notice that 2x is the derivative of x²+1 — this is ∫g'(x)·[g(x)]⁵ dx, which integrates to [g(x)]⁶/6 + C = (x²+1)⁶/6 + C. Similarly, ∫(cos x)·e^(sin x) dx: cos x is the derivative of sin x, so this integrates to e^(sin x) + C.

Training your eye to spot these patterns dramatically speeds up integration. The pattern is: ∫f'(g(x))·g'(x)dx = f(g(x)) + C. When you see a function and its derivative multiplied together, the integral is just the antiderivative of the outer function evaluated at the inner function.

Complete Reference Table

Frequently Asked Questions
Why is there no product rule for integrals?
There is no simple product rule — this is why integration is harder than differentiation. The analogue is Integration by Parts: ∫u dv = uv − ∫v du. It converts the integral of a product into (hopefully) something simpler.
What is a table of integrals?
A table of integrals is a pre-computed reference of standard antiderivatives — like the formulas above. In practice, before attempting an integral, you check if it matches a known form. Computer algebra systems do this automatically.
Types of Integrals
Types Of Integrals
U-Substitution
U Substitution
References & Further Reading
  • Stewart, J. (2015). Calculus, §5.4, §7.1. Cengage.
  • Gradshteyn, I.S. & Ryzhik, I.M. (2007). Table of Integrals, Series and Products. Academic Press.
  • Abramowitz, M. & Stegun, I. (1972). Handbook of Mathematical Functions. Dover.
AM
Dr. Aisha Malik, PhD Mathematics
Senior Lecturer in Applied Mathematics · 12 years teaching calculus at university level

Dr. Malik holds a PhD in Applied Mathematics from the University of Edinburgh and has taught calculus to over 4,000 students at both undergraduate and postgraduate level. Her research focuses on numerical methods for differential equations. She has reviewed this article for mathematical accuracy and pedagogical clarity.

Technically reviewed by: Prof. James Chen, Stanford Mathematics Department