1. Use the summation formula $\sum_{i=1}^{n} i^2 = \frac{n(n+1)(2n+1)}{6}$ to evaluate $\int_0^2 x^2\,dx$ from first principles as a limit of right Riemann sums.
- A.$\frac{4}{3}$
- B.$\frac{8}{3}$
- C.$4$
- D.$\frac{2}{3}$
View Answer
Answer: $\frac{8}{3}$
Set up the Riemann sum: $\Delta x = \frac{2}{n}$, $x_i = \frac{2i}{n}$. The right Riemann sum is $R_n = \sum_{i=1}^{n} \left(\frac{2i}{n}\right)^2 \cdot \frac{2}{n} = \frac{8}{n^3} \sum_{i=1}^{n} i^2$. Apply the summation formula: $R_n = \frac{8}{n^3} \cdot \frac{n(n+1)(2n+1)}{6} = \frac{8(n+1)(2n+1)}{6n^2} = \frac{4(n+1)(2n+1)}{3n^2}$. Take the limit: $\lim_{n \to \infty} \frac{4(n+1)(2n+1)}{3n^2} = \frac{4 \cdot 2}{3} = \frac{8}{3}$, since $(n+1)/n \to 1$ and $(2n+1)/n \to 2$. Why distractors fail: Option A ($4/3$) uses $b = 1$ instead of $b = 2$. Option C ($4$) omits the division by 3 from the summation formula. Option D ($2/3$) might result from an error in the $\Delta x$ computation.