Antiderivatives & Indefinite Integrals
Antiderivatives and Indefinite Integrals
In calculus, finding an antiderivative is the reverse process of finding a derivative. If you know the rate at which a quantity is changing, the antiderivative allows you to reconstruct the original quantity.
What is an Antiderivative?
A function F(x) is considered an antiderivative of f(x) if taking the derivative of F(x) gives you back f(x): F′(x)=f(x)
For example, if f(x)=2x, an antiderivative is F(x)=x2 because the derivative of x2 is exactly 2x.
The Constant of Integration (+ C)
Notice that the derivative of x2+5 is also 2x. The same is true for x2−10 or x2+42. Because the derivative of any constant is zero, there are infinitely many antiderivatives for any given function.
To represent the entire family of possible antiderivatives, we use an indefinite integral and add an arbitrary constant C, known as the constant of integration: ∫f(x)dx=F(x)+C
Here, ∫ is the integral sign, f(x) is the integrand (the function being integrated), and dx indicates the variable of integration.
Basic Integration Rules
Here are a few essential rules for evaluating indefinite integrals:
- Power Rule: ∫xndx=n+1xn+1+C (for n=−1)
- Exponential: ∫exdx=ex+C
- Reciprocal: ∫x1dx=ln∣x∣+C
- Sine: ∫sinxdx=−cosx+C
- Cosine: ∫cosxdx=sinx+C
- Sum and Difference: ∫[f(x)±g(x)]dx=∫f(x)dx±∫g(x)dx
Example Problems
Example 1: Find ∫(3x2−4x+2)dx
Apply the sum/difference rule and the power rule to each term individually: ∫3x2dx=3(3x3)=x3 ∫4xdx=4(2x2)=2x2 ∫2dx=2x
Combine the terms and don't forget to add the constant of integration: ∫(3x2−4x+2)dx=x3−2x2+2x+C
Example 2: Find ∫(ex+2sinx−x1)dx
Integrate each term using the basic rules: ∫exdx=ex ∫2sinxdx=−2cosx ∫x1dx=ln∣x∣
Combine the results to find the final indefinite integral: ∫(ex+2sinx−x1)dx=ex−2cosx−ln∣x∣+C