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

  • Thread starter stunner5000pt
  • Start date
  • Tags
    Formula
In summary, the task is to find a general formula for the series (1*2) + (2*3) + ... + (n*(n+1)) and the first attempt was to use the formula for the sum of the first n integers, but it did not work due to cross terms. The suggestion was to rewrite the sum using a symbolic sum and then to expand the terms. Eventually, the sum can be separated into two terms, one of which can be solved using the formula for the sum of squared integers and the other can be solved using the help of Mr. Gauss.
  • #1
stunner5000pt
1,465
4

Homework Statement


Find a general formula for
[tex] (1\cdot 2) +(2\cdot 3) +... + (n\cdot (n+1)) [/tex]

Homework Equations


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

The Attempt at a Solution


i thought of doing this
[tex] (1+2+3...) * (2+3+4+...) [/tex]

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
  • #2
Do you know the formula for [tex]\sum_{i=1}^n i^2[/tex]?
 
  • #3
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:

[tex]
1*2 + 2*3 + 3*4 + 4*5 + ... + n(n+1) = \sum_{i=start}^{end} foo
[/tex]

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:

[tex]
\sum_{i=start}^{end} hello + kitty
[/tex]

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:
  • #4
so then the sum of the series is

[tex] \sum_{i=1}^{n} i(i+1) = \sum_{i=1}^{n} i^2 + \sum_{i=1}^{n} i [/tex]

yaay

thanks guys
 

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

What is the formula for (1*2) + (2*3) + ... + (n*(n+1))?

The formula for this sequence is n(n+1)(n+2)/3, where n represents the number of terms in the sequence.

How do you derive the formula for (1*2) + (2*3) + ... + (n*(n+1))?

The formula can be derived using the method of mathematical induction, where we first prove the formula for a base case (such as n=1) and then use it to prove the formula for the next case. Alternatively, we can use the method of finite differences to find a pattern in the sequence and then use algebra to derive the formula.

What is the significance of (1*2) + (2*3) + ... + (n*(n+1)) in mathematics?

This sequence has various applications in mathematics, including in the study of series, sequences, and combinatorics. It also has connections to topics such as binomial coefficients and triangular numbers.

Can this formula be extended to include negative integers?

No, this formula only works for positive integers. If we try to include negative integers, we will get an infinite sequence and the formula will not give a finite answer.

How can this formula be used in real-world situations?

This formula can be used in situations where we need to find the sum of a sequence of numbers that follow a certain pattern, such as in calculating the total cost of purchasing multiple items at different prices or in calculating the total distance traveled in a journey with varying speeds. It can also be used in solving problems related to permutations and combinations.

Back
Top