How do i find the limit to this fraction (n=>infinity)

  • Thread starter Thread starter devanlevin
  • Start date Start date
  • Tags Tags
    Fraction Limit
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
4 replies · 5K views
devanlevin
[(n+5)/(n-1)]^n

i get [infinity/nifinity]^infinity and i don't see anything to change
 
Physics news on Phys.org
A little bit more accurately, as n goes to infinity (n+5)/(n+1) goes to 1 so this is of the form [itex]1^{\infty}= 1[/itex].

If this weren't in the "precalculus" section, I would recommend using L'Hopital's rule!
 
HallsofIvy said:
A little bit more accurately, as n goes to infinity (n+5)/(n+1) goes to 1 so this is of the form [itex]1^{\infty}= 1[/itex].

If this weren't in the "precalculus" section, I would recommend using L'Hopital's rule!

True enough that it's of the indeterminate form [tex]1^\infty[/tex], but it's not necessarily equal to 1. Another limit with this form is lim (1 + 1/n)^n, for n approaching [tex]\infty[/tex]. The limit here is the natural number, e.
 
!

Mark44 said:
True enough that it's of the indeterminate form [tex]1^\infty[/tex], but it's not necessarily equal to 1. Another limit with this form is lim (1 + 1/n)^n, for n approaching [tex]\infty[/tex]. The limit here is the natural number, e.

devanlevin said:
all true, but the limits anwer is e^6
Yes! Mark44 essentially gives that! Dividing, (n+5)/(n-1)= 1+ 6/(n-1) so ((n+5)/(n-1))n= (1+ 6/(n-1))n. Since, for n going to infinity, the difference between n and n-1 is negligible, the limit is the same as the limit of (1+ 6/n)n= (1+ (6/n))6(n/6)= (1+ 1/m)6m where m= 6/n. That is [(1+ 1/m)m]6. As Mark44 said, the limit of (1+ 1/m)m is e so the limit of [(1+ 1/m)m]6 is e6

His response was far more helpful than mine was!