Real Analysis/Landau notation
From Wikibooks, the open-content textbooks collection
| ←Dedekind's Construction | Real Analysis Landau notation |
Bibliography→ |
|
The Landau notation is an amazing tool applicable in all of real analysis. The reason it is so convenient and widely used is because it underlines a key principle of real analysis, namely estimation. Loosely speaking, the Landau notation introduces two operators which can be called the "order of magnitude" operators, which essentially compare the magnitude of two given functions.
[edit] The little-o
The little-o provides a function that is of lower order of magnitude than a given function, that is the function o(g(x)) is of a lower order than the function g(x). Formally,
[edit] Definition
Let
and let 
Let 
If
then we say that
"As
, f(x) = o(g(x))"
[edit] Examples
- As
, (and m < n) xm = o(xn) - As
, (and
) lnx = o(xn) - As
, sinx = o(1)
[edit] The Big-O
The Big-O provides a function that is at most the same order as that of a given function, that is the function O(g(x)) is at most the same order as the function g(x). Formally,
[edit] Definition
Let
and let 
Let 
If there exists M > 0 such that
then we say that
"As
, f(x) = O(g(x))"
[edit] Examples
- As
, sinx = O(x) - As
, sinx = O(1)
[edit] Applications
We will now consider few examples which demonstrate the power of this notation.
[edit] Differentiability
Let
and 
Let
and let 
Then, we say that f(x) is differentiable at x = c if and only if
As
, 
[edit] Mean Value Theorem
Let
be differentiable on [a,b]. Then,
As
, f(x) = f(a) + O(x − a)
[edit] Taylor's Theorem
Let
be n-times differentiable on [a,b]. Then,
As
, 