Welcome to the Integrator Calculator. This tool allows you to compute the definite integral of a function between two specified limits, which geometrically represents the area under the curve of that function.

Function and Limits Input



Enter your function in terms of ‘x’. Use standard mathematical notation (e.g., ‘^’ for power, ‘*’ for multiplication).



The starting point for integration.



The ending point for integration.



More intervals increase accuracy but require more computation. Use at least 1000 for good approximation.



Calculation Results

Integral Value (Approximate):
Delta x (Interval Width):
Sum of Approximations:

Formula Used (Rectangle Rule Approximation):

The calculator approximates the definite integral ∫ab f(x) dx using the rectangle rule (specifically, the midpoint rule for better accuracy). The formula is:
Area ≈ Δx * Σi=1n f(xi)

Where:

  • Δx = (b – a) / n (width of each rectangle)
  • n is the number of intervals (rectangles)
  • xi is the midpoint of the i-th interval
  • f(xi) is the function’s value at the midpoint
  • Σ denotes summation

Graphical Representation

Visualizing the function and the approximated area under the curve.

Integration Data Table


Interval (i) Midpoint (xi) f(xi) Rectangle Height (f(xi)) Rectangle Area (f(xi) * Δx)