The indefinite integral of a function is the collection of all its antiderivatives. It represents a family of functions whose derivatives equal the integrand. The general form is:
∫f(x)dx=F(x)+C
Where:
∫ is the integral symbol.
f(x) is the function to be integrated.
dx indicates the variable of integration.
F(x) is the antiderivative of f(x).
C is the constant of integration.
Basic rules of indefinite integration
1. Power rule:
∫xndx=n+1xn+1+C,(n=−1)
2. Constant multiple rule:
∫a⋅f(x)dx=a∫f(x)dx
3. Sum and difference rule:
∫[f(x)±g(x)]dx=∫f(x)dx±∫g(x)dx
4. Exponential rule:
∫exdx=ex+C
5. Logarithmic rule:
∫x1dx=ln∣x∣+C
6. Trigonometric functions:
∫sin(x)dx=−cos(x)+C
∫cos(x)dx=sin(x)+C
∫sec2(x)dx=tan(x)+C
∫csc2(x)dx=−cot(x)+C
∫sec(x)tan(x)dx=sec(x)+C
∫csc(x)cot(x)dx=−csc(x)+C
Step-by-step examples
Example 1: ∫5x3dx
Apply the constant multiple rule:
∫5x3dx=5∫x3dx
Use the power rule:
5⋅3+1x3+1+C
Simplify:
45x4+C
Final Answer:45x4+C
Example 2: ∫(3x2−4x+5)dx
Split using the sum/difference rule:
∫3x2dx−∫4xdx+∫5dx
Apply the power rule to each term:
(3⋅3x3)−(4⋅2x2)+(5x)+C
Simplify:
x3−2x2+5x+C
Final Answer:x3−2x2+5x+C
Example 3: ∫sin(x)dx
Apply the standard rule:
∫sin(x)dx=−cos(x)+C
Final Answer:−cos(x)+C
Example 4: ∫e2xdx
Use substitution: Let u=2x, so du=2dx or dx=du/2.
Rewrite the integral:
∫eu⋅2du=21∫eudu
Integrate:
21⋅eu+C
Substitute backu=2x:
21⋅e2x+C
Final Answer:21e2x+C
Example 5: ∫x1dx
Rewrite the integrand:
∫x−1/2dx
Apply the power rule:
(−1/2)+1x(−1/2)+1+C
Simplify:
1/2x1/2+C
Invert the denominator:
2x+C
Final Answer:2x+C
Important notes on indefinite integrals
The constant of integration C must always be added since integration can result in multiple functions differing by a constant.
Indefinite integrals represent families of functions rather than a single solution.
More advanced functions may require substitution or other integration techniques.