PDA

Click to See Complete Forum and Search --> : Problem with series


enthumath
Jun 9th, 2007, 05:22 AM
Hi

I'm having trouble finding the sum of:

1 x 2 + 2 x 3 + 3 x 4 + 4 x 5...........1994 x 1995

Any help would be excellent

Thanks

zaza
Jun 9th, 2007, 11:51 AM
Each term is some integer x multiplied by the next one up, i.e. x+1.

Write this in terms of a summation, expand out of the brackets and then separate the two series, and you'll find that they are standard.

zaza

enthumath
Jun 10th, 2007, 05:21 AM
Zaza,

I still can't find a solution

I expanded as follows:

x(x + 1) + (x + 1)(x +2) + (x +2)(x + 3)...............

i still get constants which are still 2 + 6 + 12 + 20 .........

zaza
Jun 10th, 2007, 06:19 AM
Write it in terms of a summation.


i.e. use the Σ notation.

tendemo
Jun 13th, 2007, 01:40 AM
Something like ∑ (x² + x) ? Can be continued from there.