Limits involving natural exponential2

  • Thread starter Thread starter synergix
  • Start date Start date
  • Tags Tags
    Limits Natural
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
10 replies · 2K views
synergix
Messages
177
Reaction score
0

Homework Statement



lim(e-2x cosx)
x-> infinity

The Attempt at a Solution



I thought right away that the limit would not exist because of cos x oscillating the function between + and - but the answer in the book says zero. I need help figuring out why my thinking was incorrect.
 
Physics news on Phys.org
e^(-2x) will get very small.
 
well it will still be oscillating but approaching zero all the same I suppose
 
How would I apply the squeeze theorem to this problem?
 
synergix said:
How would I apply the squeeze theorem to this problem?

Can you find two functions f(x) and g(x) such that f(x)<=cos(x)e^(-2x)<=g(x) such that f(x) and g(x) both approach zero? Possibly using -1<=cos(x)<=1?
 
Because
-1<=cos(x)<=1

-e-2x <= cos(x)e-2x <= e-2x

is that it? I just emulated what I have seen on a few math help sites. But it makes sense now that I have thought it out a bit.

soo

lim -e-2x=0=lim e -2x
x->infinity x->infinity

so

lim cos(x)e-2x=0
x->infinity
 
synergix said:
Because
-1<=cos(x)<=1

-e-2x <= cos(x)e-2x <= e-2x

is that it? I just emulated what I have seen on a few math help sites. But it makes sense now that I have thought it out a bit.

soo

lim -e-2x=0=lim e -2x
x->infinity x->infinity

so

lim cos(x)e-2x=0
x->infinity

Brilliant. A little emulation goes a long way.