sequence

This topic has expert replies
User avatar
Master | Next Rank: 500 Posts
Posts: 248
Joined: Mon Aug 11, 2008 9:51 am
Thanked: 13 times

sequence

by earth@work » Wed Oct 29, 2008 4:24 pm
how do we find the sum of n terms of series : (1/(1*2)) + (1/(2*3)) + (1/(3*4)) + .........
(not a multiple choice question)
Answer : [spoiler]n/(n+1)[/spoiler]
Source: — Problem Solving |

Senior | Next Rank: 100 Posts
Posts: 34
Joined: Wed Jul 09, 2008 6:40 pm
Thanked: 3 times

Re: sequence

by lightbulb » Wed Oct 29, 2008 7:39 pm
Hi, here's my take on it:

1/(1*2) = 1 - 1/2
1/(2*3) = 1/2 - 1/3
1/(3*4) = 1/3 - 1/4 and so on

So, we have:

(1 - 1/2) + (1/2 - 1/3) + (1/3 - 1/4) + (1/4 - 1/5)....

Irrespective of whether n is even or odd, you have:
S = (1 - 1/2) + (1/2 - 1/3) + .... + (1/n - 1/(n+1))
= 1 - 1/(n+1) ( notice how the terms cancel each other)
= n/(n+1)

earth@work wrote:how do we find the sum of n terms of series : (1/(1*2)) + (1/(2*3)) + (1/(3*4)) + .........
(not a multiple choice question)
Answer : [spoiler]n/(n+1)[/spoiler]

User avatar
Master | Next Rank: 500 Posts
Posts: 248
Joined: Mon Aug 11, 2008 9:51 am
Thanked: 13 times

by earth@work » Wed Oct 29, 2008 7:53 pm
Thanks a lot lightbulb! nice short method !

User avatar
Legendary Member
Posts: 2134
Joined: Mon Oct 20, 2008 11:26 pm
Thanked: 237 times
Followed by:25 members
GMAT Score:730

Re: sequence

by logitech » Wed Oct 29, 2008 7:55 pm
lightbulb wrote:Hi, here's my take on it:

1/(1*2) = 1 - 1/2
1/(2*3) = 1/2 - 1/3
1/(3*4) = 1/3 - 1/4 and so on

So, we have:

(1 - 1/2) + (1/2 - 1/3) + (1/3 - 1/4) + (1/4 - 1/5)....

Irrespective of whether n is even or odd, you have:
S = (1 - 1/2) + (1/2 - 1/3) + .... + (1/n - 1/(n+1))
= 1 - 1/(n+1) ( notice how the terms cancel each other)
= n/(n+1)

earth@work wrote:how do we find the sum of n terms of series : (1/(1*2)) + (1/(2*3)) + (1/(3*4)) + .........
(not a multiple choice question)
Answer : [spoiler]n/(n+1)[/spoiler]
Great work Lightbulb! 8)

earth@work:

1/[nx(n+1)] = 1/n - 1/(n+1)

This will help you out as Lightbulb described.
LGTCH
---------------------
"DON'T LET ANYONE STEAL YOUR DREAM!"

User avatar
Master | Next Rank: 500 Posts
Posts: 248
Joined: Mon Aug 11, 2008 9:51 am
Thanked: 13 times

by earth@work » Wed Oct 29, 2008 7:57 pm
thanks for the formula logitech, it will be very useful.