🎓 BookMCQ
← Back to 6. Integration

📝 Summation formulas for Riemann sums (25 MCQs)

📖 From Calculus • 6. Integration • 25 questions available

What is Summation formulas for Riemann sums?

Definition:
Key summation formulas include i=1ni=n(n+1)2\sum_{i=1}^n i = \frac{n(n+1)}{2}, i=1ni2=n(n+1)(2n+1)6\sum_{i=1}^n i^2 = \frac{n(n+1)(2n+1)}{6}, and i=1nc=cn\sum_{i=1}^n c = cn. These closed-form expressions replace long sums, enabling limit calculations for definite integrals.

Example:
Use i2\sum i^2 for n=3n=3. Formula: 3(4)(7)6=14\frac{3(4)(7)}{6} = 14. Manual check: 1+4+9=141+4+9=14. Correct. Used in area approximations for parabolas.

Reason:
These formulas are critical for evaluating limits of Riemann sums analytically, providing exact areas for polynomial functions without relying on numerical approximation or geometric tricks.

12
Easy
10
Medium
3
Hard

📝 All Summation formulas for Riemann sums MCQs

Q1. A student simplifies k=1n(k23k+1)\sum_{k=1}^{n} (k^2 - 3k + 1) as n(n+1)(2n+1)63n(n+1)2+n\frac{n(n+1)(2n+1)}{6} - \frac{3n(n+1)}{2} + n. This expression is correct but not fully simplified. Which of the following is the fully simplified closed form for this sum?

A.2n33n2+11n6\frac{2n^3 - 3n^2 + 11n}{6}
B.n(n+1)(2n+1)63n\frac{n(n+1)(2n+1)}{6} - 3n
C.n(n+1)(2n5)6+n\frac{n(n+1)(2n-5)}{6} + n
D.n(n+1)(2n8)6\frac{n(n+1)(2n-8)}{6}
💡 Difficulty: easy | ✅ Correct: A

📖 Explanation: This problem requires applying the standard formulas for sums of kk and k2k^2, combining them, and simplifying the resulting polynomial. The correct simplification is 2n33n2+11n6\frac{2n^3 - 3n^2 + 11n}{6}. Students often correctly apply the formulas but then fail to combine like terms or distribute correctly, leading to common errors. The formula k=1n(ak+bk)=ak+bk\sum_{k=1}^n (a_k + b_k) = \sum a_k + \sum b_k is crucial here.

Q2. A student is given the sum k=1nk(2k+1)\sum_{k=1}^{n} k(2k+1). They use the formulas k=n(n+1)/2\sum k = n(n+1)/2 and k2=n(n+1)(2n+1)/6\sum k^2 = n(n+1)(2n+1)/6 to get 2k2+k2 \sum k^2 + \sum k. Which of the following correctly evaluates this?

A.n(n+1)(4n+5)6\frac{n(n+1)(4n+5)}{6}
B.n(n+1)(2n+1)3+n(n+1)2\frac{n(n+1)(2n+1)}{3} + \frac{n(n+1)}{2}
C.n(n+1)(4n+1)6\frac{n(n+1)(4n+1)}{6}
D.n(n+1)(2n+5)6\frac{n(n+1)(2n+5)}{6}
💡 Difficulty: easy | ✅ Correct: A

📖 Explanation: This is a straightforward Easy of the summation properties and standard formulas. The student must correctly identify that k(2k+1)=2k2+kk(2k+1) = 2k^2 + k, then apply the formulas. The correct result is 2n(n+1)(2n+1)6+n(n+1)2\frac{2n(n+1)(2n+1)}{6} + \frac{n(n+1)}{2}, which simplifies to n(n+1)(4n+5)6\frac{n(n+1)(4n+5)}{6}. Common errors come from misapplying the 22 factor or making an error in polynomial addition.

Q3. Given the identity k=1nk3=[k=1nk]2\sum_{k=1}^{n} k^3 = [ \sum_{k=1}^{n} k ]^2. Which statement about this identity is true?

A.It can be used to prove that k=1nk3\sum_{k=1}^{n} k^3 has a lower growth rate than k=1nk2\sum_{k=1}^{n} k^2.
B.It shows that the sum of cubes is a perfect square for all positive integers nn. ✅
C.It is a consequence of the formula for the sum of k2k^2.
D.The identity is only true for even values of nn.
💡 Difficulty: medium | ✅ Correct: B

📖 Explanation: This fundamental identity states that the sum of the first nn cubes is equal to the square of the sum of the first nn natural numbers. This is a deep and powerful result. Option B is the correct Medium. The other options represent common misconceptions: that it relates to growth rate (incorrect, both are quartic), that it arises from the k2k^2 formula, or that it's conditionally true.

Q4. Evaluate the sum k=120(3k22k)\sum_{k=1}^{20} (3k^2 - 2k).

A.8610 ✅
B.86100
C.2870
D.28700
💡 Difficulty: easy | ✅ Correct: A

📖 Explanation: This problem requires direct Easy of the summation formulas. The sum is calculated as 3k=120k22k=120k3 \sum_{k=1}^{20} k^2 - 2 \sum_{k=1}^{20} k. Using the formulas, 3×20(21)(41)62×20(21)2=8610420=86103 \times \frac{20(21)(41)}{6} - 2 \times \frac{20(21)}{2} = 8610 - 420 = 8610. Students often make arithmetic errors when evaluating the fractions or misunderstand the distributive property of summation, leading to options that reflect mistakes in calculation.

Q5. Which of the following is NOT a valid property of sums?

A.k=1ncak=ck=1nak\sum_{k=1}^{n} c a_k = c \sum_{k=1}^{n} a_k
B.k=1n(ak+bk)=k=1nak+k=1nbk\sum_{k=1}^{n} (a_k + b_k) = \sum_{k=1}^{n} a_k + \sum_{k=1}^{n} b_k
C.k=1n(akbk)=k=1nakk=1nbk\sum_{k=1}^{n} (a_k b_k) = \sum_{k=1}^{n} a_k \sum_{k=1}^{n} b_k
D.k=1n(akbk)=k=1nakk=1nbk\sum_{k=1}^{n} (a_k - b_k) = \sum_{k=1}^{n} a_k - \sum_{k=1}^{n} b_k
💡 Difficulty: medium | ✅ Correct: C

📖 Explanation: A common misconception is that summation distributes over multiplication, which is false. The correct property for sums is that it distributes over addition and subtraction, and constant factors can be pulled out. The product of sums is not the sum of products. Students who try to treat the sum as a linear operator in all cases will make this mistake. A counterexample quickly disproves this option, e.g., for n=2,a1=1,a2=2,b1=3,b2=4n=2, a_1=1, a_2=2, b_1=3, b_2=4.

Q6. A sequence of approximations to the area under a curve is given by An=1nk=1nk2n2A_n = \frac{1}{n} \sum_{k=1}^{n} \frac{k^2}{n^2}. What is the value of this limit as nn \to \infty?

A.01-Mar ✅
B.0
C.01-Feb
D.01-Apr
💡 Difficulty: easy | ✅ Correct: A

📖 Explanation: This problem connects summation to Riemann sums and area approximation. The expression represents a Riemann sum for the function f(x)=x2f(x) = x^2 on the interval [0,1]. Its limit is the definite integral 01x2dx=1/3\int_0^1 x^2 dx = 1/3. The concept is often tested in calculus. Students might try to compute the sum using formulas, leading to n(n+1)(2n+1)6n3\frac{n(n+1)(2n+1)}{6n^3}, whose limit is 1/31/3. The key is recognizing the sum as a Riemann sum.

Q7. A student incorrectly states that k=1nk2\sum_{k=1}^{n} k^2 is n2(n+1)24\frac{n^2(n+1)^2}{4}. Which of these is the best critique?

A.The student used the formula for k3\sum k^3. ✅
B.The formula for k2\sum k^2 is n(n+1)(2n+1)6\frac{n(n+1)(2n+1)}{6}, not n2(n+1)24\frac{n^2(n+1)^2}{4}.
C.The student doubled the exponent by mistake.
D.The formula is correct, so there is no error.
💡 Difficulty: medium | ✅ Correct: A

📖 Explanation: This question tests error detection. The formula n2(n+1)24\frac{n^2(n+1)^2}{4} is actually the formula for the sum of the first nn cubes, k3\sum k^3. The correct formula for the sum of squares is n(n+1)(2n+1)6\frac{n(n+1)(2n+1)}{6}. A student making this error is confusing the formulas for k2\sum k^2 and k3\sum k^3. The other options are not valid critiques of this specific mistake.

Q8. Simplify k=3n+2(k1)2\sum_{k=3}^{n+2} (k-1)^2.

A.n(n+1)(2n+1)6\frac{n(n+1)(2n+1)}{6}
B.(n+1)(n+2)(2n+3)61\frac{(n+1)(n+2)(2n+3)}{6} - 1
C.n(n+1)(2n+1)6+1\frac{n(n+1)(2n+1)}{6} + 1
D.(n+1)(n+2)(2n+3)6+2\frac{(n+1)(n+2)(2n+3)}{6} + 2
💡 Difficulty: easy | ✅ Correct: A

📖 Explanation: This problem tests the concept of shifting indices. By letting j=k1j = k-1, the sum becomes j=2n+1j2\sum_{j=2}^{n+1} j^2. This can be separated as j=1n+1j21\sum_{j=1}^{n+1} j^2 - 1. Using the formula for j=1n+1j2\sum_{j=1}^{n+1} j^2 gives (n+1)(n+2)(2n+3)61\frac{(n+1)(n+2)(2n+3)}{6} - 1. The correct answer simplifies to the standard formula for k=1nk2\sum_{k=1}^n k^2, which is n(n+1)(2n+1)6\frac{n(n+1)(2n+1)}{6}. A common mistake is failing to adjust the limits correctly.

Q9. Which of the following is the correct formula for the sum of the first n natural numbers?

A.n(n+1)2\frac{n(n+1)}{2}
B.n(n+1)(2n+1)6\frac{n(n+1)(2n+1)}{6}
C.n2(n+1)24\frac{n^2(n+1)^2}{4}
D.n(2n+1)(n+1)6\frac{n(2n+1)(n+1)}{6}
💡 Difficulty: easy | ✅ Correct: A

📖 Explanation: This is a Easy question. The sum of the first nn natural numbers is n(n+1)/2n(n+1)/2. The other formulas are for the sum of squares, sum of cubes, and a distractor. This foundational formula is the basis for many other summation problems. It's essential to know it perfectly to avoid confusion with other, similar-looking formulas.

Q10. A car accelerates such that its speed at the end of the kk-th second is k2k^2 m/s. What is the total distance traveled from t=1t=1 to t=nt=n seconds if distance is speed times time?

A.n(n+1)(2n+1)6\frac{n(n+1)(2n+1)}{6}
B.n(n+1)2\frac{n(n+1)}{2}
C.n2(n+1)24\frac{n^2(n+1)^2}{4}
D.k=1nk3\sum_{k=1}^{n} k^3
💡 Difficulty: easy | ✅ Correct: A

📖 Explanation: This is a modeling problem. Distance is speed × time. Since time is 1 second for each interval, the distance is the sum of speeds: k=1nk2\sum_{k=1}^{n} k^2. The correct closed form is n(n+1)(2n+1)6\frac{n(n+1)(2n+1)}{6}. The student must recognize which sum is being modeled. The scenario helps to apply the formula in a real-world setting, moving beyond abstract computation.

Q11. A student reasons that since k=1nk=n(n+1)2\sum_{k=1}^{n} k = \frac{n(n+1)}{2}, the sum of the first n odd numbers must be n(n+1)2\frac{n(n+1)}{2}. What is wrong with this reasoning?

A.Odd numbers are not the same as the first n natural numbers.
B.The sum of odd numbers is n2n^2. ✅
C.The sum of odd numbers is n(2n+1)2\frac{n(2n+1)}{2}.
D.The sum of odd numbers is n(2n1)2\frac{n(2n-1)}{2}.
💡 Difficulty: medium | ✅ Correct: B

📖 Explanation: This question tests the ability to identify a common logical error. The student incorrectly assumes that a formula for one set of numbers applies to another. The sum of the first nn odd numbers is a classic result: 1+3+5++(2n1)=n21+3+5+\dots+(2n-1) = n^2. A simple counterexample for n=2n=2 is 1+3=41+3=4, while 2(3)/2=32(3)/2 = 3, proving the student's reasoning is flawed. Option B is the correct formula for the sum of odd numbers.

Q12. Which of the following sums represents k=1nk4\sum_{k=1}^{n} k^4 expanded?

A.14+24+34++n41^4 + 2^4 + 3^4 + \dots + n^4
B.1+4+9++n21 + 4 + 9 + \dots + n^2
C.14+24+34++(n+1)41^4 + 2^4 + 3^4 + \dots + (n+1)^4
D.14+24+34++(n1)41^4 + 2^4 + 3^4 + \dots + (n-1)^4
💡 Difficulty: easy | ✅ Correct: A

📖 Explanation: This is a test of notation comprehension. The sum k=1nk4\sum_{k=1}^{n} k^4 explicitly means substituting k=1,2,3,...,nk=1, 2, 3, ..., n into the expression k4k^4 and adding the results. The other options are variations with different terms. This is a conceptual check to see if a student understands what a summation expression represents. It's a fundamental step before applying formulas.

Q13. What is the limit of 1n4k=1nk3\frac{1}{n^4} \sum_{k=1}^{n} k^3 as nn approaches infinity?

A.01-Apr ✅
B.01-Mar
C.0
D.1
💡 Difficulty: medium | ✅ Correct: A

📖 Explanation: This is a rigorous problem combining summation formulas with limits. Using the formula k=1nk3=[n(n+1)/2]2\sum_{k=1}^n k^3 = [n(n+1)/2]^2, the expression becomes n2(n+1)24n4\frac{n^2(n+1)^2}{4n^4}. Simplifying gives (1+1/n)24\frac{(1+1/n)^2}{4}, whose limit is 1/41/4. This problem requires algebra and limit evaluation. It is more Easy because it requires a deeper connection between discrete sums and continuous limits, resembling a Riemann sum formulation.

Q14. Given k=1nk2=n(n+1)(2n+1)6\sum_{k=1}^{n} k^2 = \frac{n(n+1)(2n+1)}{6}, what is k=1n(2k2+3)\sum_{k=1}^{n} (2k^2 + 3)?

A.n(n+1)(2n+1)3+3n\frac{n(n+1)(2n+1)}{3} + 3n
B.2n(n+1)(2n+1)6\frac{2n(n+1)(2n+1)}{6}
C.2n(n+1)(2n+1)3+3n\frac{2n(n+1)(2n+1)}{3} + 3n
D.n(n+1)(2n+1)6+3n\frac{n(n+1)(2n+1)}{6} + 3n
💡 Difficulty: hard | ✅ Correct: A

📖 Explanation: This problem combines the properties of summation (linearity) with the Easy of a known formula. The answer is 2k2+32 \sum k^2 + \sum 3. Using the formula, the correct result is 2×n(n+1)(2n+1)6+3n=n(n+1)(2n+1)3+3n2 \times \frac{n(n+1)(2n+1)}{6} + 3n = \frac{n(n+1)(2n+1)}{3} + 3n. Students often forget the 3n3n term from 3\sum 3, or they incorrectly distribute the 2 to the entire formula. It tests both memory and Easy of properties.

Q15. Which of the following correctly expresses 12+32+52++(2n1)21^2 + 3^2 + 5^2 + \dots + (2n-1)^2 in summation notation?

A.k=1nk2\sum_{k=1}^{n} k^2
B.k=1n(2k1)2\sum_{k=1}^{n} (2k-1)^2
C.k=1n(2k)2\sum_{k=1}^{n} (2k)^2
D.k=1n(2k+1)2\sum_{k=1}^{n} (2k+1)^2
💡 Difficulty: medium | ✅ Correct: B

📖 Explanation: This question checks understanding of summation notation and the pattern of odd numbers. The kk-th odd number is 2k12k-1. Squaring it gives the correct term. The other options represent sums of natural squares, even squares, and odd numbers shifted by 1. This is a conceptual question that tests the ability to translate a pattern into summation form.

Q16. A student claims that k=1nk2\sum_{k=1}^{n} k^2 is always an integer. Is this true, and why?

A.Yes, because n(n+1)(2n+1)n(n+1)(2n+1) is always divisible by 6.
B.No, it is not always an integer.
C.Yes, because it is the sum of integers. ✅
D.No, because the formula involves division.
💡 Difficulty: medium | ✅ Correct: C

📖 Explanation: This is a conceptual question about the nature of sums of integers. The sum of integers is always an integer. The correct reasoning is simply that it is the sum of integers. The other options introduce unnecessary complexity. The formula for k2\sum k^2 is indeed always an integer, but the simplest proof is that it's a sum of integers. The divisibility of n(n+1)(2n+1)n(n+1)(2n+1) by 6 is a proof, but the fundamental property is more direct.

Q17. What is the total number of items in a triangular array with nn rows, where row kk has kk items?

A.n(n+1)2\frac{n(n+1)}{2}
B.n(n+1)(2n+1)6\frac{n(n+1)(2n+1)}{6}
C.n2(n+1)24\frac{n^2(n+1)^2}{4}
D.n2n^2
💡 Difficulty: easy | ✅ Correct: A

📖 Explanation: This problem models a real-world scenario. The total number of items is the sum of the row lengths: 1+2+3++n1+2+3+\dots+n, which is n(n+1)/2n(n+1)/2. The student must correctly identify the pattern and match it to the summation formula. The other options represent sums of squares, cubes, or a different growth pattern. This tests Easy of arithmetic progression sums to a visual or structural representation.

Q18. The formula k=1nk3=(n(n+1)2)2\sum_{k=1}^{n} k^3 = \left( \frac{n(n+1)}{2} \right)^2 is often used to find sums of cubes. What is the value of k=1n(k3+k)\sum_{k=1}^{n} (k^3 + k)?

A.(n(n+1)2)2+n(n+1)2\left( \frac{n(n+1)}{2} \right)^2 + \frac{n(n+1)}{2}
B.(n(n+1)2)2+n\left( \frac{n(n+1)}{2} \right)^2 + n
C.(n(n+1)(2n+1)6)2+n(n+1)2\left( \frac{n(n+1)(2n+1)}{6} \right)^2 + \frac{n(n+1)}{2}
D.n2(n+1)24+n(n+1)2\frac{n^2(n+1)^2}{4} + \frac{n(n+1)}{2}
💡 Difficulty: hard | ✅ Correct: A

📖 Explanation: This problem requires applying the sum of cubes formula and the linearity property of summation. The student must correctly break the sum into k3+k\sum k^3 + \sum k. The result is the cube formula plus the natural sum formula. This tests the ability to combine multiple formulas. The incorrect options involve using the wrong formula for sums (squares) or other common mistakes.

Q19. Which of the following formulas gives the sum of the first nn terms of an arithmetic progression with first term aa and common difference dd?

A.n2(2a+(n1)d)\frac{n}{2}(2a + (n-1)d)
B.n2(a+d)\frac{n}{2}(a + d)
C.a+(n1)da + (n-1)d
D.n2(a+an)\frac{n}{2}(a + a_n)
💡 Difficulty: easy | ✅ Correct: A

📖 Explanation: This is a Easy of a fundamental formula. The sum of an arithmetic progression is n2(2a+(n1)d)\frac{n}{2}(2a + (n-1)d). Option D is also a correct formula, but it's less standard. The question tests if the student knows the standard closed form for the sum of an arithmetic sequence, which is strongly linked to summation formulas. This is a cornerstone of many summation problems.

Q20. A student incorrectly evaluates k=1nk2\sum_{k=1}^{n} k^2 as n(n+1)(n+2)6\frac{n(n+1)(n+2)}{6}. Which of the following is true about this error?

A.The student used the formula for k=1nk(k+1)\sum_{k=1}^{n} k(k+1). ✅
B.The student used (2n+1)(2n+1) instead of (n+2)(n+2).
C.The formula is correct for the sum of cubes.
D.The formula is for k=1nk(k1)\sum_{k=1}^{n} k(k-1).
💡 Difficulty: medium | ✅ Correct: A

📖 Explanation: This question identifies a source of an error. The formula n(n+1)(n+2)3\frac{n(n+1)(n+2)}{3} or n(n+1)(n+2)6\frac{n(n+1)(n+2)}{6} often arises from sums like k(k+1)\sum k(k+1). The specific formula n(n+1)(n+2)6\frac{n(n+1)(n+2)}{6} is actually 12k=1nk(k+1)\frac{1}{2} \sum_{k=1}^n k(k+1), representing a sum of triangular numbers. The student is likely applying a formula from an expansion of k2+kk^2 + k but forgetting to subtract the k\sum k part. This is a high-level Medium question.

Q21. The sum k=1n4\sum_{k=1}^{n} 4 equals:

A.4n ✅
B.4
C.4n24n^2
D.4(n+1)4(n+1)
💡 Difficulty: medium | ✅ Correct: A

📖 Explanation: This tests understanding of the summation of a constant. The sum of 4 repeated nn times is 4n4n. The other options reflect common misconceptions: evaluating the constant as 4, squaring nn, or making an index error. This is a conceptual question that ensures the student understands the fundamental process of summation, not just the formulas for kk and k2k^2.

Q22. A table of values shows that for n=1,2,3,4n=1,2,3,4, the sum k=1nk2\sum_{k=1}^{n} k^2 is 1, 5, 14, 30. Which formula matches this data?

A.n(n+1)(2n+1)6\frac{n(n+1)(2n+1)}{6}
B.n2(n+1)24\frac{n^2(n+1)^2}{4}
C.n(n+1)2\frac{n(n+1)}{2}
D.n(2n+1)(n+1)6\frac{n(2n+1)(n+1)}{6}
💡 Difficulty: easy | ✅ Correct: A

📖 Explanation: This problem requires matching a closed form to a pattern. The sequence 1, 5, 14, 30 is the sequence of sums of squares. Substituting n=1,2,3,4n=1,2,3,4 into the formula in option A yields 1, 5, 14, 30, confirming it's the correct formula. The other formulas produce different sequences. This tests pattern recognition and the ability to verify formulas with data, which is a key skill in numerical analysis.

Q23. The formula for k=1nk(k1)\sum_{k=1}^{n} k(k-1) is:

A.n(n+1)(n1)3\frac{n(n+1)(n-1)}{3}
B.n(n+1)(n1)6\frac{n(n+1)(n-1)}{6}
C.n(n+1)(2n+1)6n\frac{n(n+1)(2n+1)}{6} - n
D.n(n+1)2n\frac{n(n+1)}{2} - n
💡 Difficulty: medium | ✅ Correct: A

📖 Explanation: This is a more advanced derivation. k(k1)=k2k\sum k(k-1) = \sum k^2 - \sum k. Using the standard formulas, we get n(n+1)(2n+1)6n(n+1)2\frac{n(n+1)(2n+1)}{6} - \frac{n(n+1)}{2}. Simplifying this, we get n(n+1)6(2n+13)=n(n+1)(2n2)6=n(n+1)(n1)3\frac{n(n+1)}{6}(2n+1 - 3) = \frac{n(n+1)(2n-2)}{6} = \frac{n(n+1)(n-1)}{3}. This problem requires a manipulation and simplification of the summation formulas, testing the ability to derive new formulas from existing ones. It's a classic Olympiad-style Easy.

Q24. Which of the following is equivalent to i=1nai\sum_{i=1}^{n} a_i after a change of index j=i+2j = i+2?

A.j=3n+2aj2\sum_{j=3}^{n+2} a_{j-2}
B.j=1naj+2\sum_{j=1}^{n} a_{j+2}
C.j=1n2aj\sum_{j=-1}^{n-2} a_j
D.j=2n+1aj+2\sum_{j=2}^{n+1} a_{j+2}
💡 Difficulty: hard | ✅ Correct: A

📖 Explanation: This problem tests the manipulation of indices in summation. If j=i+2j = i+2, then i=j2i = j-2. The limits of summation change: when i=1i=1, j=3j=3; when i=ni=n, j=n+2j=n+2. The sum becomes j=3n+2aj2\sum_{j=3}^{n+2} a_{j-2}. This is a common technique used to simplify sums, such as when proving the formula for k2\sum k^2. Errors often arise from incorrectly substituting or not changing the limits.

Q25. Given the graph of y=x2y=x^2 and the area under it from x=0x=0 to x=1x=1, which Riemann sum expression corresponds to the left endpoint approximation with nn rectangles?

A.1nk=0n1(kn)2\frac{1}{n} \sum_{k=0}^{n-1} \left( \frac{k}{n} \right)^2
B.1nk=1n(kn)2\frac{1}{n} \sum_{k=1}^{n} \left( \frac{k}{n} \right)^2
C.1nk=0n1(k+1n)2\frac{1}{n} \sum_{k=0}^{n-1} \left( \frac{k+1}{n} \right)^2
D.1nk=1n(k1n)2\frac{1}{n} \sum_{k=1}^{n} \left( \frac{k-1}{n} \right)^2
💡 Difficulty: easy | ✅ Correct: A

📖 Explanation: This problem connects the geometric concept of area under a curve to algebraic summation notation. The left endpoint of the kk-th subinterval is (k1)/n(k-1)/n. The sum is k=1n1n((k1)/n)2\sum_{k=1}^{n} \frac{1}{n} ((k-1)/n)^2. By shifting the index j=k1j = k-1, it becomes 1nj=0n1(j/n)2\frac{1}{n} \sum_{j=0}^{n-1} (j/n)^2. This tests the connection between Riemann sums and summations, an important bridge to calculus.

🔗 Related Topics (MCQs)