What Is an Antiderivative in Math: Rules and Examples

An antiderivative is a function that reverses differentiation. If you have a function f(x), its antiderivative is another function F(x) whose derivative equals f(x). In formal notation: F′(x) = f(x). So while a derivative tells you the rate of change of a function, an antiderivative works backward, recovering the original function from its rate of change.

Think of it this way: the derivative of x² is 2x. That means x² is an antiderivative of 2x. You’re simply running the process in reverse.

Why There’s Always a “+ C”

Here’s the catch: antiderivatives are never unique. The derivative of x² is 2x, but so is the derivative of x² + 1, x² + 7, or x² + π. Any constant tacked onto x² vanishes when you differentiate, because the derivative of a constant is zero. That means all of these functions are equally valid antiderivatives of 2x.

To account for this, you write the antiderivative of 2x as x² + C, where C represents any real number. This “C” is called the constant of integration, and it captures the fact that you’re describing not a single function but an entire family of functions. Graphically, each value of C shifts the curve up or down, producing a set of parallel curves that all share the same slope at every x-value.

If you’re given extra information (like the value of the function at a specific point), you can solve for C and pin down one specific curve from the family. Without that information, the answer stays general.

Notation: The Integral Sign

Finding an antiderivative is also called “indefinite integration,” and it uses the elongated S symbol: ∫. You write the antiderivative of f(x) as:

∫ f(x) dx = F(x) + C

The ∫ symbol is called the integral sign. The “dx” at the end indicates which variable you’re integrating with respect to. Together, the expression reads as “the antiderivative of f(x) with respect to x.” The result is always a function plus C.

This notation looks identical to definite integrals (which have upper and lower bounds), but indefinite integrals have no bounds and always produce a function rather than a number.

Common Antiderivative Rules

Just as differentiation has a set of standard rules, so does antidifferentiation. The most important ones let you handle polynomials, exponentials, and trig functions without reinventing the wheel each time.

The Power Rule

The power rule for derivatives says the derivative of xⁿ is n·xⁿ⁻¹. The power rule for antiderivatives reverses this: the antiderivative of xⁿ is xⁿ⁺¹/(n+1) + C, as long as n ≠ −1. So the antiderivative of x³ is x⁴/4 + C, and the antiderivative of x⁻² is −x⁻¹ + C.

The special case where n = −1 (meaning you’re integrating 1/x) gives you the natural logarithm: ∫ x⁻¹ dx = ln|x| + C. The absolute value bars are there because logarithms aren’t defined for negative numbers, but 1/x exists for any nonzero x.

Sum and Constant Multiple Rules

You can integrate a sum term by term: the antiderivative of f(x) + g(x) is simply the antiderivative of f(x) plus the antiderivative of g(x). And if a function is multiplied by a constant, that constant factors out of the integral. So integrating 5x³ + 2x is the same as integrating 5·(x³) + 2·(x) term by term, giving you 5x⁴/4 + x² + C.

Exponential and Trigonometric Functions

A few antiderivatives are worth memorizing because they come up constantly:

  • Exponential: ∫ eˣ dx = eˣ + C. The exponential function is its own antiderivative.
  • Sine: ∫ sin(x) dx = −cos(x) + C
  • Cosine: ∫ cos(x) dx = sin(x) + C
  • Tangent: ∫ tan(x) dx = ln|sec(x)| + C

Each of these can be verified by differentiating the right side and confirming you get the original function back. That’s always the test: if you’re unsure about an antiderivative, take its derivative and see if it matches.

The Fundamental Theorem of Calculus

Antiderivatives aren’t just a theoretical exercise. They connect directly to the area under a curve through the Fundamental Theorem of Calculus, which has two parts.

The first part says that if you define a function by accumulating area under f(x) starting from some fixed point, the derivative of that area function is f(x) itself. In other words, accumulating area and differentiating are inverse operations.

The second part gives you a practical tool: to calculate the exact area under f(x) between two points a and b, find any antiderivative F(x), then compute F(b) − F(a). This eliminates the need to approximate areas using rectangles. It’s the reason antiderivatives matter so much in applied math and science. Without this theorem, computing exact areas, volumes, and accumulated quantities would require laborious geometric methods.

How Antiderivatives Work in Physics

One of the clearest real-world applications is in motion. Acceleration, velocity, and position are linked by derivatives: velocity is the derivative of position, and acceleration is the derivative of velocity. Antiderivatives let you run this chain in reverse.

If you know an object’s acceleration over time, integrating it gives you velocity. Integrating velocity gives you position. For example, if an object accelerates at a constant 9.8 m/s² (gravity near Earth’s surface), integrating once gives velocity as 9.8t + C₁, where C₁ is the initial velocity. Integrating again gives position as 4.9t² + C₁t + C₂, where C₂ is the starting height. The constants of integration correspond to the initial conditions you’d measure in a real experiment.

This pattern extends beyond motion. Anywhere a rate of change is known and you need the total accumulated quantity, antiderivatives provide the answer: flow rates become total volume, power becomes total energy, and marginal cost becomes total cost in economics.

Antiderivative vs. Integral

These two terms overlap but aren’t identical. An antiderivative is a function F(x) whose derivative is f(x). An indefinite integral is the notation ∫ f(x) dx, which represents the entire family of antiderivatives, written as F(x) + C. In practice, people use the terms interchangeably when talking about indefinite integrals.

A definite integral, by contrast, has limits of integration (like ∫ from 0 to 3) and produces a specific number rather than a family of functions. The Fundamental Theorem connects them: you evaluate a definite integral by finding an antiderivative and plugging in the bounds. But the definite integral itself is a number representing accumulated area, not a function.

Visualizing the Family of Curves

If you graph all the antiderivatives of a function, you get a set of curves that are vertical translations of each other. Every curve in the family has the same slope at any given x-value, because they all share the same derivative. The only difference is their vertical position, determined by C.

A slope field makes this visible. At many points on the coordinate plane, you draw a short line segment showing the slope that any antiderivative must have at that location. The antiderivative curves thread through these segments, each one following the same pattern of slopes but shifted up or down. Given one specific point that the curve must pass through, you can trace a single path through the slope field, which corresponds to choosing a particular value of C.