Real Analysis/Landau notation

From testwiki
Jump to navigation Jump to search

Template:Header

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.

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,

Definition

Let A and let c

Let f,g:A

If limxcf(x)g(x)=0 then we say that

"As xc, f(x)=o(g(x))"

Examples

  • As x, (and m<n) xm=o(xn)
  • As x, (and n) lnx=o(xn)
  • As x0, sinx=o(1)

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,

Definition

Let A and let c

Let f,g:A

If there exists M>0 such that limxc|f(x)g(x)|<M then we say that

"As xc, f(x)=O(g(x))"

Examples

  • As x0, sinx=O(x)
  • As xπ2, sinx=O(1)

Applications

We will now consider few examples which demonstrate the power of this notation.

Differentiability

Let f:𝒰 and x0𝒰.

Then f is differentiable at x0 if and only if

There exists a λ such that as xx0, f(x)=f(x0)+λ(xx0)+o(|xx0|).

Mean Value Theorem

Let f:[a,x] be differentiable on [a,b]. Then,

As xa, f(x)=f(a)+O(xa)

Taylor's Theorem

Let f:[a,x] be n-times differentiable on [a,b]. Then,

As xa, f(x)=f(a)+(xa)f(a)1!+(xa)2f(a)2!++(xa)n1f(n1)(a)(n1)!+O((xa)n)