/

Antiderivative Calculator – Indefinite Integral Solver with Steps

Antiderivative Calculator - Find ∫f(x)dx with Step-by-Step Working
Calculus Tool

Antiderivative Calculator

Find the indefinite integral ∫f(x)dx for any function — polynomials, trig, exponentials, logarithms, and fractions — with complete step-by-step working showing every antiderivative rule applied and automatic verification.

Antiderivative Calculator — Find ∫f(x)dx
f(x) dx = ? + C
x^2Powers
3*x^2 + 2*x + 1Polynomials
1/xFractions (1/x)
1/x^2Neg. powers
sqrt(x)Square root
sin(x), cos(x)Trig
e^xExponential
log(x)Natural log
1/(1+x^2)Inv. trig

⚠️ Use * for multiplication, ^ for powers. Use log(x) for natural log. For 1/x² write 1/x^2 or x^(-2).

∫ ··· d
∫x dx = x²/2+C
∫x³ dx = x⁴/4+C
∫2x dx = x²+C
∫1/x dx = ln|x|+C
∫1/x² = −1/x+C
∫1/x³ = −1/(2x²)+C
∫sin(x) = −cos(x)+C
∫cos(x) = sin(x)+C
∫eˣ dx = eˣ+C
∫1/(1+x²) = arctan(x)+C
Error

Antiderivative (Indefinite Integral)

f(x)  dx =  + C C is an arbitrary constant — any real number
Verification
Step-by-Step Working
Numerical Check — Evaluate at a Point (optional)
x₀ =
Integration Rules — Interactive Reference
1 Power Rule ∫xⁿ dx = xⁿ⁺¹/(n+1) + C

For any exponent n ≠ −1: increase the exponent by 1, then divide by the new exponent. The power rule for antiderivatives is the most important and most-used integration rule.

Pattern: ∫xⁿ dx = xⁿ⁺¹/(n+1) + C

Examples: ∫x dx = x²/2 + C  |  ∫x³ dx = x⁴/4 + C  |  ∫x⁻² dx = −1/x + C

Why n ≠ −1? When n = −1: xⁿ⁺¹/(n+1) = x⁰/0 — division by zero. Use the natural log rule for that case.

2 Constant Multiple ∫k·f(x) dx = k·∫f(x) dx

Constants factor out of integrals — integrate the function first, then multiply by the constant.

Example: ∫7x² dx = 7·∫x² dx = 7·(x³/3) = 7x³/3 + C

3 Sum & Difference ∫(f±g) dx = ∫f dx ± ∫g dx

Split sums and differences into separate integrals — handle each term independently using the appropriate rule.

Example: ∫(x² + 3x) dx = x³/3 + 3x²/2 + C

4 Constant Rule ∫k dx = kx + C

The antiderivative of a constant k is kx. Special case: ∫1 dx = x + C (antiderivative of 1).

Examples: ∫1 dx = x + C  |  ∫5 dx = 5x + C  |  ∫π dx = πx + C

5 Natural Log Rule ∫(1/x) dx = ln|x| + C

The special case for n = −1 where the power rule fails. The absolute value |x| is essential — it covers both x > 0 and x < 0.

For x > 0: ∫(1/x) dx = ln(x) + C    For x < 0: ∫(1/x) dx = ln(−x) + C    Combined: ln|x| + C

Proof: d/dx(ln|x|) = 1/x ✓

6 Exponential Rule ∫eˣ dx = eˣ + C

The exponential function eˣ is its own antiderivative — the only elementary function with this remarkable property.

∫eˣ dx = eˣ + C  |  ∫e^(kx) dx = e^(kx)/k + C  |  ∫aˣ dx = aˣ/ln(a) + C

Examples: ∫eˣ dx = eˣ + C  |  ∫2ˣ dx = 2ˣ/ln(2) + C

7 Trig Rules ∫sin(x) dx = −cos(x) + C

All six standard trigonometric antiderivative rules:

∫sin(x) dx = −cos(x) + C  |  ∫cos(x) dx = sin(x) + C

∫sec²(x) dx = tan(x) + C  |  ∫csc²(x) dx = −cot(x) + C

∫sec(x)tan(x) dx = sec(x) + C  |  ∫csc(x)cot(x) dx = −csc(x) + C

8 Inverse Trig Rules ∫1/(1+x²) dx = arctan(x) + C

∫1/(1+x²) dx = arctan(x) + C — memorise this one!

∫1/√(1−x²) dx = arcsin(x) + C (valid for |x| < 1)

∫1/(a²+x²) dx = (1/a)·arctan(x/a) + C

9 U-Substitution ∫f(g(x))·g'(x) dx = ∫f(u) du

Use when the integrand contains f(g(x))·g'(x) — a composite function multiplied by the derivative of the inner function. Let u = g(x), du = g'(x)dx, integrate in u, substitute back.

Example: ∫2x·sin(x²) dx → Let u = x², du = 2x dx → ∫sin(u) du = −cos(u) + C = −cos(x²) + C

10 Integration by Parts ∫u·dv = u·v − ∫v·du

For products of functions. Choose u (to differentiate) and dv (to integrate), then apply: ∫u·dv = u·v − ∫v·du

Example: ∫x·eˣ dx → u=x, dv=eˣdx → v=eˣ, du=dx → xeˣ − ∫eˣ dx = xeˣ − eˣ + C = eˣ(x−1) + C

Reference only — requires problem-specific setup beyond direct rule application.

Common Antiderivatives — Searchable Reference Table

Click any row to load that function into the calculator instantly. Search by typing a function name.

Polynomials & Powers
f(x)∫ f(x) dxNotes
1x + CAntiderivative of 1
xx²/2 + CAntiderivative of x
x³/3 + C
x⁴/4 + CAntiderivative of x³
xⁿxⁿ⁺¹/(n+1) + Cn ≠ −1; power rule
1/xln|x| + Cn=−1 special case
1/x²−1/x + CAntiderivative of 1/x²
1/x³−1/(2x²) + CAntiderivative of 1/x³
√x(2/3)x^(3/2) + Cx^(1/2)
1/√x2√x + Cx^(−1/2)
2xx² + CAntiderivative of 2x
2x²(2/3)x³ + CAntiderivative of 2x²
x⁻²−1/x + CSame as 1/x²
Exponential & Logarithmic
f(x)∫ f(x) dxNotes
eˣ + CAntiderivative of eˣ
e^(kx)e^(kx)/k + Ck is constant
2ˣ/ln(2) + Caˣ/ln(a) + C
ln(x)x·ln(x) − x + CIntegration by parts
1/xln|x| + CNatural log rule
Trigonometric
f(x)∫ f(x) dxNotes
sin(x)−cos(x) + CAntiderivative of sin(x)
cos(x)sin(x) + CAntiderivative of cos(x)
tan(x)−ln|cos(x)| + C= ln|sec(x)| + C
sec²(x)tan(x) + C
csc²(x)−cot(x) + C
sin²(x)x/2 − sin(2x)/4 + CHalf-angle formula
cos²(x)x/2 + sin(2x)/4 + CHalf-angle formula
Inverse Trigonometric
f(x)∫ f(x) dxNotes
1/(1+x²)arctan(x) + CAntiderivative of 1/(1+x²)
1/√(1−x²)arcsin(x) + C|x| < 1
−1/√(1−x²)arccos(x) + C

What Is an Antiderivative — Definition and Notation

This antiderivative calculator finds the indefinite integral of any function — polynomials, trig, exponentials, logarithms, and fractions — showing step-by-step working with every antiderivative rule applied and automatic verification by differentiating the result back to the original function.

An antiderivative (also called an indefinite integral or primitive function) of f(x) is any function F(x) such that F'(x) = f(x). The standard notation is:

∫ f(x) dx = F(x) + C where F'(x) = f(x) — verified by the Fundamental Theorem of Calculus

Each part of the notation ∫ f(x) dx = F(x) + C carries meaning:

  • = the integral sign (an elongated S from Latin "summa")
  • f(x) = the integrand — the function being integrated
  • dx = indicates integration with respect to x
  • F(x) = the antiderivative found
  • C = the constant of integration — any real number

Why Is There a + C?

Because the derivative of any constant is 0, there are infinitely many antiderivatives — all differing only by a constant. All three of x³/3, x³/3 + 7, and x³/3 − 42 are valid antiderivatives of x², since differentiating any of them gives x². The "+ C" accounts for all of them at once.

Antiderivative vs Definite Integral

  • An antiderivative (indefinite integral): ∫f(x)dx = F(x) + C — gives a family of functions
  • A definite integral: ∫ₐᵇf(x)dx = F(b) − F(a) — gives a specific number (area under curve)
  • The Fundamental Theorem of Calculus connects them: if F(x) = ∫f(x)dx, then ∫ₐᵇf(x)dx = F(b) − F(a)

Example: Using the Antiderivative for a Definite Integral

  1. Antiderivative: ∫x² dx = x³/3 + C
  2. Evaluate ∫₀³ x² dx = [3³/3 + C] − [0³/3 + C] = 9 − 0 = 9 (C cancels)

Antiderivative Rules — All Integration Rules Explained

These ten antiderivative rules cover every function encountered in standard calculus. Each rule is the reverse of a differentiation rule.

Power Rule (most important): ∫xⁿ dx = xⁿ⁺¹/(n+1) + C, for n ≠ −1

The power rule for antiderivatives: increase the exponent by 1, then divide by the new exponent. The power rule applies to all powers except n = −1. Apply the power rule for antiderivatives to every polynomial term.

∫ xⁿ dx = xⁿ⁺¹ / (n+1) + C    (n ≠ −1) Increase exponent by 1 · divide by new exponent · add + C
Integralnn+1Result
∫x dx12x²/2 + C
∫x² dx23x³/3 + C
∫x³ dx34x⁴/4 + C
∫x⁻² dx = ∫1/x² dx−2−1−1/x + C
∫x⁻³ dx = ∫1/x³ dx−3−2−1/(2x²) + C
∫√x dx = ∫x^(1/2) dx1/23/2(2/3)x^(3/2) + C

Why n ≠ −1? When n = −1: xⁿ⁺¹/(n+1) = x⁰/0 — division by zero is undefined. The special case is ∫x⁻¹ dx = ∫(1/x) dx = ln|x| + C.

Example 1 — Antiderivative of x: ∫x dx

  1. Apply power rule: n = 1, n+1 = 2
  2. x^(1+1)/(1+1) = x²/2
  3. ∫x dx = x²/2 + C

Example 2 — Antiderivative of 2x: ∫2x dx

  1. Factor out constant 2: 2∫x dx
  2. 2 × x²/2 = x²
  3. ∫2x dx = x² + C
  4. Verification: d/dx(x²) = 2x ✓

Example 3 — Antiderivative of 1/x²: ∫(1/x²) dx

  1. Rewrite: ∫x⁻² dx
  2. Power rule: n = −2, n+1 = −1
  3. x⁻²⁺¹/(−2+1) = x⁻¹/(−1) = −1/x
  4. ∫(1/x²) dx = −1/x + C
  5. Verification: d/dx(−1/x) = d/dx(−x⁻¹) = x⁻² = 1/x² ✓

Example 4 — Antiderivative of 2x²: ∫2x² dx

  1. Factor out 2: 2∫x² dx
  2. 2 × x³/3 = 2x³/3
  3. ∫2x² dx = (2/3)x³ + C

Example 5 — Antiderivative of a Polynomial: ∫(4x³ − 6x + 2) dx

  1. Sum rule: ∫4x³ dx − ∫6x dx + ∫2 dx
  2. Power rule each term: 4·(x⁴/4) − 6·(x²/2) + 2x = x⁴ − 3x² + 2x
  3. ∫(4x³ − 6x + 2) dx = x⁴ − 3x² + 2x + C

How to Find an Antiderivative — Step-by-Step Method

Follow this five-step process to find any antiderivative reliably and without errors:

  1. Step 1 — Identify the form: Is it a power (power rule)? Is it 1/x (natural log)? Is it eˣ (exponential)? Is it trig? Is it a sum? Factor constants out first.
  2. Step 2 — Apply the rule: Write the formula explicitly, then substitute.
  3. Step 3 — Simplify: Combine like terms, simplify fractions.
  4. Step 4 — Add + C: Always append the constant of integration. Never omit it.
  5. Step 5 — Verify: Differentiate your answer. If you get back the original integrand, the antiderivative is correct.

Example 1 — Polynomial with Negative Exponents: f(x) = 3x² − 2/x² + 5

  1. Rewrite: 3x² − 2x⁻² + 5
  2. Split: ∫3x² dx − ∫2x⁻² dx + ∫5 dx
  3. Power rule each: 3x³/3 − 2x⁻¹/(−1) + 5x = x³ + 2/x + 5x
  4. Add + C: x³ + 2/x + 5x + C
  5. Verify: d/dx(x³ + 2x⁻¹ + 5x) = 3x² − 2x⁻² + 5 = 3x² − 2/x² + 5 ✓

Example 2 — Trig: f(x) = 3sin(x) − 2cos(x)

  1. Split: 3∫sin(x) dx − 2∫cos(x) dx
  2. Apply trig rules: 3·(−cos(x)) − 2·sin(x) = −3cos(x) − 2sin(x)
  3. Add + C: −3cos(x) − 2sin(x) + C
  4. Verify: d/dx(−3cos(x) − 2sin(x)) = 3sin(x) − 2cos(x) ✓

Example 3 — Exponential + Power: f(x) = 4eˣ + 3x²

  1. Split: 4∫eˣ dx + 3∫x² dx
  2. Apply rules: 4eˣ + 3·(x³/3) = 4eˣ + x³
  3. Add + C: 4eˣ + x³ + C
  4. Verify: d/dx(4eˣ + x³) = 4eˣ + 3x² ✓

Special Antiderivatives — ln|x|, arctan(x), and More

These five antiderivatives are the most commonly searched and do not follow the basic power rule. Memorise all five.

1. Antiderivative of 1/x: ∫(1/x) dx = ln|x| + C

The absolute value |x| is essential — ln is undefined for negative x. For x > 0: ln(x) + C. For x < 0: ln(−x) + C. Combined: ln|x| + C covers both domains. Proof: d/dx(ln|x|) = 1/x ✓

2. Antiderivative of 1/(1+x²): ∫(1/(1+x²)) dx = arctan(x) + C

One of the most important inverse trig antiderivatives — memorise it. Proof: d/dx(arctan(x)) = 1/(1+x²) ✓

3. Antiderivative of 1/√(1−x²): ∫(1/√(1−x²)) dx = arcsin(x) + C

Valid for −1 < x < 1. Proof: d/dx(arcsin(x)) = 1/√(1−x²) ✓

4. Antiderivative of eˣ: ∫eˣ dx = eˣ + C

The exponential function eˣ is its own antiderivative — uniquely remarkable. Proof: d/dx(eˣ) = eˣ ✓

5. Antiderivative of ln(x): ∫ln(x) dx = x·ln(x) − x + C

Requires integration by parts. Proof: d/dx(x·ln(x) − x) = ln(x) + x·(1/x) − 1 = ln(x) + 1 − 1 = ln(x) ✓

Antiderivative vs Derivative — The Fundamental Theorem of Calculus

Differentiation and integration are inverse operations. The Fundamental Theorem of Calculus is the cornerstone connecting them.

Function f(x)Derivative f'(x)Antiderivative ∫f(x)dx
3x²x⁴/4 + C
sin(x)cos(x)−cos(x) + C
eˣ + C
ln(x)1/xx·ln(x)−x + C
arctan(x)1/(1+x²)— (not elementary)
2xx³/3 + C

The Fundamental Theorem of Calculus:
Part 1: If F(x) = ∫ₐˣ f(t) dt, then F'(x) = f(x)
Part 2: ∫ₐᵇ f(x) dx = F(b) − F(a), where F'(x) = f(x)
This theorem proves that antiderivatives are the key to computing definite integrals — the areas we see in physics, engineering, and data science.

Applying the Fundamental Theorem: ∫₁⁴ (3x²) dx

  1. Find antiderivative: ∫3x² dx → F(x) = x³ (omit + C since it cancels)
  2. Apply Part 2: F(4) − F(1) = 4³ − 1³ = 64 − 1 = 63

U-Substitution — Integrating Composite Functions

Use u-substitution when the integrand contains f(g(x))·g'(x) — a composite function multiplied by the derivative of its inner part. It is the reverse of the chain rule.

Method: (1) Let u = g(x). (2) Compute du = g'(x)dx. (3) Rewrite ∫ entirely in u. (4) Integrate. (5) Substitute back g(x). (6) Add + C.

Example 1: ∫2x·cos(x²) dx

  1. Let u = x², du = 2x dx
  2. ∫cos(u) du = sin(u) + C
  3. Substitute back: sin(x²) + C
  4. Verify: d/dx(sin(x²)) = cos(x²)·2x ✓

Example 2: ∫x·eˣ² dx

  1. Let u = x², du = 2x dx → x dx = du/2
  2. ∫eᵘ · (du/2) = (1/2)eᵘ + C
  3. Substitute back: (1/2)eˣ² + C
  4. Verify: d/dx((1/2)eˣ²) = x·eˣ² ✓

Example 3: ∫3x²·√(x³+1) dx

  1. Let u = x³+1, du = 3x² dx
  2. ∫√u du = (2/3)u^(3/2) + C
  3. Substitute back: (2/3)(x³+1)^(3/2) + C
  4. Verify: d/dx = 3x²·√(x³+1) ✓

Common Mistakes When Finding Antiderivatives

Mistake 1 — Forgetting + C

  • ❌ Wrong: ∫x² dx = x³/3
  • ✅ Correct: ∫x² dx = x³/3 + C
  • Without + C you have one specific antiderivative, not the full family.

Mistake 2 — Applying Power Rule to 1/x

  • ❌ Wrong: ∫(1/x) dx = x⁰/0 = undefined
  • ✅ Correct: ∫(1/x) dx = ln|x| + C — memorise this special case!

Mistake 3 — Forgetting to Divide by the New Exponent

  • ❌ Wrong: ∫x³ dx = x⁴ + C
  • ✅ Correct: ∫x³ dx = x⁴/4 + C — the power rule says increase exponent AND divide

Mistake 4 — Wrong Chain Rule Reversal

  • ❌ Wrong: ∫sin(3x) dx = −cos(3x) + C
  • ✅ Correct: ∫sin(3x) dx = −cos(3x)/3 + C (divide by derivative of inner function)
  • Verify: d/dx(−cos(3x)/3) = sin(3x)·3/3 = sin(3x) ✓

Mistake 5 — Not Rewriting Before Integrating

  • ❌ Wrong attempt: ∫(1/x²) dx using ln rule
  • ✅ Correct: Rewrite first as ∫x⁻² dx, then power rule: x⁻¹/(−1) = −1/x + C

Worked Examples — Full Solutions

1. ∫(x³ − 4x + 3) dx

  1. Sum rule: ∫x³ dx − 4∫x dx + 3∫1 dx
  2. Power rule each: x⁴/4 − 4·(x²/2) + 3x = x⁴/4 − 2x² + 3x
  3. Answer: x⁴/4 − 2x² + 3x + C
  4. Verify: d/dx = x³ − 4x + 3 ✓

2. ∫(1/x² + 1/x³) dx

  1. Rewrite: ∫x⁻² dx + ∫x⁻³ dx
  2. Power rule: x⁻¹/(−1) + x⁻²/(−2) = −1/x − 1/(2x²)
  3. Answer: −1/x − 1/(2x²) + C
  4. Verify: d/dx(−x⁻¹ − (1/2)x⁻²) = x⁻² + x⁻³ ✓

3. ∫(√x + 1/√x) dx

  1. Rewrite: ∫x^(1/2) dx + ∫x^(−1/2) dx
  2. Power rule: (2/3)x^(3/2) + 2x^(1/2)
  3. Answer: (2/3)x^(3/2) + 2√x + C

4. ∫(2eˣ − 3sin(x)) dx

  1. Split: 2∫eˣ dx − 3∫sin(x) dx
  2. Rules: 2eˣ − 3·(−cos(x)) = 2eˣ + 3cos(x)
  3. Answer: 2eˣ + 3cos(x) + C
  4. Verify: d/dx = 2eˣ − 3sin(x) ✓

5. ∫(5cos(x) + 2sec²(x)) dx

  1. Trig rules: 5sin(x) + 2tan(x)
  2. Answer: 5sin(x) + 2tan(x) + C

6. ∫(1/(1+x²) + x²) dx

  1. Inverse trig + power rule: arctan(x) + x³/3
  2. Answer: arctan(x) + x³/3 + C

7. ∫(4x⁷ − 3x⁴ + x − 7) dx

  1. Power rule each term: 4·(x⁸/8) − 3·(x⁵/5) + x²/2 − 7x
  2. Answer: x⁸/2 − 3x⁵/5 + x²/2 − 7x + C

8. ∫(eˣ + 1/x) dx

  1. Exponential + natural log: eˣ + ln|x|
  2. Answer: eˣ + ln|x| + C

9. ∫sin²(x) dx — Half-Angle Formula

  1. Identity: sin²(x) = (1 − cos(2x))/2
  2. ∫(1/2 − cos(2x)/2) dx = x/2 − sin(2x)/4
  3. Answer: x/2 − sin(2x)/4 + C

10. ∫(x + 1)² dx — Expand First

  1. Expand: (x+1)² = x² + 2x + 1
  2. ∫(x² + 2x + 1) dx = x³/3 + x² + x
  3. Answer: x³/3 + x² + x + C
  4. Verify: d/dx = x² + 2x + 1 = (x+1)² ✓

Frequently Asked Questions

What is an antiderivative?
An antiderivative (also called an indefinite integral) of f(x) is any function F(x) such that F'(x) = f(x). Written as ∫f(x)dx = F(x) + C, where C is the constant of integration. For example, the antiderivative of x² is x³/3 + C, because d/dx(x³/3) = x².
What is the antiderivative of x?
The antiderivative of x is x²/2 + C. Using the power rule for antiderivatives: ∫x dx = ∫x¹ dx = x^(1+1)/(1+1) = x²/2 + C. Verification: d/dx(x²/2) = 2x/2 = x ✓
What is the antiderivative of 1/x?
The antiderivative of 1/x is ln|x| + C. The absolute value |x| is essential because ln is only defined for positive numbers. This is a special case — the power rule gives division by zero for n = −1. Verification: d/dx(ln|x|) = 1/x ✓
What is the antiderivative of 1/x²?
The antiderivative of 1/x² is −1/x + C. Rewrite 1/x² as x⁻², then apply the power rule: ∫x⁻² dx = x⁻²⁺¹/(−2+1) = x⁻¹/(−1) = −1/x + C. Verification: d/dx(−1/x) = d/dx(−x⁻¹) = x⁻² = 1/x² ✓
What is the difference between an antiderivative and an integral?
An antiderivative (indefinite integral) ∫f(x)dx = F(x) + C gives a family of functions. A definite integral ∫ₐᵇf(x)dx = F(b) − F(a) gives a specific number (area under the curve from a to b). The Fundamental Theorem of Calculus connects them: antiderivatives are used to evaluate definite integrals.
Why do we add + C to every antiderivative?
Because the derivative of any constant is 0, adding any constant to an antiderivative still gives a valid antiderivative. So x³/3, x³/3 + 7, and x³/3 − 100 are all antiderivatives of x². The + C (constant of integration) represents the entire family of antiderivatives simultaneously.
What is the power rule for antiderivatives?
The power rule for antiderivatives: ∫xⁿ dx = xⁿ⁺¹/(n+1) + C, where n ≠ −1. Increase the exponent by 1, then divide by the new exponent. Examples: ∫x dx = x²/2 + C, ∫x³ dx = x⁴/4 + C, ∫x⁻² dx = −1/x + C. For n = −1, use ∫(1/x)dx = ln|x| + C.
What is the antiderivative of eˣ?
The antiderivative of eˣ is eˣ + C. The exponential function eˣ is its own antiderivative — the only elementary function with this property. Verification: d/dx(eˣ) = eˣ ✓. For e^(kx): ∫e^(kx) dx = e^(kx)/k + C.
What is the antiderivative of sin(x) and cos(x)?
The antiderivative of sin(x) is −cos(x) + C. The antiderivative of cos(x) is sin(x) + C. Note the minus sign for sin(x)! Verifications: d/dx(−cos(x)) = sin(x) ✓ and d/dx(sin(x)) = cos(x) ✓.
How do you verify that an antiderivative is correct?
Differentiate your answer and check you get back the original integrand. If F(x) is your claimed antiderivative of f(x), compute F'(x) and verify F'(x) = f(x). Our antiderivative calculator does this automatically — showing d/dx(F(x)) = f(x) ✓ for every result.

Related Calculators

Quick Rules
∫xⁿ dx = xⁿ⁺¹/(n+1) + C Power Rule — n ≠ −1
∫1/x dx = ln|x| + C Natural Log — n=−1 case
∫eˣ dx = eˣ + C Exponential Rule
∫sin(x) dx = −cos(x) + C Trig Rule
∫cos(x) dx = sin(x) + C Trig Rule
∫1/(1+x²) dx = arctan(x)+C Inverse Trig
∫k dx = kx + C Constant Rule
∫k·f dx = k·∫f dx Constant Multiple
∫(f±g)dx = ∫f dx ± ∫g dx Sum / Difference
Most Searched
∫x dx = x²/2 + C
∫x³ dx = x⁴/4 + C
∫2x dx = x² + C
∫1/x dx = ln|x| + C
∫1/x² dx = −1/x + C
∫1/(1+x²) = arctan(x)+C
∫2x² dx = 2x³/3 + C
∫1/x³ = −1/(2x²)+C
∫sin(x) = −cos(x)+C
∫eˣ dx = eˣ + C

Free chemistry, physics, biology & math calculators with step-by-step solutions. Trusted by 100,000+ students. Solve any science problem instantly!

Newsletter

Subscribe to our Newsletter to be updated. We promise not to spam.

Copyright © 2026 SciSolveLab. All Rights Reserved

Scroll to Top