Sequences, convergance and limits.

  • Thread starter Thread starter amplifierr
  • Start date Start date
  • Tags Tags
    Limits Sequences
amplifierr
Messages
4
Reaction score
0

Homework Statement


An = (n+3)^1/(n+3)
Converge or diverges? Find the limit of the convergent sequences.

Homework Equations





The Attempt at a Solution



I have the solution but I don't understand it. I'm looking to get it.

It shows me taking the limit as x->infinity of x^1/x and determine that it is 1. (Thus the series converges). I am not sure at all how to find the limits though, I'm lost in my calculus class. Any guidance would be great.
 
Physics news on Phys.org
Use the fact that m^{1/m} = e^{\ln (m^{1/m})} and then for example the L'Hospital rule to calculate the limit for a large m.
 
So my f(x) would be my original

and the g(x) would be my e^lnn(n+3)^(1/n+3)

I put f'(x) over g'(x) and keep going until it's not 0/0, whatever I do get beside 0/0 is my limit?

I'm honestly stuck trying to differentiate my g(x) ;X Is this the only way to go about this?
 
Take the log of your expression. Then you should get something of the form f(n)/g(n). You won't get that till you take the log.
 
log of n+3?

I don't see how that gets me anywhere?
 
amplifierr said:
log of n+3?

I don't see how that gets me anywhere?

No, log((n+3)^(1/(n+3))).
 
you want me to derive that then? Sorry I'm lost at the moment.
 
amplifierr said:
you want me to derive that then? Sorry I'm lost at the moment.

I want you to use the rules of logs and turn that into a quotient of infinity/infinity form, then use l'Hopital.
 
(n+3)^[1/(n+3)] is just the same as saying x^(1/x).

x^(1/x) = e^(1/x lnx)

the limit as x -> infinity, lim x^(1/x) = lim e^(1/x lnx) = e^lim (lnx / x)

lim (lnx / x) = lim (1/x) {Le Hopital's rule}
= 0

Thus, e^0 = 1

and the series is convergent
 
Back
Top