Mark M. answered 08/26/15
Tutor
4.9
(950)
Retired math prof. Very extensive Precalculus tutoring experience.
Divide the interval [1, 2] into n equal subintervals. Each subinterval has length 1/n. Let f(x) = 1/x and form the following Riemann sum using right endpoints:
f(1 + 1/n)(1/n) + f(1 + 2/n)(1/n) + f(1 + 3/n)(1/n + ... + f(1 + n/n)(1/n)
Now, f(1 + 1/n) = 1/(1+1/n) = n/(n+1)
f(1 + 2/n) = 1/(1 + 2/n) = n/(n+2) etc
Denote the Riemann Sum by Sn.
Sn = (1/n)[n/(n+1) + n/(n+2) + ... + n/(2n)]
= 1/(n+1) + 1/(n+2) + 1/(n+3) + ... + 1/(2n)
lim Sn (as n → ∞) = ∫(1/x)dx (from x = 1 to x = 2)
= ln2 - ln1 = ln2 - 0 = ln2