Big Oh Notation Explained: What Does x = x_0 + \mathcal{O}(y) Mean?

  • Context: Undergrad 
  • Thread starter Thread starter AxiomOfChoice
  • Start date Start date
  • Tags Tags
    Notation
Click For Summary
SUMMARY

The discussion clarifies the meaning of the expression x = x_0 + \mathcal{O}(y) in the context of Big Oh notation. It emphasizes the necessity of including a limit, specifically "as x goes to...", to provide meaningful context to the expression. The example given, \cos x = 1 + O(x^2) as x \to 0, illustrates that the term \frac{\cos x - 1}{x^2} is bounded in a neighborhood around 0, demonstrating the practical application of Big Oh notation in analyzing function behavior near specific points.

PREREQUISITES
  • Understanding of Big Oh notation
  • Familiarity with limits in calculus
  • Basic knowledge of trigonometric functions
  • Ability to analyze function behavior near specific points
NEXT STEPS
  • Study the formal definition of Big Oh notation
  • Learn about limits and their applications in calculus
  • Explore Taylor series expansions for trigonometric functions
  • Investigate boundedness and continuity in mathematical analysis
USEFUL FOR

Mathematicians, computer scientists, and students studying algorithms or calculus who seek to deepen their understanding of function behavior and complexity analysis using Big Oh notation.

AxiomOfChoice
Messages
531
Reaction score
1
Can someone please explain what it means to say something like
[tex] x = x_0 + \mathcal{O}(y)[/tex]
?
 
Physics news on Phys.org
Nothing.

You must include in your expression a "as x goes to.."

Without that, it is meaningless.
 
[itex]\cos x = 1 + O(x^2)[/itex] as [itex]x \to 0[/itex] means:
[tex]\frac{\cos x - 1}{x^2}[/tex]
is bounded in some neighborhood of [itex]0[/itex] .
 

Similar threads

  • · Replies 5 ·
Replies
5
Views
2K
  • · Replies 13 ·
Replies
13
Views
2K
  • · Replies 4 ·
Replies
4
Views
3K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 36 ·
2
Replies
36
Views
7K
  • · Replies 65 ·
3
Replies
65
Views
9K
  • · Replies 0 ·
Replies
0
Views
4K
  • · Replies 4 ·
Replies
4
Views
8K
  • · Replies 19 ·
Replies
19
Views
4K
  • · Replies 2 ·
Replies
2
Views
3K