Solve Limit of Sequence: Determine Convergence/Divergence

  • Thread starter Thread starter fk378
  • Start date Start date
  • Tags Tags
    Limit Sequence
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
3 replies · 3K views
fk378
Messages
366
Reaction score
0

Homework Statement


Determine whether the sequence converges or diverges. If it converges, what does it converge to?

(cos[n])^2 / (2^n)

Homework Equations


L'Hospital's Rule
or
Squeeze Theorem


The Attempt at a Solution


As n-->infinity, this function approaches infinity/infinity. Applying L'Hospital's rule gives -(sin[n])^2 / 2 which gives infinity/2=infinity.

However, if I use the squeeze theorem to say that 0<(cos[n])^2<1 and then divide everything by 2^n, then I can say that this function approaches 0.

Which is the correct method?
 
Physics news on Phys.org
The derivative of [tex]2^{n} = ln(2)*2^{n}[/tex], and the derivative of [tex]cos^{2}(n) = -2cos(n)sin(n).[/tex]
 
Last edited:
i) The sequence isn't infinity/infinity. You just said 0<=cos(n)^2<=1. How can it be infinity/infinity?? So you can't use l'Hopital. 2) The derivative of 2^n is NOT 2. The squeeze argument is correct.