The Indefinite Integral
The indefinite integral, also known as the antiderivative, is the reverse process of differentiation. It helps in finding original functions when given their derivatives and is fundamental in solving differential equations, physics, and engineering problems.
1. Definition of the Indefinite Integral
An indefinite integral of a function f(x) is written as:
∫f(x)dx=F(x)+C
where:
- F(x) is the antiderivative of f(x), meaning F′(x)=f(x).
- C is the constant of integration, which accounts for any constant lost during differentiation.
For example:
∫2xdx=x2+C
because the derivative of x2+C is 2x.
2. Basic Rules of Indefinite Integration
1. Power Rule
∫xndx=n+1xn+1+C,n=−1
Example:
∫x3dx=4x4+C
2. Constant Rule
∫kdx=kx+C
Example:
∫5dx=5x+C
3. Constant Multiple Rule
∫kf(x)dx=k∫f(x)dx
Example:
∫3x2dx=3∫x2dx=3⋅3x3+C=x3+C
4. Sum/Difference Rule
∫[f(x)±g(x)]dx=∫f(x)dx±∫g(x)dx
Example:
∫(x2+3x)dx=∫x2dx+∫3xdx=3x3+23x2+C
3. Common Indefinite Integrals
| Function f(x) |
Indefinite Integral ∫f(x)dx |
| xn (for n=−1) |
n+1xn+1+C |
| ex |
ex+C |
| lnx |
xlnx−x+C |
| sinx |
−cosx+C |
| cosx |
sinx+C |
| sec2x |
tanx+C |
| csc2x |
−cotx+C |
| secxtanx |
secx+C |
| cscxcotx |
−cscx+C |
4. Example Problems
Example 1: Compute ∫(3x2+2x−5)dx
Using the sum and power rules:
∫3x2dx+∫2xdx−∫5dx
=3⋅3x3+2⋅2x2−5x+C
=x3+x2−5x+C
Example 2: Compute ∫ex+x1dx
Using the table of integrals:
∫exdx+∫x1dx
=ex+ln∣x∣+C
5. Applications of Indefinite Integrals
- Physics: Finding velocity from acceleration, displacement from velocity.
- Engineering: Solving differential equations in circuits and mechanics.
- Economics: Computing demand and supply functions.
- Probability: Determining cumulative distribution functions.
The indefinite integral is essential for solving problems where the original function needs to be reconstructed from its rate of change.