It is a Numerical tool that is used to find the area under a curve without performing a symbolic integration. Some of the basic Quadratures are as follows.

1. Left rectangle rule

2. Right rectangle rule

3. Midpoint rule

4. Trapezoid rule

5. Kepler / Simpson’s Rule

Derivations

Left/Right Rectangle Rule

Idea: Approximate by constant polynomial on

And by constant for Right Rectangle Rule

Midpoint Rule

Step 1: interpolate at midpoint with constant polynomial:

Step 2: Integrate the constant:

Result:

Trapezoid Rule

Interpolate using Lagrange basis polynomials at points and :

where:

  • (equals at at )
  • (equals at at ) So,

It can be calculated

Simpson’s/Kepler’s Rule

Step 1: Interpolate f through three points: , , where

Step 2: The quadratic polynomial is:

Step 3: Key insight - for equidistant points:

Result: