Question
Evaluate the limit $\lim_{n\to\infty}\sum_{i=1}^{n} f(c_i)\,\Delta x_i$ for $f(x)=\sqrt{x}$
Original question: EXAMPLE 1 A Partition with Subintervals of Unequal Widths
Consider the region bounded by the graph of and the x-axis for , as shown in Figure 4.17. Evaluate the limit
where is the right endpoint of the partition given by and is the width of the th interval.
Solution The width of the ith interval is given by
So, the limit is
From Example 7 in Section 4.2, you know that the region shown in Figure 4.18 has an area of . Because the square bounded by and has an area of , you can conclude that the area of the region shown in Figure 4.17 has an area of . This agrees with the limit found in Example 1, even though that example used a partition having subintervals of unequal widths. The reason this particular partition gave the proper area is that as increases, the width of the largest subinterval approaches zero. This is a key feature of the development of definite integrals.
Figure 4.17 The subintervals do not have equal widths.
Figure 4.18 The area of the region bounded by the graph of and the y-axis for is . The point .
Area
Expert Verified Solution
Expert intro: This is a Riemann-sum limit with unequal subinterval widths. The main job is to substitute the given right endpoints and interval widths, simplify the sum, and take the limit as .
Detailed walkthrough
Step 1: Use the given right endpoints
We are given
Since ,
Step 2: Find the interval width
The width of the th subinterval is
Simplify:
Step 3: Form the sum
=\sum_{i=1}^{n}\left(\frac{i}{n}\right)\left(\frac{2i-1}{n^2}\right).$$ So $$\sum_{i=1}^{n} f(c_i)\,\Delta x_i =\frac{1}{n^3}\sum_{i=1}^{n}(2i^2-i).$$ ## Step 4: Use summation formulas $$\sum_{i=1}^{n} i^2=\frac{n(n+1)(2n+1)}{6}, \qquad \sum_{i=1}^{n} i=\frac{n(n+1)}{2}.$$ Therefore, $$\frac{1}{n^3}\sum_{i=1}^{n}(2i^2-i) =\frac{1}{n^3}\left[2\cdot\frac{n(n+1)(2n+1)}{6}-\frac{n(n+1)}{2}\right].$$ This simplifies to $$\frac{4n^3+3n^2-n}{6n^3}.$$ ## Step 5: Take the limit $$\lim_{n\to\infty}\frac{4n^3+3n^2-n}{6n^3}=\frac{4}{6}=\frac{2}{3}.$$ ## Final answer $$\boxed{\frac{2}{3}}$$ This matches the area under $y=\sqrt{x}$ from $0$ to $1$. ### 💡 Pitfall guide A common mistake is to treat the partition as equal-width. Here the widths are unequal, so you must use the given $c_i$ and compute $\Delta x_i$ carefully. Another frequent error is forgetting that $\sqrt{i^2/n^2}=i/n$ because $i,n>0$. ### 🔄 Real-world variant If the function were $f(x)=x^2$ with the same partition points, the same method would still work: substitute $c_i$, compute $\Delta x_i$, simplify, and evaluate the resulting limit. If the partition points were changed, the limit could still represent the same integral as long as the mesh size goes to zero. ### 🔍 Related terms Riemann sum, definite integral, partitionFAQ
What is the value of the limit for $f(x)=\sqrt{x}$?
After substituting the given right endpoints and widths, the sum simplifies to a limit of $rac{2}{3}$.
Why does this limit equal an area?
It is a Riemann-sum form for the area under the graph of $f(x)=\sqrt{x}$ on the interval $[0,1]$.