Trapezoidal Rule
Integral of f(x) from a to b can be approximated by
H/2 * [F(X_0) + 2F(X_1) + 2F(X_2) + … + 2F(X_N-1) + F(X_N)]
where n is the number of evenly spaced subintervals
and H=(b-a)/n
Previous slide
Next slide
Back to first slide
View graphic version