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 f(x)=xf(x)=\sqrt{x} and the x-axis for 0x10\le x\le 1, as shown in Figure 4.17. Evaluate the limit

limni=1nf(ci)Δxi\lim_{n\to\infty}\sum_{i=1}^{n} f(c_i)\,\Delta x_i

where cic_i is the right endpoint of the partition given by ci=i2n2c_i=\frac{i^2}{n^2} and Δxi\Delta x_i is the width of the iith interval.

Solution The width of the ith interval is given by

Δxi=i2n2(i1)2n2\Delta x_i=\frac{i^2}{n^2}-\frac{(i-1)^2}{n^2} =i2i2+2i1n2=\frac{i^2-i^2+2i-1}{n^2} =2i1n2.=\frac{2i-1}{n^2}.

So, the limit is

limni=1nf(ci)Δxi=limni=1ni2n2(2i1n2)\lim_{n\to\infty}\sum_{i=1}^{n} f(c_i)\,\Delta x_i=\lim_{n\to\infty}\sum_{i=1}^{n}\sqrt{\frac{i^2}{n^2}}\left(\frac{2i-1}{n^2}\right) =limn1n3i=1n(2i2i)=\lim_{n\to\infty}\frac{1}{n^3}\sum_{i=1}^{n}(2i^2-i) =limn1n3[2n(n+1)(2n+1)6n(n+1)2]=\lim_{n\to\infty}\frac{1}{n^3}\left[2\frac{n(n+1)(2n+1)}{6}-\frac{n(n+1)}{2}\right] =limn4n3+3n2n6n3=\lim_{n\to\infty}\frac{4n^3+3n^2-n}{6n^3} =23.=\frac{2}{3}.

From Example 7 in Section 4.2, you know that the region shown in Figure 4.18 has an area of 13\frac{1}{3}. Because the square bounded by 0x10\le x\le 1 and 0y10\le y\le 1 has an area of 11, you can conclude that the area of the region shown in Figure 4.17 has an area of 23\frac{2}{3}. 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 nn 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 x=y2x=y^2 and the y-axis for 0y10\le y\le 1 is 13\frac{1}{3}. The point (1,1)(1,1).

yy

x=f(x)=xx=f(x)=\sqrt{x}

n1n\frac{n-1}{n}

2n\frac{2}{n}

1n\frac{1}{n}

xx

1n2\frac{1}{n^2}

22n2\frac{2^2}{n^2}

(n1)2n2\frac{(n-1)^2}{n^2}

x=y2x=y^2

Area =13=\frac{1}{3}

(0,0)(0,0)

(1,1)(1,1)

Expert Verified Solution

thumb_up100%(1 rated)

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 nn\to\infty.

Detailed walkthrough

Step 1: Use the given right endpoints

We are given

ci=i2n2.c_i=\frac{i^2}{n^2}.

Since f(x)=xf(x)=\sqrt{x},

f(ci)=i2n2=in.f(c_i)=\sqrt{\frac{i^2}{n^2}}=\frac{i}{n}.

Step 2: Find the interval width

The width of the iith subinterval is

Δxi=i2n2(i1)2n2.\Delta x_i=\frac{i^2}{n^2}-\frac{(i-1)^2}{n^2}.

Simplify:

Δxi=i2(i1)2n2=i2(i22i+1)n2=2i1n2.\Delta x_i=\frac{i^2-(i-1)^2}{n^2}=\frac{i^2-(i^2-2i+1)}{n^2}=\frac{2i-1}{n^2}.

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, partition
chat