Master Integrals
An integral is one of the two fundamental operations in calculus (the other being the derivative). While derivatives measure the rate of change of a function, integrals measure the accumulation of quantities. Think of it this way: if a derivative breaks things apart, an integral puts them back together.
The most intuitive way to understand an integral is as the area under a curve. Given a function \( f(x) \) on an interval \([a, b]\), the integral computes the total area between the curve and the x-axis.
The elongated "S" symbol (\(\int\)) stands for summation — it was introduced by Leibniz as a stylized "S" for "summa." The \(dx\) indicates we are integrating with respect to the variable \(x\), and \(f(x)\) is the function being integrated, called the integrand.
An indefinite integral represents a family of functions whose derivative equals the integrand. It is written without bounds and always includes a constant of integration \(C\), because the derivative of any constant is zero.
Here, \(F(x)\) is called an antiderivative of \(f(x)\). This means that \(F'(x) = f(x)\). The constant \(C\) accounts for the fact that there are infinitely many antiderivatives that differ only by a constant.
A definite integral computes the net area between the curve \(f(x)\) and the x-axis over a specific interval \([a, b]\). Unlike indefinite integrals, the result is a number, not a function.
This is one of the most important results in all of mathematics. It connects the concept of an antiderivative with the computation of area. To evaluate a definite integral, find the antiderivative \(F(x)\), plug in the upper bound \(b\), plug in the lower bound \(a\), and subtract.
Important note: Definite integrals measure net area. If \(f(x)\) dips below the x-axis, that region counts as negative area. To find total area regardless of sign, integrate \(|f(x)|\) instead.
U-substitution is the integration counterpart of the chain rule for derivatives. When an integrand is a composition of functions, we can simplify it by substituting a new variable \(u\) for part of the expression.
Keep these fundamental integrals at your fingertips. Every complex integral ultimately reduces to combinations of these building blocks.
| Function | Integral |
|---|---|
| \(\displaystyle x^n\) | \(\displaystyle \frac{x^{n+1}}{n+1} + C \quad (n \neq -1)\) |
| \(\displaystyle \frac{1}{x}\) | \(\displaystyle \ln|x| + C\) |
| \(\displaystyle e^x\) | \(\displaystyle e^x + C\) |
| \(\displaystyle a^x\) | \(\displaystyle \frac{a^x}{\ln a} + C\) |
| \(\displaystyle \sin x\) | \(\displaystyle -\cos x + C\) |
| \(\displaystyle \cos x\) | \(\displaystyle \sin x + C\) |
| \(\displaystyle \sec^2 x\) | \(\displaystyle \tan x + C\) |
| \(\displaystyle \frac{1}{1+x^2}\) | \(\displaystyle \arctan x + C\) |
| \(\displaystyle \frac{1}{\sqrt{1-x^2}}\) | \(\displaystyle \arcsin x + C\) |
This website was inspired by Brilliant.org — an incredible platform that makes learning math, science, and computer science interactive and accessible. We wanted to bring that same energy to mastering calculus, starting with integrals.
Built by Rehaan Rashid. Whether you're prepping for AP exams, tackling college calculus, or just love math — this site is for you.