Antiderivatives and Indefinite Integrals
What You’ll Learn
Section titled “What You’ll Learn”In this lesson you’ll learn how to go backwards from a derivative to the original function. This is the beginning of integral calculus.
The Concept
Section titled “The Concept”An antiderivative of f(x) is a function F(x) whose derivative is f(x). In other words, F’(x) = f(x).
The indefinite integral is the notation for finding all antiderivatives:
The + C is the constant of integration. It’s there because if F(x) is an antiderivative, so is F(x) + 7, or F(x) - 3, or F(x) + any constant. The derivative of a constant is zero, so you can’t tell which constant was there just from the derivative.
Basic Integration Rules
Section titled “Basic Integration Rules”Power rule (reverse):
Special case for 1/x:
Exponential:
Trig:
Constants and sums pass through the integral, just like with derivatives.
The green line is f(x) = 2x, the derivative. The four blue parabolas are all antiderivatives: x² - 2, x², x² + 2, and x² + 4. They’re the same shape, just shifted up or down. All four have the same derivative (2x), which is why you need + C to capture the whole family.
Worked Example
Section titled “Worked Example”Example 1: Polynomial
Find the integral of 3x² - 4x + 7.
Each term uses the power rule: add 1 to the exponent, divide by the new exponent. The constant 7 integrates to 7x.
Example 2: Exponential and trig
Find the integral of e to the x plus 2 sin(x).
The integral of e to the x is itself. The integral of sin(x) is negative cos(x), and the 2 passes through.
Example 3: Fractional exponents
Find the integral of x to the 1/2 plus 5x to the negative 3.
The power rule works for any exponent except -1. Add 1 to the exponent, divide by the new exponent.
Real-World Application
Section titled “Real-World Application”Antiderivatives connect rates of change back to total quantities:
- Physics: if you know acceleration a(t), integrating gives velocity v(t). Integrating again gives position s(t).
- Economics: if you know marginal cost (the derivative of total cost), integrating gives total cost.
- Biology: if you know the rate of population growth, integrating gives the total population.
- Game dev: if a character’s speed function is known, integrating gives the total distance traveled.