Antiderivatives
Antiderivatives
Antiderivatives is the opening topic of Integration in the California Calculus Standards. It is aligned to Standard 15.0, which requires students to demonstrate knowledge of the Fundamental Theorem of Calculus, beginning with antiderivatives and the indefinite integral.
An antiderivative of \(f\) is a function \(F\) with \(F'=f\). The indefinite integral \(\int f(x)\,dx=F(x)+C\) collects all of them, differing only by the constant of integration \(C\).
Theory
An antiderivative of \(f\) is a function \(F\) whose derivative is \(f\). Because a constant differentiates to zero, every function has infinitely many antiderivatives that differ by a constant — captured by the +C in the indefinite integral.
\(F\) is an antiderivative of \(f\) when \(F'(x)=f(x)\). Antidifferentiation reverses the derivative.
The indefinite integral collects all antiderivatives at once:
The constant of integration \(+C\) is essential: since \(\dfrac{d}{dx}(F+C)=f\) for any constant, the antiderivative is a whole family of parallel curves.
The reverse power rule and the basic building blocks:
How to find an antiderivative
- Rewrite roots and reciprocals as powers so the power rule applies.
- Integrate term by term, adding one to each exponent and dividing.
- Add \(+C\) — and if given a point, solve for \(C\).
Add one to the exponent, then divide by the new exponent; include \(+C\).
| \(\int x^2\,dx\) | \(=\) | \(\dfrac{x^{2+1}}{2+1}+C\) |
| \(=\) | \(\dfrac{x^{3}}{3}+C\) |
Integrate each term with the power rule, keeping the coefficients.
| \(\int (3x^2-4x)\,dx\) | \(=\) | \(3\cdot\dfrac{x^3}{3}-4\cdot\dfrac{x^2}{2}+C\) |
| \(=\) | \(x^3-2x^2+C\) |
Write \(\sqrt{x}=x^{1/2}\); the new exponent is \(\dfrac{3}{2}\).
| \(\int x^{1/2}\,dx\) | \(=\) | \(\dfrac{x^{3/2}}{3/2}+C\) |
| \(=\) | \(\dfrac{2}{3}x^{3/2}+C\) |
Integrate, then use the initial condition to find \(C\).
| \(f(x)\) | \(=\) | \(x^2+C\) |
| \(f(0)=5\) | \(\Rightarrow\) | \(C=5\) |
So \(f(x)=x^2+5\).
Common pitfalls
Frequently asked questions
What is an antiderivative?
A function \(F\) whose derivative is the given function \(f\); that is, \(F'=f\). Antidifferentiation reverses differentiation.
Why do you add + C?
Because the derivative of any constant is zero, every antiderivative is only determined up to a constant. The \(+C\) represents that whole family.
What is the reverse power rule?
\(\int x^{n}\,dx=\dfrac{x^{n+1}}{n+1}+C\) for \(n\neq -1\): add one to the exponent and divide by the new exponent.
How do you find the constant of integration?
Use an initial condition. Integrate to get \(F(x)+C\), then substitute the known point and solve for \(C\).