Integral Calculator — Step-by-Step Symbolic Integration

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...

INTEGRAL CALCULATOR

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

INTEGRATION RULES

Constant rule∫c dx = cx + C
Power rule∫xⁿ dx = xⁿ⁺¹/(n+1) + C (n≠-1)
Reciprocal∫1/x dx = ln|x| + C
Constant mult.∫c·f dx = c·∫f dx
Sum rule∫(f+g) dx = ∫f dx + ∫g dx
∫sin x dx-cos x + C
∫cos x dxsin x + C
∫tan x dx-ln|cos x| + C
∫sec x dxln|sec x + tan x| + C
∫csc x dx-ln|csc x + cot x| + C
∫cot x dxln|sin x| + C
∫eˣ dxeˣ + C
∫aˣ dxaˣ/ln(a) + C
∫ln x dxx·ln(x) - x + C
∫√x dx(2/3)x^(3/2) + C
∫arctan x dxx·arctan(x) - ln(1+x²)/2 + C

INPUT SYNTAX

x^3x³ (power)
2*x2x (multiplication)
sin(x)sine of x
exp(x)
ln(x)natural log
sqrt(x)√x
sin(2*x)sin(2x) — linear substitution
Created with❤️byeaglecalculator.com

INTEGRATION FORMULAS

INTEGRAL RULES REFERENCE
RULEFORMULADESCRIPTION
Constant rule∫c dx = cx + CIntegral of any constant
Power rule∫x^n dx = x^(n+1)/(n+1) + Cn can be any real number except -1
Reciprocal∫1/x dx = ln|x| + CSpecial case of power rule at n = -1
Sum rule∫(f+g) dx = ∫f dx + ∫g dxIntegrate term by term
Constant mult.∫c·f dx = c·∫f dxPull constants outside the integral
∫sin x dx-cos x + C
∫cos x dxsin x + C
∫tan x dx-ln|cos x| + C
∫e^x dxe^x + CUnique: integral equals itself
∫a^x dxa^x / ln(a) + C
∫ln x dxx·ln(x) - x + CIntegration by parts: u=ln(x), dv=dx
∫√x dx(2/3)x^(3/2) + CPower rule with n=1/2
∫arctan x dxx·arctan(x) - ln(1+x²)/2 + CIntegration by parts

HOW TO USE

  1. 1

    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.

  2. 2

    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.

  3. 3

    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.

  4. 4

    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).

  5. 5

    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).

WORKED EXAMPLE

∫(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).

FREQUENTLY ASKED QUESTIONS

RELATED CALCULATORS

MORE CALCULUS CALCULATORS

Was this calculator helpful?

Last updated: April 29, 2026 · Formula verified by EagleCalculator team · Eagle-eyed accuracy for every calculation.