Notes on Summations

0.0(0)
Studied by 0 people
call kaiCall Kai
Locked
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/20

flashcard set

Earn XP

Description and Tags

A set of vocabulary flashcards covering the notation, formal definitions, standard formulas, and manipulation identities for summations and products as presented in James Aspnes' lecture notes.

Last updated 7:23 AM on 6/1/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

21 Terms

1
New cards

Summation

The discrete versions of integrals; given a sequence xa,xa+1,...,xbx_a, x_{a+1}, \text{...}, x_b, its sum xa+xa+1+...+xbx_a + x_{a+1} + \text{...} + x_b is written as \textstyle \text{\textsum}_{i=a}^b x_i.

2
New cards

Index of Summation

The variable (often ii, jj, or kk) used to loop through values from a lower limit to an upper limit in a summation.

3
New cards

Lower Bound

Also called the lower limit, denoted as aa in the notation \textstyle \text{\textsum}_{i=a}^b x_i, representing the starting value of the index.

4
New cards

Upper Bound

Also called the upper limit, denoted as bb in the notation \textstyle \text{\textsum}_{i=a}^b x_i, representing the final value of the index.

5
New cards

Empty Sum

A summation where the upper bound bb is less than the lower bound aa (b<ab < a); it is defined to equal 00.

6
New cards

Scope

Describes which terms are included in a summation; it extends to the first addition or subtraction symbol not enclosed in parentheses or part of a larger term like a fraction numerator.

7
New cards

Einstein Summation Convention

A lazy approach adopted by theoretical physicists where the summation symbol (\text{\textsum}_i) is left out entirely in certain special types of sums.

8
New cards

Limit of an Infinite Sum

The value xx such that for any \text{\textepsilon} > 0, there exists an NN such that for all n>Nn > N, the partial sum sns_n satisfies |s_n - x| < \text{\textepsilon}.

9
New cards

Double Sum

A summation where the expression inside is another summation, functioning like two nested for loops and summing over all pairs of indices.

10
New cards

Linearity

A property of the summation operator allowing constant factors to be pulled out (\text{\textsum} ax_i = a \text{\textsum} x_i) and sums to be split (\text{\textsum} (x_i + y_i) = \text{\textsum} x_i + \text{\textsum} y_i).

11
New cards

Arithmetic Series

A series where the difference between adjacent terms is constant; the simplest form is \textstyle \text{\textsum}_{i=1}^n i = \frac{n(n+1)}{2}.

12
New cards

Geometric Series

A series where the ratio between adjacent terms is constant; for a constant r1r \neq 1, the sum reaches \textstyle \text{\textsum}_{i=0}^n r^i = \frac{1-r^{n+1}}{1-r}.

13
New cards

Harmonic Series

The sum \textstyle \text{\textsum}_{i=1}^n \frac{1}{i}, denoted as HnH_n, which the notes identify as \text{\textTheta}(n \text{ log } n).

14
New cards

Guess but Verify Method

A technique for identifying a closed-form formula for a sum by computing the first few values to recognize a sequence pattern and then proving it by induction.

15
New cards

Big-Theta of a Geometric Series

If xx is a constant not equal to 11, the sum of a geometric series is always the Big-Theta of its largest term.

16
New cards

Integral Trick for Summations

A bounding method where if f(n)f(n) is non-decreasing, then \textstyle \text{\textintegral}_{a-1}^b f(x)dx \text{\textless} \text{\textsum}_{i=a}^b f(i) \text{\textless} \text{\textintegral}_a^{b+1} f(x)dx.

17
New cards

Empty Product

A product with no terms, which is defined to have the value 11 because it is the identity element for multiplication.

18
New cards

Factorial Function

Defined for non-negative integers as n! = \textstyle \text{\textprod}_{i=1}^n i, with the consequence that 0!=10! = 1.

19
New cards

Big AND

A big operator defined as \textstyle \text{\textwedge}_{x \text{\textin} S} P(x) \text{\textequiv} \forall x \text{\textin} S : P(x); its identity element for an empty index set is True.

20
New cards

Big OR

A big operator defined as \textstyle \text{\textvee}_{x \text{\textin} S} P(x) \text{\textequiv} \text{\textexists} x \text{\textin} S : P(x); its identity element for an empty index set is False.

21
New cards

Carl Friedrich Gauss

An 18th-century mathematician alleged to have derived the arithmetic series formula by adding two copies of the series in opposite directions.