The Integral Calculator computes indefinite integrals symbolically with full step-by-step working. Supports polynomials (power rule), trig integrals (sin, cos, tan, sec, csc, cot), exponentials (eˣ), natural logarithm (ln x), square roots, and linear substitution for functions like sin(2x). Every st...
Use * for multiplication, ^ for powers, exp(x) for eˣ. Press Enter or click ∫ dx.
QUICK EXAMPLES
Enter a function above and press ∫ dx or Enter
INPUT SYNTAX
x^3x³ (power)2*x2x (multiplication)sin(x)sine of xexp(x)eˣln(x)natural logsqrt(x)√xsin(2*x)sin(2x) — linear substitution| RULE | FORMULA | DESCRIPTION |
|---|---|---|
| Constant rule | ∫c dx = cx + C | Integral of any constant |
| Power rule | ∫x^n dx = x^(n+1)/(n+1) + C | n can be any real number except -1 |
| Reciprocal | ∫1/x dx = ln|x| + C | Special case of power rule at n = -1 |
| Sum rule | ∫(f+g) dx = ∫f dx + ∫g dx | Integrate term by term |
| Constant mult. | ∫c·f dx = c·∫f dx | Pull constants outside the integral |
| ∫sin x dx | -cos x + C | |
| ∫cos x dx | sin x + C | |
| ∫tan x dx | -ln|cos x| + C | |
| ∫e^x dx | e^x + C | Unique: integral equals itself |
| ∫a^x dx | a^x / ln(a) + C | |
| ∫ln x dx | x·ln(x) - x + C | Integration by parts: u=ln(x), dv=dx |
| ∫√x dx | (2/3)x^(3/2) + C | Power rule with n=1/2 |
| ∫arctan x dx | x·arctan(x) - ln(1+x²)/2 + C | Integration by parts |
Type your function using standard notation: x^3 for x³, 2*x for 2x, sin(x), cos(x), exp(x) for eˣ, ln(x) for natural log, sqrt(x) for √x. Press Enter or click ∫ dx.
The indefinite integral appears as F(x) + C. The constant of integration C is always included — this is what makes it indefinite. Every valid antiderivative differs only by a constant.
The step-by-step panel shows which rule was applied: constant rule, power rule, sum/difference rule, constant multiple, or specific trig and exponential rules.
Use the quick example buttons: x³ (power rule), 3x²+4x-5 (polynomial), sin(x) and cos(x) (trig), eˣ (exponential), 1/x (reciprocal → ln), √x (fractional power), ln(x) (by parts), sin(2x) (linear substitution).
If the function cannot be integrated symbolically (e.g. products of two variable functions like x*sin(x)), the calculator shows a clear error with guidance. Use the Derivative Calculator to verify your result: the derivative of F(x) should equal f(x).
∫(3x^2 + 4x - 5) dx: sum rule applied term by term. ∫3x^2 dx = x^3 (constant multiple + power rule: 3 * x^3/3). ∫4x dx = 2x^2 (power rule). ∫-5 dx = -5x (constant rule). Result: x^3 + 2x^2 - 5x + C. Verification: d/dx(x^3+2x^2-5x+C) = 3x^2+4x-5 ✓. Also: ∫sin(2x) dx = -cos(2x)/2 + C (linear substitution).
Last updated: April 29, 2026 · Formula verified by EagleCalculator team · Eagle-eyed accuracy for every calculation.