Thanks Citan, I'm tryig to see where I fit the geometric series in. There's a pattern, but how do I manipulate it?
Here's my reasoning for the lower boundary, I can apply the same steps to the upper one, just slightly modified. In case the following Latex is not clear, one example is: (a/n)*(e^(a/n)). The x-axis is contained within 0 and a. n is the number of divisions of the x-axis.
[tex]\frac{a}{n}[/tex] + ([tex]\frac{a}{n}[/tex] x [tex]e^\frac{a}{n}[/tex]) + ([tex]\frac{2a}{n}[/tex] x [tex]e^\frac{2a}{n}[/tex]) ... ([tex]\frac{\ (n-1)a}{n}[/tex] x [tex]e^\frac{(n-1)a}{n}[/tex]).
The curve crosses the y-axis at one, so the first area is [tex]\frac{a}{n}[/tex] x [tex]e^\frac{0a}{n}[/tex], and [tex]e^\frac{0a}{n}[/tex] = 1. So that's why there is ([tex]\frac{a}{n}[/tex] x 1) in the above sum (although without the x1).
Apologies for the Latex! I thinks it's understandable. Basically, those are the rectangles formed when a is divided into n parts; I figured since the y-axis is [tex]e^x[/tex], then it would correspond with any point, such that when [tex]x= \frac{ka}{n}[/tex], then y would be [tex]e^\frac{ka}{n}[/tex]. The power of e matches the x-axis. Is this right so far? I get stuck from here...
Thanks guys/gals.