Lesson 5 / 5 · 13 min read
Integrals (Antiderivatives)
Reverse the derivative, find area under a curve, meet the Fundamental Theorem.
What is an integral?
An integral undoes a derivative. If F′(x)=f(x), then F is an antiderivative of f, and we write:
∫f(x)dx=F(x)+C
The +C is the constant of integration: any constant differentiates to zero, so antiderivatives are only unique up to a constant.
The reverse power rule
Differentiation gives dxdxn=nxn−1. Reversing it:
∫xndx=n+1xn+1+C(n=−1)
Examples.
- ∫x3dx=4x4+C
- ∫xdx=2x2+C (with n=1)
- ∫1dx=x+C (with n=0)
- ∫x1dx=ln∣x∣+C (the special n=−1 case)
Constants and sums
∫k⋅f(x)dx=k∫f(x)dx ∫[f(x)+g(x)]dx=∫f(x)dx+∫g(x)dx
Example. ∫(6x2−4x+5)dx=2x3−2x2+5x+C.
Common integrals
| f(x) | ∫f(x)dx |
|---|---|
| cosx | sinx+C |
| sinx | −cosx+C |
| ex | ex+C |
| 1/x | ln∣x∣+C |
| sec2x | tanx+C |
Definite integrals
A definite integral has bounds:
∫abf(x)dx=F(b)−F(a)
This is the Fundamental Theorem of Calculus — integrals and derivatives are inverse operations. Geometrically, the definite integral equals the (signed) area under f between x=a and x=b.
Example. ∫023x2dx. Antiderivative is x3. Evaluate: 23−03=8.
Key takeaways
- An integral reverses a derivative; add +C for indefinite integrals.
- Reverse power rule: ∫xndx=n+1xn+1+C (when n=−1).
- Definite integrals use bounds: evaluate the antiderivative at the top, subtract at the bottom.
- Area under the curve = definite integral.