What are the mathematical rules for adding consecutive numbers and squares?

  • Context: Undergrad 
  • Thread starter Thread starter vin300
  • Start date Start date
  • Tags Tags
    Addition Rules
Click For Summary

Discussion Overview

The discussion revolves around mathematical rules for summing consecutive numbers and squares, exploring various formulas and approaches to derive these sums. It includes both arithmetic progressions and specific cases of summation, with a focus on discovering and formalizing these rules.

Discussion Character

  • Exploratory
  • Mathematical reasoning
  • Debate/contested

Main Points Raised

  • One participant presents several rules for summing integers, odd integers, even integers, and gap integers, derived through trial and error.
  • Another participant notes that these rules are known and relate to arithmetic progressions.
  • A different participant claims that the algebraic derivations of these rules are trivial, suggesting they are established knowledge.
  • One participant proposes a systematic approach to developing summation rules using a function and its differences, indicating a method for deriving sums.
  • Another participant challenges others to find a general formula for summing sequences and squares, indicating a desire for broader exploration of the topic.

Areas of Agreement / Disagreement

There is no consensus on the novelty of the rules presented, as some participants assert they are known while others claim to have discovered them. The discussion remains unresolved regarding the completeness and originality of the proposed formulas.

Contextual Notes

Some claims depend on specific definitions of sequences and may require further clarification or assumptions about the terms involved. The discussion includes various mathematical expressions that may not have been fully derived or explained.

vin300
Messages
602
Reaction score
4
I have recently discovered some mathematical rules by trial and error. Some of these may be already known to people of mathematics.
1. This one is common: Sum of all integers 1+2+3+...=0.5(n^2 + n)
2. Sum of odd integers: 1+3+5+7+9...= n^2
3. Sum of even integers: 2+4+6+8...= n^2 + n eg: Sum of first two: 2+4= 2^2 +2 =6
4. Sum of gap odd integers(odd integers with one gap) : 1+5+9+13+17...= (n+1)(n+2) eg. 1+5=(1+1)(1+2)=6
5.a. Sum of gap even integers: 2+6+10+14...= 2n^2 eg 2+6+10= 2(3)^2=18
5.b. Sum of gap even integers: 4+8+12+16...= 4(1+2+3+4+...) eg:4+8+12= 4(1+2+3)= 24
 
Mathematics news on Phys.org
The algebraic derivations of all these is trivial, so yes, they are known.
 
vin300 said:
I have recently discovered some mathematical rules by trial and error.

If you want to develop such rules in a systematic fashion, try starting with a function like F(n) = n^2 and forming the series give by its differences: (F(1) - F(0)) + ( F(2) - F(1)) + (F(3) - F(2)) + ...(F(n+1) - F(n)). This series sums to F(n+1) - F(0).

For functions that are simple to write down, the "answer" F(n+1) - F(0) looks simple while the series whose terms are T(i) = F(i+1) - F(i) can look complicated.
 
vin300 said:
4. Sum of gap odd integers(odd integers with one gap) : 1+5+9+13+17...= (n+1)(n+2)
Sum of odd integers with one gap = n(2n-1)
 
Try to find a general formula now which includes all those cases:

a+ (a+b) + (a + 2b) + (a + 3b) + ... + (a + nb)

And try to find the sum of squares:

1 + 4 + 9 + ... + n^2

Or if you're up for a challenge, the more general

1 + 2^k + 3^k + ... + n^k
 

Similar threads

  • · Replies 10 ·
Replies
10
Views
3K
Replies
8
Views
2K
  • · Replies 3 ·
Replies
3
Views
1K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 5 ·
Replies
5
Views
2K
  • · Replies 3 ·
Replies
3
Views
4K
  • · Replies 28 ·
Replies
28
Views
5K
  • · Replies 24 ·
Replies
24
Views
3K
  • · Replies 3 ·
Replies
3
Views
947
  • · Replies 5 ·
Replies
5
Views
2K