Programming C, C++, Java, PHP, Ruby, Turing, VB
Computer Science Canada 
Programming C, C++, Java, PHP, Ruby, Turing, VB  

Username:   Password: 
 RegisterRegister   
 Limit of a series
Index -> General Discussion
View previous topic Printable versionDownload TopicSubscribe to this topicPrivate MessagesRefresh page View next topic
Author Message
Martin




PostPosted: Tue Oct 05, 2004 11:18 pm   Post subject: Limit of a series

Alright, I know how to find the limit of a sequence. A series, on the other hand, is providing me with an endless amount of trouble.

Here is my sequence: a(1) = 1, a(n+1) = 1 + 1/a(n)

Apparently it converges (has a sum). Also, apparently the limit of this sequence is root 2.

Now, can someone please explain to me how to do this?
Sponsor
Sponsor
Sponsor
sponsor
AsianSensation




PostPosted: Fri Oct 15, 2004 2:53 pm   Post subject: (No subject)

probably too late, but anyways.

a(n+1) = 1 + 1/a(n)

let Lim a(n+1), as n gets larger and larger be k.

take Limit of both sides.

Lim a(n+1) = Lim (1 + 1/a(n))

which becomes

K = 1 + 1/K
K^2 = K + 1
K^2 - K - 1 = 0
K = (1 + or - sqrt (1 + 4))/2
K = (1 + sqrt (5))/2

So, yeah, you sure it's root 2? I get Golden Ratio.......
Andy




PostPosted: Sat Oct 16, 2004 1:36 pm   Post subject: (No subject)

azn, u solvoed for Lim a(n+1), he wanted to know the limit of the series.. not the sequence
AsianSensation




PostPosted: Sat Oct 16, 2004 9:11 pm   Post subject: (No subject)

oh, series, my bad.

then I have not teh learn3d teh leet math way.
Martin




PostPosted: Sun Oct 17, 2004 1:11 am   Post subject: (No subject)

Yeah, I tried the same thing Sad

Ahh well. Thanks for the help though, those marks are long lost.
Display posts from previous:   
   Index -> General Discussion
View previous topic Tell A FriendPrintable versionDownload TopicSubscribe to this topicPrivate MessagesRefresh page View next topic

Page 1 of 1  [ 5 Posts ]
Jump to:   


Style:  
Search: