Find Rate of Convergence for sin(h)/h

  • Thread starter Thread starter stunner5000pt
  • Start date Start date
  • Tags Tags
    Convergence
Click For Summary

Homework Help Overview

The discussion revolves around finding the rate of convergence for the limit \(\lim_{h \rightarrow 0}(\frac{\sin(h)}{h}) = 1\). Participants are exploring the implications of bounding \(\frac{\sin(h)}{h}\) and its relationship to the rates of convergence, particularly in the context of big O notation.

Discussion Character

  • Exploratory, Conceptual clarification, Mathematical reasoning, Assumption checking

Approaches and Questions Raised

  • Participants discuss the bounding of \(\frac{\sin(h)}{h}\) and question the validity of using \(O(1/h)\) as a bound, noting that it diverges. There is exploration of the expression \(\left|\frac{\sin h}{h}-1\right|\) as a more useful approach to determine convergence. Some participants suggest revisiting definitions of big O and little o notation, while others consider the use of Taylor series or L'Hôpital's rule for analysis.

Discussion Status

The discussion is active, with various participants contributing different perspectives on how to approach the problem. Some have suggested methods such as Taylor series and L'Hôpital's rule, while others are questioning the assumptions made in bounding the function. There is no explicit consensus yet, but several productive lines of inquiry are being explored.

Contextual Notes

Participants are navigating the definitions of convergence and the implications of using different mathematical tools, such as Taylor series and limits. There is an emphasis on understanding the behavior of \(\sin(h)\) as \(h\) approaches zero, with some uncertainty about the appropriate degree of Taylor polynomial to use.

stunner5000pt
Messages
1,447
Reaction score
5
Find the rate of convergence of
[tex]\lim_{h \rightarrow 0}(\frac{\sin(h)}{h}) = 1[/tex]

well I am not really sure on what to do
[tex]\sin(h) \leq 1[/tex]
[tex]\frac{\sin(h)}{h} \leq \frac{1}{h}[/tex]
so then sine converges with a rate of O(1/h) ?
but the answer in the book is O(h^2) how so?


please help! Thank you
 
Physics news on Phys.org
hi,

I'm doing some of the same stuff in my analysis class, and in my class notes the teacher wrote that sin(x) = O(x), not x^2.

Going back to the definitions of 'little o' and 'big O' might help.

f = O(g) means that the ratio of f/g is bounded by some constant, where f = o(g) means that f aproaches zero faster than g.

Sorry that's not a complete answer, but I'm still learning this stuff too.

Hope it helps :blushing:
 
You managed to show sin(h)/h=O(1/h) as h->0, but this isn't a very useful bound since 1/h is diverging. To get the rate of convergence of that limit, it's not sin(h)/h you are trying to bound, but

[tex]\left|\frac{\sin h}{h}-1\right|[/tex]
 
The sequence 1/h converges to 0.

The series [itex]\Sigma 1/h[/itex] is divergent.
 
HallsofIvy said:
The sequence 1/h converges to 0.

The series [itex]\Sigma 1/h[/itex] is divergent.

We're looking at h approaching zero.
 
shmoe said:
You managed to show sin(h)/h=O(1/h) as h->0, but this isn't a very useful bound since 1/h is diverging. To get the rate of convergence of that limit, it's not sin(h)/h you are trying to bound, but
[tex]\left|\frac{\sin h}{h}-1\right|[/tex]

ok i see what you mean ... that the stuff of the right must converge to same thing as the sequence does

now for playing around with [tex]\left|\frac{\sin h}{h}-1\right|[/tex]
or is there a systematic method here?

[tex][tex]\left|\frac{\sin h}{h}-1\right| \leq \frac{1}{h} -1 = \frac{1-h}{h} =[/tex] not sure what to do here though...[/tex]
 
Don't get rid of the sin(h), it's a key ingredient here. Again, it's no use bounding this thing by something that diverges as h->0, though I'd question how exactly you removed the absolute value sign.

How to proceed depends on what you're allowed to use, it's pretty trivial with taylor series say, or by looking at the limits with l'hospital's rule.
 
how would i use L'hopital's rule to find the rate of convergence here??

when using taylor series would i use Xo = 0 ?? i.e. Maclaurin series?

in which case i do get the O(h^2) term for the first taylor polynomial
so in other words for questions like this should i lawyas use the first taylor polynomial? What about the second or third ..?
 
Use the taylor polynomial up to whatever degree needed.

You can also look at

[tex]\lim_{h\rightarrow 0}\left|\frac{\sin h-h}{h^3}\right|[/tex]
 

Similar threads

  • · Replies 19 ·
Replies
19
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 7 ·
Replies
7
Views
3K
  • · Replies 6 ·
Replies
6
Views
1K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 5 ·
Replies
5
Views
2K
  • · Replies 10 ·
Replies
10
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 11 ·
Replies
11
Views
3K
  • · Replies 1 ·
Replies
1
Views
2K