Closed {Newton-Cotes}
formulas
1-point {rectangular rule}
|
∫0h f{x}dx ≈ I\sub{1} ≡
f{h/2}h + 1/12 h\sup{3} [f''{0}/2!] |
|
2-point {trapezoidal rule}
|
∫0h f{x}dx ≈ I\sub{2} ≡
[1/2 f{0} + 1/2 f{h}]h + -1/6 h\sup{3}
[f''{0}/2!] |
|
3-point {Simpson's rule}
|
∫0h f{x}dx ≈ I\sub{3} ≡ 2/3 I\sub{1}
+ 1/3 I\sub{2} + 1/15h\sup{5} [f''''{0}/3!]
|
|