Limit of Sequence a_n: Find Limit as n->∞

  • Thread starter Thread starter merced
  • 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.
6 replies · 8K views
merced
Messages
44
Reaction score
1
[tex]a_n = 2^n/(3^n + 1)[/tex]

Find the limit as n -> infinity

So I separated the fraction into [tex](1/3)(2/3)^n[/tex]

Then limit = 1/3 [tex]lim_(n->infinity) (2/3)^n.[/tex]

So, my question is, how do you find the limit [tex](2/3)^n.[/tex] Is analysis of functions simply enough, i.e. looking at how fast they increase?
 
Physics news on Phys.org
How did you transform a_n into [tex](1/3)(2/3)^n[/tex]?

Btw - is this for a real analysis class or some intro calculus class?
 
Oops, sorry, I guess I didn't look hard enough at my post.

It's really [tex]a_n = \frac{2^n}{3^{n+1}}[/tex]

And it's Calculus II
 
  • Like
Likes   Reactions: cyanide-sun
Oh ok.

Didn't you see the general result that if -1<a<1, then [itex]a^n\rightarrow 0[/itex]?

If not, and if you've seen a little bit of series theory, you can prove it this way: You know that the geometric series [itex]\sum a^n[/itex] converges for -1<a<1 and diverges otherwise. And you've also seen the basic necessary criterion for a series to converge, namely that the general term [itex]a_n[/itex] of any converging series goes to zero in the limit n-->infty.

So you can make use of these two fact by saying "I know that the geometric series of general term [itex]a_n=a^n[/itex] (where -1<a<1) converges, hence it must be that [itex]a_n=a^n\rightarrow 0[/itex] for -1<a<1."
 
Last edited:
Ok, I get what you're saying...but why is -1<a<1 here?
 
I proved that for any real number a btw -1 and 1, the limit of a^n is zero.

In particular, for a=2/3, we have that the limit of (2/3)^n is zero. Which is what you were wondering about.
 
Ooh, ok, I understand now.

Thanks!