Trapezoidal Rule Calculator

Numerically integrate f(x) = ax² + bx + c using the trapezoidal rule and compare with the exact result.

f(x) = ax² + bx + c
Trapezoidal Approximation
0
Exact Integral
0
Absolute Error
0
Relative Error
0%
Step Size (h)
0
Number of Points
0

Computation Detail

Trapezoidal Rule

∫ f(x)dx ≈ (h/2) [f(x0) + 2f(x1) + 2f(x2) + ... + 2f(xn-1) + f(xn)]

where h = (b - a) / n

Related Calculators