What is Integration?
Integration is the reverse process of differentiation. If the derivative of \(F(x)\) is \(f(x)\), then the integral of \(f(x)\) is \(F(x)\) plus a constant \(C\).
Here, \(F(x)\) is called the antiderivative (or primitive) of \(f(x)\), and \(C\) is the constant of integration.
| Symbol / Term | Meaning |
|---|---|
| \(\int\) | Integral sign (elongated S, from Latin summa) |
| \(f(x)\) | Integrand — the function being integrated |
| \(dx\) | Indicates integration with respect to \(x\) |
| \(C\) | Constant of Integration — added because derivative of constant is 0 |
| \(F(x)+C\) | General Integral (indefinite integral) |
Why +C? Since the derivative of any constant is zero, there are infinitely many antiderivatives differing only by a constant. For example, \(\int 2x\,dx = x^2 + 5\) or \(x^2 - 3\) or \(x^2 + 100\) — all are valid. We write \(x^2 + C\) to represent all of them.
Geometrical Interpretation
Geometrically, the definite integral \(\int_a^b f(x)\,dx\) represents the net area bounded by the curve \(y = f(x)\), the \(x\)-axis, and the vertical lines \(x = a\) and \(x = b\).
The indefinite integral \(\int f(x)\,dx = F(x)+C\) gives a family of curves, each shifted vertically by the constant \(C\).
Rules of Integration
-
1
Constant Multiple Rule
A constant factor can be taken out of the integral sign.
\[ \int k\cdot f(x)\,dx = k\int f(x)\,dx, \quad k \in \mathbb{R} \] -
2
Sum / Difference Rule
The integral of a sum (or difference) equals the sum (or difference) of the individual integrals.
\[ \int \big[f(x) \pm g(x)\big]\,dx = \int f(x)\,dx \;\pm\; \int g(x)\,dx \] -
3
Linearity (Combined)
Both rules together make integration a linear operation.
\[ \int \big[af(x) + bg(x)\big]\,dx = a\int f(x)\,dx + b\int g(x)\,dx \]
Elementary Standard Formulas
Worked Examples
Find \(\displaystyle\int x^5\,dx\)
Find \(\displaystyle\int (3x^2 - 4\cos x + e^x)\,dx\)
Find \(\displaystyle\int \sqrt{x}\,dx\)
Rewrite \(\sqrt{x} = x^{1/2}\), then apply the power rule:
Key Tip: Always simplify or rewrite the integrand into standard forms before integrating — e.g., \(\dfrac{1}{x^3} = x^{-3}\), \(\sqrt[3]{x^2} = x^{2/3}\).