User:IssaRice/Little o notation: Difference between revisions
| Line 42: | Line 42: | ||
'''Exercise'''. Let <math>c, x_0 \in \mathbf R</math> be constants. Interpret the statement "<math>o(c(x-x_0) + o(x-x_0)) \in o(x-x_0)</math> as <math>x \to x_0</math>". | '''Exercise'''. Let <math>c, x_0 \in \mathbf R</math> be constants. Interpret the statement "<math>o(c(x-x_0) + o(x-x_0)) \in o(x-x_0)</math> as <math>x \to x_0</math>". | ||
{{collapsible solution|The statement is saying <math>f(x) \in o(x-x_0)</math> where <math>\lim_{x\to x_0} \frac{f(x)}{c(x-x_0) + | {{collapsible solution|The statement is saying <math>f(x) \in o(x-x_0)</math> where <math>f</math> is some function such that <math>\lim_{x\to x_0} \frac{f(x)}{c(x-x_0) + o(x-x_0)} = 0</math>. | ||
Because of the nested little o, we need to expand <math>g</math> | Because of the nested little o, we need to expand again and introduce <math>g</math>, where <math>g(x) \in o(x-x_0)</math> so <math>\lim_{x\to x_0} \frac{g(x)}{x-x_0} = 0</math>. | ||
Now we verify: | Now we verify: | ||
<math>\lim_{x\to x_0} \frac{f(x)}{ | <math>\lim_{x\to x_0} \frac{f(x)}{x-x_0} = \lim \frac{f(x)}{c(x-x_0) + g(x)} \lim \frac{c(x-x_0) + g(x)}{x-x_0} = 0 \cdot (c + 0) = 0</math>}} | ||
==References== | ==References== | ||
Revision as of 16:51, 29 November 2018
Definition
Definition (little o near a point). Let and be two functions, and let . We say that is little o of near iff for every there exists such that implies . Some equivalent ways to say the same thing are:
| Notation | Comments |
|---|---|
| is little o of near | |
| as | In this notation, we think of as a set. |
| as | |
| near | |
| near |
Definition (little o at infinity). Let and be two functions. We say that is little o of at infinity iff for every there exists such that for all , implies .
Exercise. Can we write just or or or ?
Expand to see solution:
Exercise. If we are being a little pedantic, what is wrong with saying " as "?
Expand to see solution:
Exercise. Interpret the meaning of .
Expand to see solution:
Properties
Proposition. Let and be two functions, and suppose for all . Then f is little o of g near a if and only if .
Proposition. transitivity
Proposition. we can replace the in the definition with , right?
Exercise. Let be constants. Interpret the statement " as ".
Expand to see solution:
Because of the nested little o, we need to expand again and introduce , where so .
Now we verify: