Definition
An antiderivative of f(x) is a function F(x) such that:
F′(x)=f(x)
The indefinite integral is the family of all antiderivatives:
∫f(x)dx=F(x)+C
where C is the constant of integration.
Notation
| Symbol | Meaning |
|---|
| ∫ | integral sign |
| f(x) | integrand |
| dx | variable of integration |
| F(x) | antiderivative |
| C | constant of integration |
Why +C?
If F(x) is an antiderivative of f(x), then so is F(x)+C for any constant C, because:
dxd[F(x)+C]=F′(x)+0=f(x)
Basic Antiderivative Table
| f(x) | ∫f(x)dx |
|---|
| 0 | C |
| k (constant) | kx+C |
| xn (n=−1) | n+1xn+1+C |
| x1 | $\ln |
| ex | ex+C |
| ax | ln(a)ax+C |
| sin(x) | −cos(x)+C |
| cos(x) | sin(x)+C |
| sec2(x) | tan(x)+C |
| csc2(x) | −cot(x)+C |
| sec(x)tan(x) | sec(x)+C |
| csc(x)cot(x) | −csc(x)+C |
| 1−x21 | arcsin(x)+C |
| 1+x21 | arctan(x)+C |
Properties
Constant Multiple Rule
∫k⋅f(x)dx=k⋅∫f(x)dx
Sum/Difference Rule
∫[f(x)±g(x)]dx=∫f(x)dx±∫g(x)dx
Examples
Example 1: Power rule
∫x4dx=5x5+C
Example 2: Negative exponents
∫x31dx=∫x−3dx=−2x−2+C=−2x21+C
Example 3: Fractional exponents
∫xdx=∫x1/2dx=3/2x3/2+C=32x3/2+C
Example 4: Sum of terms
∫(3x2−2x+5)dx=x3−x2+5x+C
Example 5: Rewriting before integrating
∫x(x+1)2dx=∫xx2+2x+1dx
=∫(x+2+x1)dx
=2x2+2x+ln∣x∣+C
Example 6: Trigonometric
∫(sinx+3cosx)dx=−cosx+3sinx+C
Example 7: Exponential
∫(ex+2x)dx=ex+ln(2)2x+C
Finding a Particular Solution
Given an initial condition, solve for C.
Example
Find f(x) if f′(x)=6x2−4x+1 and f(1)=5.
f(x)=∫(6x2−4x+1)dx=2x3−2x2+x+C
f(1)=2−2+1+C=5
C=4
f(x)=2x3−2x2+x+4