Big O Notation: Better Approximation than o

Click For Summary

Discussion Overview

The discussion revolves around the comparison between Big O notation and little o notation in the context of Taylor's theorem, specifically examining why O(|x - x_{0}|^{2}) might be considered a better approximation than o(|x - x_{0}|) as x approaches x_{0}.

Discussion Character

  • Conceptual clarification
  • Debate/contested
  • Mathematical reasoning

Main Points Raised

  • One participant questions the assertion that O(|x - x_{0}|^{2}) is a better approximation than o(|x - x_{0}|), seeking clarification on the definitions and implications of both notations.
  • Another participant suggests that the professor may have misspoken or that there may have been a misunderstanding regarding the comparison of the two notations.
  • A different participant supports the professor's view, providing an example of a function that is o(|x - x_{0}|) but not O(|x - x_{0}|^{2}), implying that the professor's statement holds under certain conditions.

Areas of Agreement / Disagreement

Participants express differing views on the validity of the professor's claim, with some agreeing with the assertion and others questioning it. The discussion remains unresolved regarding the superiority of one notation over the other.

Contextual Notes

There is uncertainty regarding the definitions and implications of Big O and little o notations, as well as the specific conditions under which one might be considered a better approximation than the other.

diligence
Messages
143
Reaction score
0
While discussing Taylor's theorem, my professor pointed out that for n=2, Taylor's Theorem says:

f(x) = f(x_{0}) + f'(x_{0})(x - x_{0}) + O(|x - x_{0}|^{2})

He then emphasized that O(|x - x_{0}|^{2}) is a much better approximation than o(|x - x_{0}|).

But how is O(|x - x_{0}|^{2}) a better approximation than o(|x - x_{0}|)?
(I'm assuming he means as x goes to x_0)

I know in this situation (as x goes to x_o) if something is little o, it means it goes to zero faster than whatever its being compared to goes to zero. And if something is Big O of the same thing squared, then it's bounded as the thing it's being compared to, squared, goes to zero. And I understand that if something goes to zero, then that same thing squared goes to zero much faster, but I can't see exactly why we can conclude that Big O of something squared is better than little o of the same quantity not squared. For instance, if something is little o when compared to a quantity that goes to zero, how do you know it's not also little o to that quantity squared? In that case, certainly little o is better than Big O.

I get the basic concept of Big O/little o, but I guess I'm still prone to confusion during application.
 
Last edited:
Physics news on Phys.org


I agree with you. Perhaps your professor mis-spoke or you misunderstood what he said. Or he is just mistaken. It happens.
 


ok thanks. i'll talk to him about it. I could have very well written the wrong thing during the firestorm that is notetaking in that class.
 


Your professor is correct. Consider the function |x-x0|3/2. This is o(|x-x0|), but not O(|x-x0|2).
 

Similar threads

  • · Replies 10 ·
Replies
10
Views
3K
  • · Replies 19 ·
Replies
19
Views
4K
  • · Replies 24 ·
Replies
24
Views
4K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 25 ·
Replies
25
Views
2K
  • · Replies 5 ·
Replies
5
Views
3K
  • · Replies 65 ·
3
Replies
65
Views
9K
  • · Replies 14 ·
Replies
14
Views
3K
  • · Replies 5 ·
Replies
5
Views
8K
  • · Replies 9 ·
Replies
9
Views
2K