Home
>
Knowledge
>
Integral Calculus
>
Summation notation review

Summation notation review

Summation notation, or sigma notation, is a mathematical way to represent the sum of a sequence of terms often defined by a formula. The notation is expressed with the Greek letter sigma (Σ) and includes:

  1. Index of Summation: A variable (commonly ii, jj, or nn) that represents the terms in the series.
  2. Limits of Summation: Lower and upper bounds indicating where to start and stop summing, written below and above the sigma symbol, respectively (e.g., i=1n\sum_{i=1}^{n}).
  3. General Term: The expression that defines the terms of the sum, which depends on the index (e.g., aia_i or a function like f(i)f(i)).

For example, i=15i\sum_{i=1}^{5} i represents the sum of the integers from 1 to 5, which equals 15. Summation notation simplifies the representation of long sums, making it easier to work with in mathematical contexts.

Part 1: Summation notation

Sigma, Σ, is the standard notation for writing long sums. Learn how it is used in this video.

Certainly! Here are the key points to learn when studying "Summation notation":

  1. Definition: Summation notation is a concise way to represent the sum of a sequence of terms. It uses the Greek letter sigma (Σ) to indicate summation.

  2. General Form: The general form is Σ (from i = m to n) of a_i, where:

    • "Σ" indicates summation.
    • "i" is the index of summation.
    • "m" is the lower limit (starting index).
    • "n" is the upper limit (ending index).
    • "a_i" is the expression being summed.
  3. Calculating Sums: To evaluate a sum, substitute the index (i) with each integer from m to n in the expression and add the results together.

  4. Properties of Summation:

    • Linearity: Σ (from i = m to n)(a_i + b_i) = Σ (from i = m to n) a_i + Σ (from i = m to n) b_i
    • Constant Factor: Σ (from i = m to n)(c * a_i) = c * Σ (from i = m to n) a_i, where c is a constant.
    • Split Sums: If the limits are the same, you can split the sum: Σ (from i = m to n) a_i = Σ (from i = m to k) a_i + Σ (from i = k+1 to n) a_i for any k between m and n.
  5. Special Sums:

    • Arithmetic Series: The sum of an arithmetic series can be expressed using the formula: S_n = n/2 * (first term + last term).
    • Geometric Series: The sum of a geometric series has a formula: S_n = a * (1 - r^n) / (1 - r) for r ≠ 1.
  6. Changing Index: You can change the index of summation for simplification or different expressions, using appropriate substitutions.

  7. Applications: Summation notation is essential in various fields such as mathematics, statistics, and computer science, particularly for series, sequences, and algorithms.

By focusing on these points, you will gain a solid understanding of summation notation and how to work with it effectively.

Part 2: Worked examples: Summation notation

Summation notation uses the sigma Σ symbol to represent sums with multiple terms. See some more involved examples of how we read expressions in summation notation.

When studying "Worked Examples: Summation Notation," focus on these key points:

  1. Understanding Summation Notation: Familiarize yourself with the sigma symbol (Σ), which represents the sum of a sequence of numbers.

  2. Index of Summation: Recognize the importance of the index (typically ii) that indicates the starting and ending values for the summation.

  3. Terms and Limits: Learn to identify the terms inside the summation and understand how the limits affect which values are included.

  4. Breaking Down Expressions: Practice breaking down more complex summations into simpler, manageable parts.

  5. Common Summation Formulas: Get to know the standard formulas, such as the sum of the first nn natural numbers and their applications.

  6. Manipulating Summations: Understand how to factor out constants, split summations, and apply properties of arithmetic to simplify calculations.

  7. Applications: Explore practical examples of summation notation in areas like statistics, calculus, and series.

  8. Practice: Engage with various worked examples to solidify understanding and gain proficiency in interpreting and solving summations.

Focusing on these areas will enhance your understanding of summation notation and its applications.