integration
Antiderivatives and Indefinite Integrals
You should know: derivative, fundamental theorem of calculus
Overview
An antiderivative (primitive function) of f is a function F such that F'(x) = f(x). The collection of all antiderivatives of f is the indefinite integral integral f(x)dx = F(x) + C, where C is an arbitrary constant. The Fundamental Theorem of Calculus (Part 2) connects antiderivatives to definite integrals: integral_a^b f(x)dx = F(b) - F(a). Key rules: power rule integral x^n dx = x^{n+1}/(n+1) + C (n != -1), integral 1/x dx = ln|x| + C, integral e^x dx = e^x + C, integral sin(x)dx = -cos(x) + C.
Intuition
If you know the velocity v(t) at every time t, you can recover the position by integration: x(t) = integral v(t) dt. The antiderivative undoes differentiation: if you differentiate F and get f, then F is an antiderivative of f. The +C constant reflects the fact that many functions F can have the same derivative f (they differ by a constant). The integral symbol integral ...dx is a machine: feed in f(x), get back F(x)+C.
Formal Definition
F is an antiderivative of f on an interval I if F'(x) = f(x) for all x in I. If F is one antiderivative of f, then ALL antiderivatives are of the form F(x) + C for C in R (proved using the Mean Value Theorem: if G'(x) = F'(x) then (G-F)'=0 implies G-F = constant). The indefinite integral is written integral f(x)dx = F(x) + C. FTC Part 2: if F is an antiderivative of f on [a,b], then integral_a^b f(x)dx = F(b) - F(a).
Notation
| Notation | Meaning |
|---|---|
| Indefinite integral of f (family of antiderivatives) | |
| General antiderivative (C arbitrary constant) | |
| Evaluation notation for FTC |
Theorems
Worked Examples
- 1
Apply power rule to each term separately (linearity of integration).
- 2
integral 3x^2 dx = 3*(x^3/3) = x^3. integral 4x dx = 4*(x^2/2) = 2x^2. integral 1 dx = x.
- 3
Combine: integral (3x^2-4x+1)dx = x^3 - 2x^2 + x + C.
- 4
Verify by differentiating: d/dx(x^3-2x^2+x+C) = 3x^2-4x+1. Correct!
✓ Answer
x^3 - 2x^2 + x + C.
Practice Problems
Find the antiderivative F of f(x) = 6x^2 + 2x - 5 satisfying F(0) = 3.
Common Mistakes
Forgetting the +C in indefinite integrals.
+C is not optional. The indefinite integral represents all antiderivatives, not just one specific function. If you write integral 2x dx = x^2 (without +C), you've lost an entire family of solutions x^2+1, x^2+5, x^2-7, etc. In applied problems (initial value problems), the +C is determined by a boundary or initial condition. Forgetting +C is a fundamental error that can lead to wrong answers when initial conditions are applied.
Quiz
Historical Background
Newton and Leibniz developed integration as the inverse of differentiation (independently, ~1670s). Leibniz introduced the integral sign (an elongated S for 'sum') in 1675. The Fundamental Theorem of Calculus connecting differentiation and integration was stated clearly by Newton (1665) and formalized by Leibniz and later by Cauchy and Riemann in the 19th century. Tables of antiderivatives (integral tables) were compiled in the 18th century; computer algebra systems now handle symbolic integration.
- 1665
Newton recognizes integration as inverse of differentiation
Isaac Newton
- 1675
Leibniz introduces the integral sign and notation
Gottfried Wilhelm Leibniz
- 1823
Cauchy formalizes the definite integral and connects it to antiderivatives
Augustin-Louis Cauchy
Summary
- F is an antiderivative of f if F'=f. All antiderivatives differ by a constant: F(x)+C.
- Power rule: integral x^n dx = x^{n+1}/(n+1)+C (n != -1). Special: integral 1/x dx = ln|x|+C.
- FTC Part 2: integral_a^b f dx = F(b)-F(a) (evaluate antiderivative at endpoints).
- Always check: differentiate your answer to verify it equals the integrand.
References
- BookStewart, J. Calculus: Early Transcendentals. 8th ed. Cengage, 2015.
- BookApostol, T.M. Calculus, Vol. 1. 2nd ed. Wiley, 1967.
- WebsiteWikipedia -- Antiderivative
Mathematics