I would suggest getting a grasp of summation notation rather than trying to understand someone else's formula.
http://www.math.ucdavis.edu/~kouba/CalcTwoDIRECTORY/summationdirectory/Summation.htmlIt's pretty simple, and it will become clear to you how to transform something like:
ExampleFind the right-endpoint estimate for the curve
)
from x=1 to x=11 with a step-size of 2.
Your relevant points are
,\, f(5),\, f(7),\, \cdots ,\, f(11))
.
Your rectangles are of those heights, and are of width 2.
Hence, your sum is:
 + f(5) + f(7) + \cdots + f(11) \right])
So we need to find a general way of expressing each term. We could try
)
, but we have to remember that summation notation goes by increments of 1, so we would have to remedy this by doing something like
)
. However, to get our desired
,\, f(5),\, \cdots)
, we would need a starting point of

(so that we get
)
). It's not desirable to have a non-integer starting point, as summation notation wasn't designed for that.
So to get around that, we make the expression in your sum
)
from

to

(where

corresponds to
)
and

corresponds to
)
)