Question
Computing a Riemann sum with a linear denominator
Original question: Question 1: Using the definition of the Riemann integral, calculate the limit of the following sum: Answer:
Expert Verified Solution
Key concept: This limit is a classic Riemann-sum problem. The denominator can be rewritten so the sum matches the form of an integral on a short interval.
Step by step
Rewrite the sum in a Riemann-sum form
We are asked to calculate
Factor out from the denominator:
So the sum becomes
This already looks like a Riemann sum with sample points .
Match it to an integral
Write
where
Then
Therefore the limit equals
Evaluate the integral
Compute
Let , so and .
When , ; when , .
Thus
=\frac54\int_1^{9/5}\frac{1}{u}\,du =\frac54\ln\left(\frac95\right).$$ So the limit is $$\boxed{\frac54\ln\left(\frac95\right)}.$$ ## Key idea to remember The main skill is turning a sum into a Riemann sum by factoring out the $1/n$ term. Once the expression has the form $$\frac{1}{n}\sum f\left(\frac{k}{n}\right),$$ the limit becomes an integral immediately. ### Pitfall alert A frequent mistake is to treat the denominator as if it were $n\left(1+\frac{4k}{5n}\right)$ and then stop without noticing the essential $1/n$ factor outside the sum. Another error is to guess the interval incorrectly. Because the sample points are $k/n$ from 0 to 1, the integral is over $[0,1]$, not over $[0,5/4]$ or another interval. Be careful not to shift the indexing into a left-endpoint or midpoint form unless you intentionally rewrite the sum that way. ### Try different conditions If the sum were changed to $$\sum_{k=1}^{n}\frac{1}{n+\frac{4k}{5n}},$$ the limit would be completely different, because the denominator would no longer scale linearly with $n$ in the same way. In that variant, the term is close to $1/n$ rather than to a Riemann-sum integrand. A small change in where the $n$ appears can change the entire asymptotic behavior, so it is important to inspect the denominator before matching it to an integral. ### Further reading Riemann sum, definite integral, change of variablesFAQ
How do you turn this sum into a Riemann integral?
Factor out n from the denominator to create a 1/n factor outside the sum, then identify the remaining term as a function evaluated at k/n.
What definite integral represents the limit of this Riemann sum?
The limit is the integral from 0 to 1 of 1 divided by 1 plus four-fifths x, which evaluates by a simple logarithmic substitution.