- Enter your polynomial using standard math notation. Use
^for exponents (sox^2means x squared) and+/-between terms. - The calculator integrates instantly, applying the power rule to each term and adding the constant of integration C.
- 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.
- For non-polynomial functions (sin, cos, e^x, ln, etc.), use the reference table at the bottom to look up the antiderivative manually.
- For definite integrals, compute the antiderivative F(x), then evaluate F(b) − F(a) at the bounds.
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
Antiderivative
∫ (3x^2 + 2x + 5) dx
= x^3 + x^2 + 5x + C
Step-by-Step
| Original Term | Rule | Antiderivative |
|---|---|---|
| 3x^2 | ∫ x^2 dx = x^3 / 3 | x^3 |
| 2x | ∫ x^1 dx = x^2 / 2 | x^2 |
| 5 | ∫ x^0 dx = x^1 / 1 | 5x |
| f(x) | ∫ f(x) dx | Notes |
|---|---|---|
| k (constant) | kx + C | Constant rule |
| x^n (n ≠ -1) | x^(n+1) / (n+1) + C | Power rule |
| 1/x | ln|x| + C | Reciprocal |
| e^x | e^x + C | Same function |
| a^x | a^x / ln(a) + C | General exponential |
| sin(x) | -cos(x) + C | Note 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
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 ✓
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.
| Term | Meaning | Notation |
|---|---|---|
| Antiderivative | Any function F(x) whose derivative is f(x) | F(x) such that F'(x) = f(x) |
| Indefinite integral | The complete family of antiderivatives, including + C | ∫ f(x) dx = F(x) + C |
| Definite integral | A 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
Related Calculators
Scientific Calculator
A full-featured scientific calculator with trig, logarithm, exponent, and memory functions.
Exponent Calculator
Calculate any base raised to any power, including negative and fractional exponents.
Logarithm Calculator
Calculate logarithms in any base: natural log (ln), log base 10, and custom bases.
Quadratic Formula Calculator
Solve quadratic equations ax² + bx + c = 0 using the quadratic formula. Shows real and complex roots.