What is this numerical approximation for definite integrals?

52 Views Asked by At

I've recently been reading a programming textbook that I've seen recommended to undergraduates. In it, the following approximation appears: enter image description here

What is this approximation? It seems elementary enough to have a name, but I do not believe that I have encountered it before. In fact, I can't even recall having seen this notation.

To be clear, I just want to know what the name of this trick is. Once I've got that, I'm happy to do any further reading myself.

1

There are 1 best solutions below

0
On BEST ANSWER

This is the "midpoint rule" approximate Riemann sum/"method of Riemann summation". Note that they are using $dx$ to stand for a small real number (usually denoted $h$ or $\Delta x$), rather than something more calculus-y.