OK, I know this is a simple question. Working on a problem with summation [MATH]a_n=\sum_{k=n+1}^2n[/MATH] and comparing this sum to the right approximation of the area under [MATH]1/x[/MATH] over the interval [MATH][1,2][/MATH].
The idea is that [MATH]a_n[/MATH] will subdivide [MATH][1,2][/MATH] into [MATH]n[/MATH] subintervals. Normally, to find the endpoints of an Riemann sum we use [MATH]x_k = a+k \cdot \Delta x[/MATH]. In this problem, [MATH]a=1, \Delta x = 1/n[/MATH], and, if n=2, then k starts at 2, which breaks the formula. If [MATH]n=2[/MATH], then [MATH]k = 3, 4[/MATH]
I am told that the left endpoints are [MATH]\frac{k-1}n[/MATH] and the right endpoints are [MATH]\frac kn[/MATH], which checks out. But I'm curious how we figure that out. The best I can figure is to shift the index, like this:
Is this right? Is there a better way?
The idea is that [MATH]a_n[/MATH] will subdivide [MATH][1,2][/MATH] into [MATH]n[/MATH] subintervals. Normally, to find the endpoints of an Riemann sum we use [MATH]x_k = a+k \cdot \Delta x[/MATH]. In this problem, [MATH]a=1, \Delta x = 1/n[/MATH], and, if n=2, then k starts at 2, which breaks the formula. If [MATH]n=2[/MATH], then [MATH]k = 3, 4[/MATH]
[MATH]x_3 = 1+3/2 = 5/2[/MATH] (should be 3/2)
[MATH]x_4 = 1+4/2 = 6/2[/MATH] (should be 4/2)
I am told that the left endpoints are [MATH]\frac{k-1}n[/MATH] and the right endpoints are [MATH]\frac kn[/MATH], which checks out. But I'm curious how we figure that out. The best I can figure is to shift the index, like this:
Let [MATH]m=k-n[/MATH]. Then, for [MATH]n=2[/MATH], we have that [MATH]k=3, 4[/MATH] and [MATH]m=1, 2[/MATH] (that is, starts at 1). Then the right endpoints are [MATH]x_m = a+\frac mn = 1+\frac mn = \frac{n+m}{n} = \frac kn[/MATH].
Is this right? Is there a better way?