Indefinite integration, also known as antiderivation or finding an antiderivative, is a fundamental concept in calculus. It involves determining a function whose derivative is the given function. The result of an indefinite integration is called an antiderivative or a primitive function. The process is essentially the reverse of differentiation.
Key Concepts
Definition:
- The indefinite integral of a function f(x) with respect to x is denoted as ∫f(x)dx.
- It represents a family of functions F(x)+C, where F′(x)=f(x) and C is an arbitrary constant called the constant of integration.
Notation:
- ∫f(x)dx=F(x)+C
- ∫ is the integral sign, f(x) is the integrand, dx indicates the variable of integration, and C is the constant of integration.
Basic Rules:
- Power Rule: ∫xndx=n+1xn+1+C for n=−1
- Constant Multiple Rule: ∫kf(x)dx=k∫f(x)dx
- Sum Rule: ∫[f(x)+g(x)]dx=∫f(x)dx+∫g(x)dx
- Difference Rule: ∫[f(x)−g(x)]dx=∫f(x)dx−∫g(x)dx
Common Integrals:
- ∫xndx=n+1xn+1+C for n=−1
- ∫exdx=ex+C
- ∫x1dx=ln∣x∣+C
- ∫sinxdx=−cosx+C
- ∫cosxdx=sinx+C
- ∫sec2xdx=tanx+C
- ∫csc2xdx=−cotx+C
- ∫secxtanxdx=secx+C
- ∫cscxcotxdx=−cscx+C
Techniques of Integration:
- Substitution: Used when the integrand is a composite function. Set u=g(x), then du=g′(x)dx.
- Example: ∫2xex2dx set u=x2, then du=2xdx.
- Integration by Parts: Based on the product rule for differentiation.
- Formula: ∫udv=uv−∫vdu
- Example: ∫xexdx, set u=x, dv=exdx.
- Partial Fraction Decomposition: Used for rational functions, expressing them as a sum of simpler fractions.
- Example: ∫(x−1)(x+2)1dx, decompose into ∫(x−1A+x+2B)dx.
- Trigonometric Integrals and Substitutions: Used for integrals involving trigonometric functions.
- Example: ∫sin2xdx using sin2x=21−cos(2x).
- Improper Integrals: Dealing with integrals with infinite limits or integrands with infinite discontinuities. Not common in indefinite integration but relevant in the context of definite integrals.
Example Problem
Evaluate ∫(3x2+2x+1)dx:
Apply the Sum Rule:
∫(3x2+2x+1)dx=∫3x2dx+∫2xdx+∫1dxIntegrate Each Term:
- ∫3x2dx=3⋅3x3=x3
- ∫2xdx=2⋅2x2=x2
- ∫1dx=x
Combine Results and Add the Constant of Integration:
x3+x2+x+C
Thus, ∫(3x2+2x+1)dx=x3+x2+x+C.
Indefinite integration is a powerful tool in mathematics for solving problems involving rates of change and accumulation, and it is foundational for understanding and applying integral calculus.