This topic covers the use of sigma notation to represent the sum of a series. Students must understand how to interpret the notation and apply it to calcul
Topic Synopsis
This topic covers the use of sigma notation to represent the sum of a series. Students must understand how to interpret the notation and apply it to calculate the sum of various series.
Key Concepts & Core Principles
- The index of summation: the variable (e.g., i, r, k) that takes integer values from the lower limit to the upper limit. Changing the index name does not change the sum.
- Standard summation formulas: ∑_{i=1}^{n} i = n(n+1)/2, ∑_{i=1}^{n} i² = n(n+1)(2n+1)/6, ∑_{i=1}^{n} i³ = [n(n+1)/2]².
- Linearity of summation: ∑ (a_i ± b_i) = ∑ a_i ± ∑ b_i, and ∑ c·a_i = c·∑ a_i for constant c.
- Evaluating sums by splitting into known parts: e.g., ∑ (2i + 3) = 2∑ i + ∑ 3.
- Recognising arithmetic and geometric series in sigma notation: arithmetic series have constant difference, geometric have constant ratio.
Exam Tips & Revision Strategies
- Write out the first few terms of the series if the notation is confusing to ensure the structure is understood
- Check if the series can be simplified using standard arithmetic or geometric series formulae before summing manually
- Ensure the calculator is used efficiently if the series is complex
Common Misconceptions & Mistakes to Avoid
- Incorrectly identifying the starting value of the index
- Miscalculating the number of terms in the series
- Failing to correctly substitute the index into the expression for the general term
Examiner Marking Points
- Correct interpretation of the lower and upper limits of the summation
- Correct substitution of the index variable into the general term
- Accurate calculation of the sum of the terms
- Recognition that the sum of a constant 1 from 1 to n is equal to n