Calculating the Sum of n(n+1) Using Even Numbers and Odd Number Sums

  • Thread starter Thread starter MathematicalPhysicist
  • Start date Start date
  • Tags Tags
    Sum
Click For Summary

Homework Help Overview

The discussion revolves around calculating the sum of the expression n(n+1) through various approaches, including the use of even and odd number sums. Participants are exploring the mathematical reasoning behind this summation and its implications.

Discussion Character

  • Exploratory, Mathematical reasoning, Problem interpretation

Approaches and Questions Raised

  • The original poster attempts to derive the sum using a series of transformations and manipulations involving even and odd numbers. Some participants suggest alternative methods, including mathematical induction and known summation formulas. Others question the steps taken and the validity of certain transformations.

Discussion Status

The discussion is active, with various participants contributing different perspectives and methods. Some have provided links to previous discussions, while others have shared their own attempts at proving the sum. There is no explicit consensus, but several productive lines of reasoning are being explored.

Contextual Notes

Participants are navigating through complex mathematical expressions and transformations, with some expressing uncertainty about the proofs and methods being discussed. The original poster's approach appears to be constrained by their understanding of the series involved.

MathematicalPhysicist
Science Advisor
Gold Member
Messages
4,662
Reaction score
372
finding the sum of...

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

i need to find to what it's equal?

i tried doing various ways:

2*(1+3)+4*(3+5)+6(5+7)+...

which means an even number times the sum of two odd numbers
so let's say:
a=2m
b=2m-1

a(b+3)+a(b+5)+a(b+7)...+n(n+1)
ab*n+a(3+5+7...+2n-1)*(n-1)=
a{[bn+(n-1)(3+5+7+...2n-1)]}

when 3+5+7+...(2n-1)=(3+s_n)n/2
when s_n=3+n(2n-1-3)=2n^2-4n+3
so (3+s_n)n/2=(2n^2-4n+6)n/2=n^3-2n^2+3n

here i pretty much given up, can someone help me.
 
Physics news on Phys.org
In particular,

[tex]\sum_{k=1}^{n} k(k+1) = \frac{n(n+1+1)!}{(1+2)n!} = \frac{n(n+1)(n+2)}{3}[/tex]
 
i think you jumped there too quickly, here:
sigma[k=1 to n](k+j)!/(k-1)!=n(n+j+1)!/(j+2)n!

the sigma equals:
(1+j)!/0!+(2+j)/1!+...+(n+j)!/(n-1)!

so where's the thing in between?
 
The proof ? Oh, just I used Maple :wink: .
 
Last edited:
so does someone know how to prove it, or should i use my bare hands. (-:
 
loop quantum gravity said:
so does someone know how to prove it, or should i use my bare hands. (-:

Now that you know the final answer, the result should be easy to prove by mathematical induction.

Also...
2*(1+3)+4*(3+5)+6(5+7)+...

This method works! (For an even number of terms.)

[tex] \begin{equation*}<br /> \begin{split}<br /> 1*2 + 2*3 + 3*4 + 4*5 + 5*6 + 6*7 + 7*8 + 8*9 + \cdots &= 2 \left( 1 + 3 \right) + 4 \left( 3 + 5 \right) + 6 \left( 5 + 7 \right) + 8 \left( 7 + 9 \right) + \cdots\\<br /> &= 8 + 32 + 72 + 128 + \cdots\\<br /> &= 8 \left( 1 + 4 + 9 + 16 + \cdots \right)\\<br /> &= 8 \left( 1 + 2^{2} + 3^{2} + 4^{2} + \cdots \right)\\<br /> \end{split}<br /> \end{equation*}[/tex]

The stuff in the brackets is a known series, but this is not a proof. It does, however, suggest the following more formal method. Let [itex]n = 2m[/itex], so that

[tex]\sum_{k=1}^{2m} k \left( k + 1 \right) = \sum_{k=1}^{2m} a_{k},[/tex]

where [itex]a_{k} = k \left( k + 1 \right)[/itex]. Define a series by [itex]b_{1} = a_{1} + a_{2}[/itex], [itex]b_{2} = a_{3} + a_{4}[/itex], etc. In other words, [itex]b_{j} = a_{2j - 1} + a_{2j}[/itex].

Now,

[tex] \begin{equation*}<br /> \begin{split}<br /> \sum_{k=1}^{2m} k \left( k + 1 \right) &= \sum_{k=1}^{2m} a_{k}\\<br /> &= \sum_{j=1}^{m} b_{j}\\<br /> &= \sum_{j=1}^{m} \left[ a_{2j-1} + a_{2j} \right] .\\<br /> \end{split}<br /> \end{equation*}[/tex]

What do you get when you sub in for the a's?

Regards,
George
 
Last edited:
I would think that it would be simpler to write
[tex]\begin{equation*}\begin{split}\sum_{k=1}^{n} k \left( k + 1 \right) \\&= \sum_{k=1}^{n}(k^2+ k)\\&= \sum_{k=1}^{n} k^2+ \sum_{k=1}^{n} k\end{split}\end{equation*}[/tex]
And those two sums are well known.
 
HallsofIvy said:
I would think that it would be simpler to write
[tex]\begin{equation*}\begin{split}\sum_{k=1}^{n} k \left( k + 1 \right) \\&= \sum_{k=1}^{n}(k^2+ k)\\&= \sum_{k=1}^{n} k^2+ \sum_{k=1}^{n} k\end{split}\end{equation*}[/tex]
And those two sums are well known.

Yikes! :blushing:

This exemplifies something I often tell people: take care when replacing symbols by numbers, because this sometimes complicates the issue at hand.

Mea culpa.

Regards,
George
 
  • #10
thank, i believe this is much easier from what i had thought before.

the first k^2 sum is of what galileo find, and the second one is just plane arithmatic progression.
 

Similar threads

Replies
5
Views
2K
  • · Replies 11 ·
Replies
11
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
Replies
7
Views
4K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 9 ·
Replies
9
Views
3K
Replies
14
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
Replies
23
Views
2K
  • · Replies 2 ·
Replies
2
Views
1K