Antiderivative Calculator

Find the antiderivative of any polynomial function with step-by-step power rule application. Includes a reference table of common antiderivatives.

Use ^ for exponents (x^2), +/- between terms. Example: 3x^2 + 2x - 5

Try:

Antiderivative

∫ (3x^2 + 2x + 5) dx

= x^3 + x^2 + 5x + C

Step-by-Step

Original TermRuleAntiderivative
3x^2∫ x^2 dx = x^3 / 3x^3
2x∫ x^1 dx = x^2 / 2x^2
5∫ x^0 dx = x^1 / 15x
Don't forget the + C. Every indefinite integral adds an arbitrary constant because differentiation eliminates constants, so any constant could have been part of the original function.
Common Antiderivatives Reference
f(x)∫ f(x) dxNotes
k (constant)kx + CConstant rule
x^n (n ≠ -1)x^(n+1) / (n+1) + CPower rule
1/xln|x| + CReciprocal
e^xe^x + CSame function
a^xa^x / ln(a) + CGeneral exponential
sin(x)-cos(x) + CNote the minus
cos(x)sin(x) + C
sec²(x)tan(x) + C
csc²(x)-cot(x) + C
sec(x)tan(x)sec(x) + C
csc(x)cot(x)-csc(x) + C
1/(1+x²)arctan(x) + C
1/√(1-x²)arcsin(x) + C

How to Use the Antiderivative Calculator

  1. Enter your polynomial using standard math notation. Use ^ for exponents (so x^2 means x squared) and + / - between terms.
  2. The calculator integrates instantly, applying the power rule to each term and adding the constant of integration C.
  3. Read the step-by-step breakdown below the result — it shows the rule applied to each individual term and the resulting antiderivative for that term.
  4. For non-polynomial functions (sin, cos, e^x, ln, etc.), use the reference table at the bottom to look up the antiderivative manually.
  5. For definite integrals, compute the antiderivative F(x), then evaluate F(b) − F(a) at the bounds.

The Power Rule for Antiderivatives

The power rule is the most-used rule in introductory calculus for finding antiderivatives of polynomial terms:

∫ x^n dx = x^(n+1) / (n+1) + C   (for n ≠ −1)
∫ 1/x dx = ln|x| + C   (special case for n = −1)

The general approach for any polynomial: integrate term by term, applying the power rule and pulling out constants. The constants of integration combine into a single + C.

Example: ∫ (3x² + 2x + 5) dx

∫ 3x² dx = 3 · x³/3 = x³
∫ 2x dx  = 2 · x²/2 = x²
∫ 5 dx   = 5x
────────────────────────────
Answer: x³ + x² + 5x + C

Verify by differentiating: d/dx(x³ + x² + 5x + C) = 3x² + 2x + 5 ✓

The constant of integration C is essential. Two functions can differ by any constant and still have the same derivative — so the antiderivative is always a family of functions, parameterized by C. Forgetting C is one of the most common mistakes in introductory calculus.

Antiderivative vs Integral vs Indefinite Integral: Understanding the Terms

These three terms are often used interchangeably, but they have subtly different meanings worth understanding before your next calculus exam.

TermMeaningNotation
AntiderivativeAny function F(x) whose derivative is f(x)F(x) such that F'(x) = f(x)
Indefinite integralThe complete family of antiderivatives, including + C∫ f(x) dx = F(x) + C
Definite integralA specific number representing area or accumulation∫ from a to b of f(x) dx = F(b) − F(a)

The Fundamental Theorem of Calculus ties these together: to compute a definite integral, you find any antiderivative F(x) and evaluate at the bounds. The + C cancels out, which is why definite integrals produce specific numerical answers rather than functions.

Beyond the power rule, three integration techniques cover almost all of single-variable calculus:

  • U-substitution — the reverse of the chain rule. Use when you see a function and its derivative both present.
  • Integration by parts — the reverse of the product rule: ∫ u dv = uv − ∫ v du. Use for products of unlike functions (like x·sin(x) or x·e^x).
  • Partial fractions — for rational functions where the denominator factors. Decompose into simpler fractions before integrating.

Frequently Asked Questions

An antiderivative of f(x) is any function F(x) whose derivative equals f(x). For example, since the derivative of x² is 2x, an antiderivative of 2x is x². Every function f(x) has infinitely many antiderivatives — they all differ by a constant. The collection of all antiderivatives is called the indefinite integral and is written ∫ f(x) dx = F(x) + C.

Related Calculators