๐Ÿ“ˆcollege algebra review

key term - Sigma

Definition

Sigma ($\Sigma$) is the Greek letter used to represent the sum of a sequence of terms. In mathematics, it is commonly used in summation notation to denote the sum of terms from a given sequence.

5 Must Know Facts For Your Next Test

  1. The general form of sigma notation is $\Sigma_{i=a}^{b} f(i)$, where $i$ is the index of summation, $a$ is the lower limit, and $b$ is the upper limit.
  2. Sigma notation can represent both finite and infinite series.
  3. The expression inside the sigma notation can be a simple number, variable, or more complex function.
  4. To evaluate a sigma notation for a finite series, substitute each integer value from $a$ to $b$ into the expression and sum the results.
  5. Properties such as linearity hold for summations: $\Sigma (af(i) + bg(i)) = a \Sigma f(i) + b \Sigma g(i)$.

Review Questions