1 | Sums, logarithms, derivatives Flashcards
Terminology - name all parts of a summation
eg
Σ1 ≤ k ≤ n a
Σ = Sigma
1 = lower bound
k = index
n = upper bound
a = formula
a_k = term / summand
Summation for odd numbers
Σ0 ≤ k ≤ n (2k +1)
Summation for even numbers
Σ0 ≤ k ≤ n (2k)
True or false:
Σ1 ≤ k ≤ n ak = Σ0 ≤ k ≤ n-1 ak+1
True
(when in doubt — expand!)
True or false:
Σ1 ≤ k ≤ n ak =Σ1 ≤ k ≤ n ak + 1
False
(when in doubt — expand!)
True or false:
Σ2≤k≤n-1 k(k-1)(n-k) = Σ0≤k≤n k(k-1)(n-k)
True
(when in doubt — expand!)
True or false:
Σ0 ≤ k ≤ n-1 ak+1 = Σ1 ≤ k ≤ n ak + 1
False
(when in doubt — expand!)
True or false:
Σ1≤k≤n 2(k+1) = 2Σ1≤k≤n (k+1)
True
(Distributive law)
True or false:
Σ1≤k≤n (k+1) = Σ1≤k≤n k + Σ1≤k≤n 1
True
(Associative law)
Commutative law?
Σk∈K ak = Σp(k)∈K ak
𝑎1 + 𝑎2 + 𝑎3 = 𝑎2 + 𝑎1 + 𝑎3 = 𝑎3 + 𝑎1 + 𝑎2
Arithmetic progression - generic formula?
S = Σ0≤k≤n (a + bk)
Arithmetic progression - describe with words and a formula
an - an-1 = b
Whenever subtracting 2 adjacent terms, the solutions is a constant, b
Arithmetic progression - closed form solution
S = Σ0≤k≤n (a + bk)
(2a + bn)(n + 1)/2
∩ symbol?
Intercept - all elements that are common between two sets
∪ symbol?
Union - two sets combined
Manipulation of sums
Σk∈K ak + Σk∈K’ ak = ?
Σk∈K∩K’ ak + Σk∈K∪K’ ak