Discrete Summations and Products Lecture Notes

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

This set of flashcards covers vocabulary and formal definitions related to summation notation, standard series formulas, identities, and big operators as presented in the lecture notes.

Last updated 11:32 AM on 8/3/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 version of an integral, representing the addition of a sequence xa,xa+1,...,xbx_a, x_{a+1}, \text{...}, x_b, expressed as \text{\textsum}_{i=a}^b x_i.

2
New cards

Index of summation

The variable ii in \text{\textsum}_{i=a}^b x_i that iterates through all values from the lower bound to the upper bound.

3
New cards

Lower bound (lower limit)

The starting value aa in a summation notation.

4
New cards

Upper bound (upper limit)

The ending value bb in a summation notation.

5
New cards

Empty sum

A sum where the upper bound is less than the lower bound (b<ab < a), which is defined to be 00.

6
New cards

Scope

The extent of a summation symbol, which continues until the first addition or subtraction symbol not enclosed in parentheses or part of a larger term like a fraction numerator.

7
New cards

Index set

A specific set or predicate used to define which indices are included in a summation, especially when they are not consecutive integers.

8
New cards

Einstein summation convention

A notation style used in theoretical physics where the summation symbol is omitted entirely for specific types of sums.

9
New cards

Infinite sum

The limit of a series of partial sums sns_n as nn approaches infinity, converging to xx if for any \text{\textepsilon} > 0, there exists an NN such that for all n>Nn > N, |s_n - x| < \text{\textepsilon}.

10
New cards

Double sum

Nested summations representing two nested for loops, summing the innermost expression over all pairs of values of the two indices.

11
New cards

Arithmetic series

A series where the difference between adjacent terms is constant, with the simplest form being \text{\textsum}_{i=1}^n i = \frac{n(n+1)}{2}, which equals nn times the average value n+12\frac{n+1}{2}.

12
New cards

Geometric series

A series where the ratio between adjacent terms is constant, with the finite form \text{\textsum}_{i=0}^n r^i = \frac{1 - r^{n+1}}{1 - r}.

13
New cards

Harmonic series

The series \text{\textsum}_{i=1}^n 1/i, also known as the n-thn\text{-th} harmonic number HnH_n, which is \text{\textTheta}(n \text{ log } n).

14
New cards

Linearity of summation

The property allowing constant factors to be pulled out (\text{\textsum} a x_i = a \text{\textsum} x_i) and sums inside summations to be split (\text{\textsum} (x_i + y_i) = \text{\textsum} x_i + \text{\textsum} y_i).

15
New cards

Guess but verify method

A technique for identifying the value of a sum by writing out the first few values of the upper limit to find a pattern and then proving it by induction.

16
New cards

Product notation

An operation denoted by the Greek letter pi (\text{\textprod}) used to multiply a series of values, such as the factorial function n! = \text{\textprod}_{i=1}^n i.

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

Big AND (logical conjunction)

An operator \text{\textbigwedge}_{x \text{\textin} S} P(x) that performs a logical AND over a series of predicates, returning True for an empty index set.

19
New cards

Big OR (logical disjunction)

An operator \text{\textbigvee}_{x \text{\textin} S} P(x) that performs a logical OR over a series of predicates, returning False for an empty index set.

20
New cards

Big Intersection

The operator \text{\textcap}_{i=1}^n A_i representing the intersection of multiple sets; it is undefined for an empty collection of sets.

21
New cards

Big Union

The operator \text{\textcup}_{i=1}^n A_i representing the union of multiple sets; it returns the empty set for an empty index set.