Definition

center

QuadratureSampling Points ()Order Degree of Correctness
Newton-Cotes FormulaLeft/Right Rectangle Rule100
Trapezoidal Rule211
Simpson’s Rule323
Gauss-Legendere RulesMidpoint Rule101

Note for Newton-Cotes Formula

  • Even Sampling Points Exactly Integrate up to an Order 1 less than the number of Sampling points. Ex:
  • Odd Sampling Points Exactly Integrates up to an Order equal to the number of Sampling points. Ex:

Questions I have

  • What is Order of Accuracy?
  • What is K?
  • What is Number of Sampling points?
  • Fill in the table properly

References

  • Griffith - Numerical Method for Engineers Pg. 247