Skip to content
Glacius
FoundationsConcept reference

Summation notation

A finite indexed sum combines the values of a stated rule at each integer index in an inclusive range by addition.

On this page 7 sections
  1. Overview
  2. Indexed sum notation tells you which values to add
  3. The lower limit need not be 1
  4. Keep each term’s sign when adding the expansion
  5. Key takeaway
  6. Sources & further reading
  7. Concept connections
Indexed sum of k+2 for k=1,2,3: adjacent lengths 3,4,5 form a total length of 12. All widths use the same unit.Indexed sum of k+2 for k=1,2,3: adjacent lengths 3,4,5 form a total length of 12. All widths use the same unit.
Figure 1Indexed sum of k+2 for k=1,2,3: adjacent lengths 3,4,5 form a total length of 12. All widths use the same unit.
Link to this figure ↗Download SVGDownload PNG

01Indexed sum notation tells you which values to add#

Indexed sum notation tells you which values to add. The capital sigma symbol is followed by a rule for each term.

Read the starting and ending indices.

k=13(k+2)\sum_{k=1}^{3}(k+2)

In k=13(k+2)\sum_{k=1}^{3}(k+2), the index kk takes the integer values 1,2,31,2,3, including both ends. Substitute each value into the rule.

Write one term per index.

k+2:3,4,5k+2:\quad3,4,5

The sum k=13(k+2)\sum_{k=1}^{3}(k+2) includes the values 3,4,53,4,5. Add them. The index moves through its range; it is not one fixed unknown to solve for.

Evaluate the expansion.

3+4+5=123+4+5=12
Check your reasoning

Evaluate k=24(k+1)\sum_{k=2}^{4}(k+1).

Show answer and explanation
12

The terms are 3,4,53,4,5, so 3+4+5=123+4+5=12.

02The lower limit need not be 1#

The lower limit need not be 11. The index letter is only a local label: changing kk to ii consistently changes nothing. If the rule is constant, include one copy per index.

Three copies of a constant.

i=132=2+2+2=6\sum_{i=1}^{3}2=2+2+2=6
Check your reasoning

A log has a1=3a_1=3, a2=2a_2=2, a3=4a_3=4. Evaluate i=13ai\sum_{i=1}^3 a_i.

Show answer and explanation
9

Read the listed entries in the given range, then add: 3+2+4=93+2+4=9.

03Keep each term’s sign when adding the expansion#

Keep each term’s sign when adding the expansion.

Check your reasoning

For a1=3,a2=2,a3=5a_1=3,a_2=-2,a_3=5, evaluate i=13ai\sum_{i=1}^3a_i.

Show answer and explanation
6

3+(2)+5=63+(-2)+5=6.

Key takeaway

List the integer indices from the lower through the upper limit. Substitute each into the rule, then add the resulting values.

  • Expand and evaluate a finite indexed sum

Sources & further reading

  1. [1]

Reference this concept

Link to this page, a section, or an individual figure.

Glacius. “Summation notation.” Math behind ML. /learn/f-sum