Limit (sinx)^2/x^2 answer check please

  • Thread starter Thread starter synergix
  • Start date Start date
  • Tags Tags
    Limit
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
5 replies · 62K views
synergix
Messages
177
Reaction score
0

Homework Statement


Limit sin2x/x2
x->infinity

The Attempt at a Solution



0 because sin will never go above 1 or below -1 and x2 will approach infinity

am I right??
 
Physics news on Phys.org
Thanks. But I never understood the squeeze theorem it was never explained to me very well.
 
You are saying 0<=sin(x)^2/x^2<=1/x^2 (sin(x) can be between -1 and 1 but 0<=sin(x)^2<=1 since it's squared). Since the two outside limits are zero, lim sin(x)^2/x^2 must also be zero. It's 'squeezed' between the two outside limits.
 
synergix said:

Homework Statement


Limit sin2x/x2
x->infinity

The Attempt at a Solution



0 because sin will never go above 1 or below -1 and x2 will approach infinity

am I right??

Personally, I start by using the comparison theorem for these types of limits/integrals. This helps me figure out whether it will converge or diverge and also gives me the limit.

sin(x) is always going to be less than or equal to 1 and greater than or equal to -1. Same goes for cos(x).

sec(x) or csc(x) will always be greater than or equal to one.

So, consider:

lim sin^2 (x)/x^2 < lim 1/x^2
x->infinity x->infinity

limit 1/x^2
x->infinity

limit 0
x->infinity

So, sin^2(x)/x^2 converges and its limit is 0.

*note* I'm a Calc II Student. *note*
 
Or you refer to the standard limit [tex]\lim_{x\to\infty}\frac{\sin x}{x}=0[/tex] and use the product rule. Of course this 'standard limit' can be proved with the squeezing theorem, so if you're not allowed to use it (as 'standard') you might as well follow Dick.