Solving the Formula for (1\cdot 2) +(2\cdot 3) +... + (n\cdot (n+1))

  • Thread starter Thread starter stunner5000pt
  • Start date Start date
  • Tags Tags
    Formula
stunner5000pt
Messages
1,443
Reaction score
4

Homework Statement


Find a general formula for
(1\cdot 2) +(2\cdot 3) +... + (n\cdot (n+1))

Homework Equations


The sum of the first n integers
1+2+3+... + n = \frac{n(n+1)}{2}

The Attempt at a Solution


i thought of doing this
(1+2+3...) * (2+3+4+...)

but then the problem of cross terms comes about

additionally this is not an arithmetic series nor a geometric series because the common difference increases by 1 each term and there is no common factor.

how wouldi get rido of the cross terms??
do i even need to do it this way?? Another method is possible??

Please help!

thanks!
 
Physics news on Phys.org
Do you know the formula for \sum_{i=1}^n i^2?
 
So you want to sum:

1*2 + 2*3 + 3*4 + 4*5 + ... + n(n+1)

It's very difficult working with numbers. You'll never get anywhere. So the first order of business is to rewrite the above sum using a symbolic sum:

<br /> 1*2 + 2*3 + 3*4 + 4*5 + ... + n(n+1) = \sum_{i=start}^{end} foo<br />

You shouldn't have too much difficulty figuring out what "start", "end" and "foo" should be to represent the left side of that equation.

You'll see that "foo" is a product of two terms. They'll look "factored". Unfactor them (distribute terms) and you'll end up with a sum of two terms. It'll look like:

<br /> \sum_{i=start}^{end} hello + kitty<br />

One term is Quasar's term. The other term you'll want to ask Mr. Gauss about.

Note: You can sum some of the series some of the time, but you can't sum all of the series all of the time. This case happens to be one of the "some of the time".
 
Last edited by a moderator:
so then the sum of the series is

\sum_{i=1}^{n} i(i+1) = \sum_{i=1}^{n} i^2 + \sum_{i=1}^{n} i

yaay

thanks guys
 
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...
Back
Top