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: โซx1โdx=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 โซx1โdx=lnโฃxโฃ
Combine the results to find the final indefinite integral: โซ(ex+2sinxโx1โ)dx=exโ2cosxโlnโฃxโฃ+C