Where Do the Other o's Go in Little o Notation?

  • Thread starter Thread starter demonelite123
  • Start date Start date
  • Tags Tags
    Notation
Click For Summary
SUMMARY

The discussion centers on the application of little o notation in calculus, specifically referencing Apostol's "Calculus" Vol. 1, page 288. The user examines the expansion of the tangent function, tan(x), and its relationship with sine and cosine functions, leading to the expression tan(x) = x + (1/3)x³ + o(x³). The inquiry focuses on the disappearance of higher-order terms, particularly o(x⁴), and the properties of little o notation, where o(x³) + o(x³) remains o(x³). The discussion emphasizes understanding the limits and definitions of little o notation in mathematical analysis.

PREREQUISITES
  • Understanding of calculus concepts, particularly Taylor series expansions.
  • Familiarity with little o and big O notation in mathematical analysis.
  • Knowledge of limits and their application in calculus.
  • Experience with functions and their asymptotic behavior.
NEXT STEPS
  • Study the properties of little o notation in detail.
  • Explore Taylor series expansions for various functions beyond sine and cosine.
  • Learn about the implications of limits in calculus, focusing on asymptotic analysis.
  • Review examples of big O and little o notation in algorithm analysis.
USEFUL FOR

Students of calculus, mathematicians, and anyone interested in understanding asymptotic notation and its applications in mathematical analysis.

demonelite123
Messages
216
Reaction score
0
for those who have calculus by apostol vol.1, i refer to page 288. i am looking at the first example where he proves that tanx = x + (1/3)x3 + o(x3). he showed that 1/cosx = 1 + (1/2)x2 + o(x2) and therefore tanx = sinx / cosx = (x - (1/6)x3 + o(x4))(1 + (1/2)x2 + o(x2)) and that should equal x + (1/3)x3 + o(x3).

i multiplied it out and got x + (1/3)x3 + o(x3) - (1/12)x5 - o(x5) +o(x4) + o(x6) + o(x4)o(x2).

my question is where did the rest of the o's go and how come you are only left with o(x3)? why not o(x4)?
 
Physics news on Phys.org
o(x4) is also o(x3) (think about why)

Also, o(x3)+o(x3) is o(x3)

See if you can figure out why these two should be true, and how they solve your problem
 
Big oh and little oh notation can be thought of as the following if f(x)=O(x^2), then
[tex] \lim_{x\rightarrow 0}\frac{f(x)}{x^{2}}=\textrm{constant}[/tex]
If f(x)=o(x^{2}) then:
[tex] \lim_{x\rightarrow 0}\frac{f(x)}{x^{2}}=0[/tex]
Does this help?
 

Similar threads

  • · Replies 9 ·
Replies
9
Views
4K
  • · Replies 2 ·
Replies
2
Views
1K
  • · Replies 1 ·
Replies
1
Views
1K
  • · Replies 2 ·
Replies
2
Views
3K
  • · Replies 7 ·
Replies
7
Views
22K
  • · Replies 11 ·
Replies
11
Views
2K
  • · Replies 10 ·
Replies
10
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 11 ·
Replies
11
Views
3K
Replies
6
Views
10K