Loading…

Substitution Method Tool

Math Calculus • Integrals

View all topics
3. Substitution Method Tool
Evaluates \(\int_a^b f(x)\,dx\) using an antiderivative when possible (FTC), with a numerical fallback and a shaded-area plot.
Inputs
Supported: + − * / ^, parentheses, variable x, constants pi, e, sin cos tan, ln log(base 10), sqrt abs exp. Implicit multiplication is allowed: 2x, (x+1)(x-1), 2sin(x), xsin(x). Trig powers like cos^2(2x) are supported.
You can use pi, e, e.g. \(a=0\).
Example: \(b=\pi\).

If symbolic rules don’t match, use numeric.
LaTeX is best for readability.
Used in adaptive Simpson.

Plots use \(x\) on the horizontal axis.
Plots \(x\in[c-w,c+w]\). Use Auto fit if scales explode.
Does not change \(F'(x)\).
Click to auto-fill and compute.
Ready
Graph
Drag to pan • wheel/pinch to zoom • curves: \(f(x)\), \(F(x)+C\), \(F'(x)\). Shaded region shows the signed area on \([a,b]\).
\(f(x)\) \(F(x)+C\) \(F'(x)\)
x: 0, y: 0, zoom(px/unit): 60
Tip: If the plot scales explode, zoom out or use Auto fit.
Result
Enter \(f(x)\), bounds \(a,b\), and click Evaluate.

Rate this calculator

0.0 /5 (0 ratings)
Be the first to rate.
Your rating
You can update your rating any time.

Frequently Asked Questions

What does this definite integral tool calculate?

It calculates the definite integral integral from a to b of f(x) dx, which represents the net signed area under the curve on the interval [a,b]. Areas below the x-axis count as negative.

How does the symbolic (FTC) method evaluate a definite integral?

When an antiderivative F(x) is available, the tool uses the Fundamental Theorem of Calculus: integral from a to b of f(x) dx = F(b) - F(a).

When should I use numeric only (Simpson)?

Use numeric only when you want a purely numerical approximation or when a symbolic antiderivative is difficult to obtain. The adaptive Simpson method approximates the integral to within the chosen tolerance.

What does the numeric tolerance control?

Tolerance sets the target error for adaptive Simpson integration. Smaller tolerance generally increases accuracy but may require more refinement and computation.

Why does the constant C not change the definite integral?

C shifts F(x) up or down, but it cancels in F(b) - F(a). The plotted F(x)+C may move, but the definite integral value stays the same.