What is the Big Oh Notation
If g(x) > 0 for all x ≥ a, we write
to mean that the quotient f(x)/g(x) is bounded for all x ≥ a. That is, there exists a constant C > 0 such that
for all x ≥ a. The constant C is often referred to as the implied constant
What does An equation of the form
f(x) = h(x) + O(g(x)) mean
An equation of the form
f(x) = h(x) + O(g(x))
What does f(t) = O(g(t)) imply
for t ≥ a
∫^x_a f(t)dt = O (∫^x_a g(t)dt)
for x ≥ a.
Vinogradov’s “less than less than” Notation
If f(x) = O(g(x)), then we can write this as
* f(x) ≪ g(x)
Furthermore if g(x) ≪ f(x) ≪ g(x), then we can write this as f(x) ≍ g(x)
Little Oh Notation
If
* lim(x→∞) f(x)/g(x) = 0
we write f(x) = o(g(x))
Define Asymptotic
we say that f(x) is asymptotic to g(x) as x → ∞, and we write
What is Euler’s summation formula
If f has a continuous derivative f′ on the interval [y, x], where 0 < y < x, then
Define the Riemann-zeta function for s>1
For s>1
Define the Riemann-zeta function for f 0 < s < 1
ζ(s) = lim_(x→∞)(∑_(n≤x) (1/(n^s)) − x^(1−s)/(1 − s))
Define Euler’s constant
γ = lim_(n→∞) (∑^n_(k=1) 1/k − log n) .
∑_(n≤x) 1/n
Give the asymptotic formula
log x + γ + O (1/x)
where γ is Euler’s constant
∑_(n≤x) 1/(n^s)
Give the asymptotic formula if s > 0, s ≠ 1.
x^(1−s)/(1 − s) + ζ(s) + O(x^(−s))
∑_(n≤x) 1/(n^s)
Give the asymptotic formula if s > 1
O(x^(1−s))
∑_(n≤x) n^α
Give the asymptotic formula if α ≥ 0
x^(α+1)/(α + 1)+ O(x^α)