Calculus 2 Quiz: Riemann Sums And Notation
20 questions · exam conditions
0:00
Riemann Sums And NotationQuestion 1 of 20

If 15g(x)dx=12\int_1^5 g(x) \, dx = 12 and we approximate this integral using a right Riemann sum with n=4n = 4 equal subintervals, what is the relationship between the exact value and our approximation if g(x)g(x) is strictly decreasing on [1,5][1, 5]?

The right Riemann sum underestimates the integral by exactly 3 units
The right Riemann sum overestimates the integral by some unknown amount
The right Riemann sum underestimates the integral by some unknown amount
The right Riemann sum equals the exact integral value of 12
← Back to quizzes

Calculus 2 Quiz

Calculus 2 Quiz: Riemann Sums And Notation

Practice Riemann Sums And Notation in Calculus 2 with focused quiz questions that help you check what you know, review explanations, and build confidence with test-style prompts.

What this quiz covers

This quiz focuses on Riemann Sums And Notation, giving you a quick way to practice the rules, question types, and explanations that matter most for Calculus 2.

How to use this quiz

Try each quiz question before looking at the correct answer. Use the explanations to review missed ideas, then come back to similar questions until the pattern feels familiar.

All questions

Question 1

If 15g(x)dx=12\int_1^5 g(x) \, dx = 12 and we approximate this integral using a right Riemann sum with n=4n = 4 equal subintervals, what is the relationship between the exact value and our approximation if g(x)g(x) is strictly decreasing on [1,5][1, 5]?

  1. The right Riemann sum underestimates the integral by exactly 3 units
  2. The right Riemann sum overestimates the integral by some unknown amount
  3. The right Riemann sum underestimates the integral by some unknown amount (correct answer)
  4. The right Riemann sum equals the exact integral value of 12
Explanation: For a strictly decreasing function, the right endpoint of each subinterval gives the minimum value of the function on that subinterval. Therefore, the right Riemann sum will underestimate the true area under the curve. We cannot determine the exact amount of underestimation without knowing the specific function g(x). Choice A incorrectly assumes we can calculate the exact error. Choice B has the wrong direction (overestimate vs underestimate). Choice D ignores that Riemann sums are approximations.

Question 2

Let Sn=i=1n(2in23n)S_n = \sum_{i=1}^n (\frac{2i}{n^2} - \frac{3}{n}). What is the value of limnSn\lim_{n\to\infty} S_n?

  1. -3
  2. -2 (correct answer)
  3. 1
  4. 0
Explanation: We can evaluate this limit by splitting the sum and using summation formulas, or by converting to integrals. Using summation formulas: Sn=2n2i=1ni1ni=1n3S_n = \frac{2}{n^2} \sum_{i=1}^n i - \frac{1}{n} \sum_{i=1}^n 3. This becomes Sn=2n2n(n+1)21n(3n)=n+1n3=1+1n3=2+1nS_n = \frac{2}{n^2} \frac{n(n+1)}{2} - \frac{1}{n}(3n) = \frac{n+1}{n} - 3 = 1 + \frac{1}{n} - 3 = -2 + \frac{1}{n}. Taking the limit, limn(2+1n)=2\lim_{n\to\infty} (-2 + \frac{1}{n}) = -2. Alternatively, lim2in2=lim2(in)1n=012xdx=[x2]01=1\lim \sum \frac{2i}{n^2} = \lim \sum 2(\frac{i}{n})\frac{1}{n} = \int_0^1 2x dx = [x^2]_0^1 = 1. And lim3n=013dx=[3x]01=3\lim \sum \frac{-3}{n} = \int_0^1 -3 dx = [-3x]_0^1 = -3. The sum of the integrals is 1+(3)=21 + (-3) = -2.

Question 3

Consider the function f(x)=x2+1f(x) = x^2 + 1 on the interval [0,4][0, 4]. If we use a left Riemann sum with n=4n = 4 subintervals, which expression correctly represents the sum in summation notation?

  1. i=03f(i)1\sum_{i=0}^{3} f(i) \cdot 1 (correct answer)
  2. i=14f(i1)1\sum_{i=1}^{4} f(i-1) \cdot 1
  3. i=04f(i)1\sum_{i=0}^{4} f(i) \cdot 1
  4. i=13f(i)1\sum_{i=1}^{3} f(i) \cdot 1
Explanation: For a left Riemann sum on [0,4] with n=4 subintervals, Δx = (4-0)/4 = 1. The left endpoints are x₀=0, x₁=1, x₂=2, x₃=3. So we evaluate f at these points and multiply by Δx=1. This gives us ∑(i=0 to 3) f(i)·1. Choice B is equivalent but unnecessarily complicated. Choice C includes an extra term f(4), and choice D misses the first and last terms.

Question 4

Let f(x)f(x) be a strictly decreasing and concave up function on the interval [a,b][a, b]. Let Rn,Ln,Mn,TnR_n, L_n, M_n, T_n be the right-hand, left-hand, midpoint, and trapezoidal Riemann sum approximations with nn subintervals of equal width. Which of the following inequalities must be true?

  1. Ln<Tn<abf(x)dx<Mn<RnL_n < T_n < \int_a^b f(x) dx < M_n < R_n
  2. Rn<abf(x)dx<Mn<Tn<LnR_n < \int_a^b f(x) dx < M_n < T_n < L_n
  3. Rn<Mn<abf(x)dx<Tn<LnR_n < M_n < \int_a^b f(x) dx < T_n < L_n (correct answer)
  4. Mn<Rn<abf(x)dx<Ln<TnM_n < R_n < \int_a^b f(x) dx < L_n < T_n
Explanation: For a strictly decreasing function, the left-hand sum LnL_n is an overestimate and the right-hand sum RnR_n is an underestimate. Thus, Rn<abf(x)dx<LnR_n < \int_a^b f(x) dx < L_n. For a concave up function, the midpoint sum MnM_n is an underestimate and the trapezoidal sum TnT_n is an overestimate. Thus, Mn<abf(x)dx<TnM_n < \int_a^b f(x) dx < T_n. Combining these, we know that RnR_n and MnM_n are underestimates, while TnT_n and LnL_n are overestimates. A more detailed theorem states that for a function that is both decreasing and concave up, the approximations are ordered as follows: Rn<Mn<abf(x)dx<Tn<LnR_n < M_n < \int_a^b f(x) dx < T_n < L_n.

Question 5

The velocity of a particle is given by v(t)=1/(1+t)v(t) = 1/(1+t) for t0t \ge 0. Using a left Riemann sum with three equal subintervals on [0,3][0, 3], what is the approximate displacement of the particle?

  1. 7/6
  2. 13/12
  3. 11/2
  4. 11/6 (correct answer)
Explanation: When you encounter a problem asking for displacement given velocity, you're working with the fundamental theorem of calculus: displacement equals the integral of velocity over time. Since we can't easily integrate v(t)=11+tv(t) = \frac{1}{1+t} by hand on an exam, we approximate using Riemann sums. For a left Riemann sum on [0,3][0,3] with three equal subintervals, each subinterval has width Δt=303=1\Delta t = \frac{3-0}{3} = 1. The subintervals are [0,1][0,1], [1,2][1,2], and [2,3][2,3]. For left Riemann sums, we evaluate the function at the left endpoint of each subinterval. The left endpoints are t=0,1,2t = 0, 1, 2, giving us:
  • v(0)=11+0=1v(0) = \frac{1}{1+0} = 1
  • v(1)=11+1=12v(1) = \frac{1}{1+1} = \frac{1}{2}
  • v(2)=11+2=13v(2) = \frac{1}{1+2} = \frac{1}{3}
The left Riemann sum is: Δt[v(0)+v(1)+v(2)]=1[1+12+13]\Delta t \cdot [v(0) + v(1) + v(2)] = 1 \cdot \left[1 + \frac{1}{2} + \frac{1}{3}\right] Converting to a common denominator: 1+12+13=66+36+26=1161 + \frac{1}{2} + \frac{1}{3} = \frac{6}{6} + \frac{3}{6} + \frac{2}{6} = \frac{11}{6} Therefore, the approximate displacement is 116\frac{11}{6}, which is answer choice D. Choice A (76\frac{7}{6}) likely comes from incorrectly adding 1+121 + \frac{1}{2} and forgetting the third term. Choice B (1312\frac{13}{12}) suggests computational errors in finding common denominators. Choice C (112\frac{11}{2}) appears to be 116\frac{11}{6} with the denominator incorrectly simplified. Remember: for left Riemann sums, always use the left endpoint of each subinterval, and double-check your fraction arithmetic—it's a common source of errors.

Question 6

Consider the definite integral I=131xdxI = \int_1^3 \frac{1}{x} dx. Let RnR_n be the right-hand Riemann sum approximation and LnL_n be the left-hand Riemann sum approximation. Which statement correctly describes the relationship between R10R_{10}, L10L_{10}, and II?

  1. L10<R10<IL_{10} < R_{10} < I
  2. R10<I<L10R_{10} < I < L_{10} (correct answer)
  3. R10<L10<IR_{10} < L_{10} < I
  4. I<R10<L10I < R_{10} < L_{10}
Explanation: The function f(x)=1/xf(x) = 1/x is a strictly decreasing function on the interval [1,3][1, 3]. For any strictly decreasing function, the left-hand Riemann sum LnL_n will always be an overestimate of the true integral, because each rectangle's height is determined by the highest point in its subinterval. Conversely, the right-hand Riemann sum RnR_n will always be an underestimate, as each rectangle's height is determined by the lowest point. Therefore, for any nn, including n=10n=10, we must have R10<I<L10R_{10} < I < L_{10}.

Question 7

A Riemann sum for a function f(x)f(x) on the interval [2,10][2, 10] is given by Sn=i=1n(2+8(i1)n)28nS_n = \sum_{i=1}^n \left(2 + \frac{8(i-1)}{n}\right)^2 \frac{8}{n}. As nn \to \infty, what is the value of the corresponding definite integral?

  1. 336
  2. 328
  3. 992/3 (correct answer)
  4. 1000/3
Explanation: The Riemann sum is Sn=i=1nf(xi)ΔxS_n = \sum_{i=1}^n f(x_i^*) \Delta x. From the term 8n\frac{8}{n}, we identify Δx=102n=8n\Delta x = \frac{10-2}{n} = \frac{8}{n}. The sample points are xi=2+8(i1)nx_i^* = 2 + \frac{8(i-1)}{n}. This is of the form a+(i1)Δxa + (i-1)\Delta x, which represents the left endpoint of the i-th interval. The function being evaluated is f(x)=x2f(x) = x^2. Therefore, the sum represents the definite integral 210x2dx\int_2^{10} x^2 dx. Evaluating this gives [x33]210=1033233=100083=9923[\frac{x^3}{3}]_2^{10} = \frac{10^3}{3} - \frac{2^3}{3} = \frac{1000 - 8}{3} = \frac{992}{3}.

Question 8

Which of the following summation expressions, when the limit is taken as nn \to \infty, represents 01e2xdx\int_0^1 e^{-2x} dx?

  1. i=1ne2i/n2n\sum_{i=1}^n e^{-2i/n} \frac{2}{n}
  2. i=1nei/n1n\sum_{i=1}^n e^{-i/n} \frac{1}{n}
  3. i=1ne2i/n1n\sum_{i=1}^n e^{-2i/n} \frac{1}{n} (correct answer)
  4. i=0n1e2(i+1)/n2n\sum_{i=0}^{n-1} e^{-2(i+1)/n} \frac{2}{n}
Explanation: For 01e2xdx\int_0^1 e^{-2x} dx, we have a=0,b=1,f(x)=e2xa=0, b=1, f(x)=e^{-2x}. The width of subintervals is Δx=(10)/n=1/n\Delta x = (1-0)/n = 1/n. Using right endpoints, xi=a+iΔx=0+i/n=i/nx_i = a + i\Delta x = 0 + i/n = i/n. The right Riemann sum is i=1nf(xi)Δx=i=1ne2(i/n)1n\sum_{i=1}^n f(x_i) \Delta x = \sum_{i=1}^n e^{-2(i/n)} \frac{1}{n}. This matches choice C. Choice A uses Δx=2/n\Delta x = 2/n, which would correspond to an interval of length 2. Choice B uses the function exe^{-x}. Choice D uses right endpoints xi+1x_{i+1} but sums from i=0i=0 which is the same as a standard right-hand sum, but has Δx=2/n\Delta x = 2/n.

Question 9

Let f(x)=x2+1f(x) = x^2+1. The interval [0,4][0, 4] is partitioned into n=4n=4 subintervals of equal width. What is the difference between the upper sum (circumscribed rectangles) and the lower sum (inscribed rectangles) for this partition?

  1. 32
  2. 8
  3. 4
  4. 16 (correct answer)
Explanation: When you encounter Riemann sums with upper and lower approximations, you're exploring how rectangles can bound the area under a curve. The key insight is that for increasing functions, the upper sum uses right endpoints (overestimating area) while the lower sum uses left endpoints (underestimating area). Given f(x)=x2+1f(x) = x^2 + 1 on [0,4][0,4] with n=4n=4 subintervals, each subinterval has width Δx=404=1\Delta x = \frac{4-0}{4} = 1. The partition points are x0=0,x1=1,x2=2,x3=3,x4=4x_0 = 0, x_1 = 1, x_2 = 2, x_3 = 3, x_4 = 4. Since f(x)=x2+1f(x) = x^2 + 1 is increasing on [0,4][0,4], the maximum value on each subinterval occurs at the right endpoint, and the minimum at the left endpoint. Upper sum: U=1[f(1)+f(2)+f(3)+f(4)]=1[2+5+10+17]=34U = 1 \cdot [f(1) + f(2) + f(3) + f(4)] = 1 \cdot [2 + 5 + 10 + 17] = 34 Lower sum: L=1[f(0)+f(1)+f(2)+f(3)]=1[1+2+5+10]=18L = 1 \cdot [f(0) + f(1) + f(2) + f(3)] = 1 \cdot [1 + 2 + 5 + 10] = 18 The difference is UL=3418=16U - L = 34 - 18 = 16, confirming answer D. Looking at the wrong answers: A) 32 likely comes from doubling the correct difference. B) 8 might result from using the wrong width or miscounting terms. C) 4 could arise from confusing the number of subintervals with the actual difference. Remember: for increasing functions, the upper-lower difference always equals Δx[f(b)f(a)]\Delta x \cdot [f(b) - f(a)], where [a,b][a,b] is your interval. This gives you a quick check: 1[171]=161 \cdot [17 - 1] = 16.

Question 10

The expression 1nk=1n1(k/n)2\frac{1}{n} \sum_{k=1}^n \sqrt{1 - (k/n)^2} is a Riemann sum for a certain function on the interval [0,1][0, 1]. The exact value of the limit of this sum as nn \to \infty corresponds to the area of which geometric shape?

  1. A square with side length 1
  2. A right triangle with legs of length 1
  3. A semi-circle with radius 1
  4. A quarter-circle with radius 1 (correct answer)
Explanation: The expression is a right Riemann sum for the integral 011x2dx\int_0^1 \sqrt{1-x^2} dx. The function y=1x2y = \sqrt{1-x^2} is the equation of the top half of a circle centered at the origin with radius 1 (since y2=1x2x2+y2=1y^2 = 1-x^2 \Rightarrow x^2+y^2=1). The interval of integration is from x=0x=0 to x=1x=1. This describes the area under the curve in the first quadrant, which is a quarter of the full circle's area. Therefore, the integral represents the area of a quarter-circle with radius 1.

Question 11

For a continuous function f(x)f(x) on [a,b][a, b], the finite sum S=i=1nf(xi1)ΔxS = \sum_{i=1}^{n} f(x_{i-1}) \Delta x is known as the left-hand Riemann sum. Which change to this expression would convert it to the corresponding right-hand Riemann sum, RnR_n?

  1. Change the index of the sample point from xi1x_{i-1} to xi+1x_{i+1}.
  2. Change the summation to run from i=0i=0 to nn.
  3. Change Δx\Delta x to (ba)/2n(b-a)/2n.
  4. Change the index of the sample point from xi1x_{i-1} to xix_i. (correct answer)
Explanation: When you encounter Riemann sum questions, focus on understanding how the sample points are chosen within each subinterval. The key difference between left-hand and right-hand Riemann sums lies in where you evaluate the function within each rectangle. In a left-hand Riemann sum S=i=1nf(xi1)ΔxS = \sum_{i=1}^{n} f(x_{i-1}) \Delta x, you're using the left endpoint of each subinterval as your sample point. The notation xi1x_{i-1} indicates you're taking the function value at the beginning of the ii-th subinterval. To convert this to a right-hand Riemann sum, you simply need to evaluate the function at the right endpoint of each subinterval instead, which is represented by xix_i. This gives you Rn=i=1nf(xi)ΔxR_n = \sum_{i=1}^{n} f(x_i) \Delta x. Answer choice A is incorrect because xi+1x_{i+1} would represent a point outside your partition—this doesn't correspond to any standard Riemann sum. Choice B changes the summation limits, which would alter the number of rectangles and create indexing problems since x1x_{-1} isn't defined in your partition. Choice C halves the width of each rectangle by changing Δx\Delta x, which would fundamentally change the approximation method rather than just shifting from left to right endpoints. Remember this pattern: left-hand sums use xi1x_{i-1} (previous endpoint), right-hand sums use xix_i (current endpoint), and midpoint sums use the average of these. The summation limits and Δx=ban\Delta x = \frac{b-a}{n} stay the same—only the sample point location changes.

Question 12

The expression j=1412h(1+j2)\sum_{j=1}^{4} \frac{1}{2} \cdot h\left(1 + \frac{j}{2}\right) represents a Riemann sum approximation. What interval and which endpoints (left, right, or midpoint) are being used?

  1. Interval [1,3][1, 3] using left endpoints with 4 equal subintervals
  2. Interval [1,3][1, 3] using right endpoints with 4 equal subintervals (correct answer)
  3. Interval [1.5,3.5][1.5, 3.5] using left endpoints with 4 equal subintervals
  4. Interval [1,3][1, 3] using midpoints with 4 equal subintervals
Explanation: When analyzing Riemann sums, you need to identify three key components: the interval being approximated, the width of each subinterval (Δx\Delta x), and which point within each subinterval is being used for the function evaluation. Let's decode this expression step by step. The factor 12\frac{1}{2} represents Δx\Delta x, so each subinterval has width 12\frac{1}{2}. With 4 subintervals (since jj runs from 1 to 4), the total interval length is 4×12=24 \times \frac{1}{2} = 2. The function evaluations occur at points 1+j21 + \frac{j}{2} where j=1,2,3,4j = 1, 2, 3, 4. This gives us evaluation points at 1.5,2,2.5,1.5, 2, 2.5, and 33. These are the endpoints of our subintervals. Since we're using 4 subintervals of width 12\frac{1}{2} starting from some point, our subintervals are: [1,1.5],[1.5,2],[2,2.5],[2.5,3][1, 1.5], [1.5, 2], [2, 2.5], [2.5, 3]. The evaluation points 1.5,2,2.5,31.5, 2, 2.5, 3 are the right endpoints of these intervals, confirming we're using right endpoints on interval [1,3][1, 3]. Choice A incorrectly identifies left endpoints. If we used left endpoints, we'd evaluate at 1,1.5,2,2.51, 1.5, 2, 2.5, not 1.5,2,2.5,31.5, 2, 2.5, 3. Choice C misidentifies the interval entirely. Choice D suggests midpoints, but midpoints of [1,1.5],[1.5,2],[2,2.5],[2.5,3][1, 1.5], [1.5, 2], [2, 2.5], [2.5, 3] would be 1.25,1.75,2.25,2.751.25, 1.75, 2.25, 2.75. Study tip: Always work backwards from the evaluation points to determine the subintervals, then check whether your points fall at the left endpoints, right endpoints, or midpoints of those intervals.

Question 13

Consider the limit limni=1n2n1+(2in)2\lim_{n \to \infty} \sum_{i=1}^{n} \frac{2}{n} \sqrt{1 + \left(\frac{2i}{n}\right)^2}. This limit represents a definite integral. What are the correct limits of integration and integrand?

  1. 021+x2dx\int_0^2 \sqrt{1 + x^2} \, dx (correct answer)
  2. 131+x2dx\int_1^3 \sqrt{1 + x^2} \, dx
  3. 021+4x2dx\int_0^2 \sqrt{1 + 4x^2} \, dx
  4. 121+x2dx\int_1^2 \sqrt{1 + x^2} \, dx
Explanation: In this Riemann sum, Δx = 2/n, so the interval length is 2. The expression 2i/n represents the right endpoint formula a + iΔx. Since the smallest value (when i=1) is 2/n ≈ 0 and the largest (when i=n) is 2, we have the interval [0,2]. The integrand is √(1 + x²) where x = 2i/n. Choice B has wrong limits. Choice C incorrectly expands (2i/n)² as 4x² instead of x². Choice D has wrong lower limit.

Question 14

A function p(x)p(x) is continuous and positive on [0,3][0, 3]. The midpoint Riemann sum with n=6n = 6 subintervals gives an approximation of 15.7 for 03p(x)dx\int_0^3 p(x) \, dx. If we know that p(x)p(x) is concave up on [0,3][0, 3], what can we conclude about the exact value of the integral?

  1. The exact value is greater than 15.7 because midpoint sums overestimate for concave up functions
  2. The exact value is less than 15.7 because midpoint sums underestimate for concave up functions (correct answer)
  3. The exact value equals 15.7 because midpoint sums are exact for all continuous functions
  4. We cannot determine the relationship without knowing if the function is increasing or decreasing
Explanation: For a function that is concave up, the midpoint Riemann sum underestimates the true value of the definite integral. This is because when a function is concave up, the function lies above its secant lines, and the midpoint rule approximates the area using rectangles whose heights correspond to points on the curve that lie below the average value of the function on each subinterval. Choice A has the wrong direction. Choice C is incorrect since midpoint sums are approximations. Choice D is wrong because concavity alone determines the relationship for midpoint sums.

Question 15

A student writes the Riemann sum k=0n1f(1+3kn)3n\sum_{k=0}^{n-1} f\left(-1 + \frac{3k}{n}\right) \cdot \frac{3}{n} and claims it approximates 12f(x)dx\int_{-1}^{2} f(x) \, dx using left endpoints. Which part of the student's work contains an error?

  1. The interval should be [1,3][-1, 3] based on the given sum notation
  2. The sum should use right endpoints, not left endpoints for this interval
  3. The sum correctly represents a left Riemann sum for 12f(x)dx\int_{-1}^{2} f(x) \, dx (correct answer)
  4. The width 3n\frac{3}{n} is incorrect for the given interval length
Explanation: Let's verify: Δx = 3/n, so interval length = 3. The expression -1 + 3k/n gives left endpoints starting at -1 (when k=0) and ending at -1 + 3(n-1)/n = -1 + 3 - 3/n = 2 - 3/n. As n→∞, this approaches 2, confirming the interval is [-1,2]. The sum uses k from 0 to n-1, giving n terms total, which is correct for n subintervals. This is indeed a proper left Riemann sum for ∫₋₁² f(x)dx. The other choices identify non-existent errors.

Question 16

What is the exact value of limni=1n2n(1+in)\lim_{n\to\infty} \sum_{i=1}^n \frac{2}{n}\left(1 + \frac{i}{n}\right)?

  1. 3 (correct answer)
  2. 2
  3. 4
  4. 1
Explanation: This limit can be evaluated in two ways. Method 1: Using summation formulas. i=1n2n(1+in)=2ni=1n1+2n2i=1ni=2n(n)+2n2(n(n+1)2)=2+n+1n=2+1+1n=3+1n\sum_{i=1}^n \frac{2}{n}(1 + \frac{i}{n}) = \frac{2}{n}\sum_{i=1}^n 1 + \frac{2}{n^2}\sum_{i=1}^n i = \frac{2}{n}(n) + \frac{2}{n^2}(\frac{n(n+1)}{2}) = 2 + \frac{n+1}{n} = 2 + 1 + \frac{1}{n} = 3 + \frac{1}{n}. The limit as nn \to \infty is 3. Method 2: Converting to a definite integral. The sum can be written as 2limni=1n(1+in)1n2 \lim_{n\to\infty} \sum_{i=1}^n (1 + \frac{i}{n})\frac{1}{n}. This is 22 times the right Riemann sum for f(x)=1+xf(x) = 1+x on [0,1][0,1]. So the value is 201(1+x)dx=2[x+x22]01=2(1+12)=32 \int_0^1 (1+x) dx = 2[x + \frac{x^2}{2}]_0^1 = 2(1 + \frac{1}{2}) = 3.

Question 17

The sum i=1n(i3(i1)3)\sum_{i=1}^n (i^3 - (i-1)^3) is an example of a telescoping series. What is its value?

  1. n31n^3 - 1
  2. (n+1)31(n+1)^3 - 1
  3. n3n^3 (correct answer)
  4. 11
Explanation: This is a telescoping sum. Let's write out the first few terms and the last term. For i=1i=1: 13031^3 - 0^3. For i=2i=2: 23132^3 - 1^3. For i=3i=3: 33233^3 - 2^3. ... For i=ni=n: n3(n1)3n^3 - (n-1)^3. When we add these terms, the second part of each term cancels with the first part of the next term: (1303)+(2313)+(3323)+...+(n3(n1)3)(1^3 - 0^3) + (2^3 - 1^3) + (3^3 - 2^3) + ... + (n^3 - (n-1)^3). The 13-1^3 cancels with 131^3, 23-2^3 cancels with 232^3, and so on, until (n1)3-(n-1)^3 cancels. The only terms that do not cancel are 03-0^3 from the first term and n3n^3 from the last term. The sum is n303=n3n^3 - 0^3 = n^3. This identity is useful for deriving the formula for i2\sum i^2.

Question 18

The definite integral 25(x21)dx\int_2^5 (x^2 - 1) dx is expressed as the limit of a Riemann sum. Which of the following limits correctly represents this integral using right endpoints?

  1. limni=1n((2+3in)21)3n\lim_{n\to\infty} \sum_{i=1}^n \left( \left(2 + \frac{3i}{n}\right)^2 - 1 \right) \frac{3}{n} (correct answer)
  2. limni=1n((3in)21)3n\lim_{n\to\infty} \sum_{i=1}^n \left( \left(\frac{3i}{n}\right)^2 - 1 \right) \frac{3}{n}
  3. limni=1n((2+5in)21)5n\lim_{n\to\infty} \sum_{i=1}^n \left( \left(2 + \frac{5i}{n}\right)^2 - 1 \right) \frac{5}{n}
  4. limni=1n((2+3(i1)n)21)3n\lim_{n\to\infty} \sum_{i=1}^n \left( \left(2 + \frac{3(i-1)}{n}\right)^2 - 1 \right) \frac{3}{n}
Explanation: For the integral abf(x)dx\int_a^b f(x) dx, the limit of the right-hand Riemann sum is limni=1nf(xi)Δx\lim_{n\to\infty} \sum_{i=1}^n f(x_i) \Delta x. Here, a=2a=2, b=5b=5, and f(x)=x21f(x) = x^2 - 1. The width of each subinterval is Δx=ban=52n=3n\Delta x = \frac{b-a}{n} = \frac{5-2}{n} = \frac{3}{n}. The right endpoint of the i-th subinterval is xi=a+iΔx=2+i3nx_i = a + i\Delta x = 2 + i\frac{3}{n}. Substituting these into the formula gives f(xi)=(2+3in)21f(x_i) = (2 + \frac{3i}{n})^2 - 1. Therefore, the correct limit expression is limni=1n((2+3in)21)3n\lim_{n\to\infty} \sum_{i=1}^n \left( \left(2 + \frac{3i}{n}\right)^2 - 1 \right) \frac{3}{n}.

Question 19

A right Riemann sum is used to approximate 22x3dx\int_{-2}^{2} x^3 dx with n=4n=4 subintervals. What is the value of this approximation?

  1. 8 (correct answer)
  2. 0
  3. -8
  4. 7
Explanation: For the integral 22x3dx\int_{-2}^{2} x^3 dx with n=4n=4, the width of each subinterval is Δx=2(2)4=1\Delta x = \frac{2 - (-2)}{4} = 1. The subintervals are [2,1],[1,0],[0,1],[1,2][-2, -1], [-1, 0], [0, 1], [1, 2]. For a right Riemann sum, we use the right endpoints of these intervals: x1=1,x2=0,x3=1,x4=2x_1=-1, x_2=0, x_3=1, x_4=2. The approximation is R4=i=14f(xi)Δx=[f(1)+f(0)+f(1)+f(2)]1R_4 = \sum_{i=1}^4 f(x_i) \Delta x = [f(-1) + f(0) + f(1) + f(2)] \cdot 1. With f(x)=x3f(x) = x^3, this is ((1)3+03+13+23)1=(1+0+1+8)1=8((-1)^3 + 0^3 + 1^3 + 2^3) \cdot 1 = (-1 + 0 + 1 + 8) \cdot 1 = 8. Distractor B (0) is the exact value of the integral, a common trap. Distractor C (-8) is the value of the left Riemann sum.

Question 20

The limit limni=1ni2n3\lim_{n \to \infty} \sum_{i=1}^{n} \frac{i^2}{n^3} can be expressed as a definite integral. What is the value of this integral?

  1. 1/3 (correct answer)
  2. 1/2
  3. 1
  4. 1/4
Explanation: First, we rewrite the expression to fit the form of a Riemann sum, limni=1nf(xi)Δx\lim_{n \to \infty} \sum_{i=1}^{n} f(x_i) \Delta x. We can write i2n3=(in)21n\frac{i^2}{n^3} = \left(\frac{i}{n}\right)^2 \frac{1}{n}. This matches the form with Δx=1/n\Delta x = 1/n and sample points xi=i/nx_i = i/n for a right-hand sum on the interval [0,1][0, 1]. The function is f(x)=x2f(x) = x^2. Therefore, the limit is equivalent to the definite integral 01x2dx\int_0^1 x^2 dx. Evaluating this integral gives [x33]01=133033=13\left[ \frac{x^3}{3} \right]_0^1 = \frac{1^3}{3} - \frac{0^3}{3} = \frac{1}{3}.