Key Ideas
1Antiderivative. F(x) is an antiderivative of f(x) if F'(x) = f(x). Integration finds antiderivatives.
2Indefinite Integral Notation. Written as Integral of f(x) dx = F(x) + C, where C is an arbitrary constant since derivatives of constants are zero.
3The Power Rule for Integration. Integral of x^n dx = x^(n+1)/(n+1) + C, for n not equal to -1.
4Constant Multiple and Sum Rules. Constants factor out of integrals, and integrals of sums split into sums of integrals — mirroring the rules for derivatives.
5Why '+C' Matters. Since many functions share the same derivative (they differ by a constant), every indefinite integral needs the '+C' to represent the whole family of antiderivatives.
Worked Examples
Find the integral of x^3 dx.
x^4/4 + C
Find the integral of (4x^2 - 3x + 5) dx.
(4x^3)/3 - (3x^2)/2 + 5x + C
Verify that F(x) = x^2 + 7 is an antiderivative of f(x) = 2x.
Confirmed: F(x) is a valid antiderivative