Questions: Sigma Notation

5 questions to test your understanding

Score: 0 / 5
Question 1 Multiple Choice

Which sigma expression correctly represents the sum 4 + 9 + 16?

AΣᵢ₌₁³ i² (evaluates to 1 + 4 + 9 = 14)
BΣᵢ₌₂⁴ i² (evaluates to 4 + 9 + 16 = 29)
CΣᵢ₌₀² i² (evaluates to 0 + 1 + 4 = 5)
DΣᵢ₌₂³ i² (evaluates to 4 + 9 = 13)
Question 2 Multiple Choice

A student writes Σᵢ₌₁ⁿ i² to represent a sum, then rewrites it as Σₖ₌₁ⁿ k². Her classmate says the sum has changed because k is not the same variable as i. Who is correct?

AThe classmate — i and k are different variables and will produce different values
BThe student — the index variable is a dummy variable and renaming it does not change the sum
CBoth are partially right — the symbolic expression differs, but the numerical value only changes for some values of n
DNeither — sigma notation requires using i as the index by convention
Question 3 True / False

In sigma notation, the index of summation is expected to start at 1.

TTrue
FFalse
Question 4 True / False

The expressions Σᵢ₌₁ⁿ i² and Σₖ₌₁ⁿ k² represent the same numerical value for any positive integer n.

TTrue
FFalse
Question 5 Short Answer

Why is the index variable in sigma notation called a 'dummy variable,' and how does this differ from the role of the bounds?

Think about your answer, then reveal below.