Sums and Integrals Flashcards
a^0
1
a^1
a
a^-1
1/a
(a^m)^n
a^(mn)
a^m a^n
a^(n+m)
b^(log_b a)
a
log_c (ab)
log_c a + log_c b
log_b a
log_c a / log_c b
log_b (1/a)
- log_b a
log_b a
1 / log_a b
a^(log_b c)
c^(log_b a)
what is the weak upper bound of factorials?
n! <= n^n
what is stirling’s approximation?
n! = /2 pi n \ (n/e)^n (1 + O(1/n))
if a limit doesnt exist for a sum, it…
diverges
if a limit does exist for a sum, it…
converges
give a distributive algebraic regrouping
sum ca_k = c sum a_k
give an addition algebraic regrouping
sum (a_k + b_k) = sum a_k + sum b_k
describe a permutation algebraic regrouping
we can permute the order of summands
give the equation for a sum of numbers 1 to n
1/2 n (n+1)
give the formular for a sum from o to n of x^k
i.e. sum k=0 to n (x^k)
(x^(n+1) - 1)/ x - 1
describe the perturbation method
used to approximate a sum
- for a given s_n, find two expressions for s_n + 1 by taking the first and last terms
- get s_n of both
- equate and solve to find s_n
describe approximation by integrals
used to approximate a sum if f(k) is increasing integral from (one more than start) to (one more than end) f(x).dx if f(k) is decreasing integral from (one less than the start) to (one less than the end) f(x).dx