Trapezium Rule

f(x) = from x = to x =
Number of intervals =
Your browser does not support the HTML5 canvas tag.
Total area =


Summary
The Trapezium Rule approximates the area under the curve by the formula:

[y0 + 2(y1 + y2 + ... + yn-1) + yn]×h/2

where n = number of intervals
a = first ordinate
b = last ordinate
h = interval width = (b - a)/n
yi = f(a + i×h)

You can define functions using these operators:
+-*/^
abs( )sqrt( )ln( )exp( )pi
sin( )cos( )tan( )
asin( )acos( )atan( )