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

  • Thread starter Thread starter vin300
  • Start date Start date
  • Tags Tags
    Addition Rules
AI Thread Summary
The discussion highlights several mathematical rules for summing consecutive numbers and squares, including the formulas for the sum of all integers, odd integers, and even integers. The sum of all integers is expressed as 0.5(n^2 + n), while the sum of odd integers equals n^2, and the sum of even integers is n^2 + n. Additionally, it presents formulas for sums of gap integers, such as odd and even integers with one gap, showcasing their arithmetic progression properties. The conversation suggests a systematic approach to developing these rules using functions and their differences, encouraging exploration of general formulas for various cases. Overall, the thread emphasizes the simplicity and known nature of these mathematical derivations.
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
 
Insights auto threads is broken atm, so I'm manually creating these for new Insight articles. In Dirac’s Principles of Quantum Mechanics published in 1930 he introduced a “convenient notation” he referred to as a “delta function” which he treated as a continuum analog to the discrete Kronecker delta. The Kronecker delta is simply the indexed components of the identity operator in matrix algebra Source: https://www.physicsforums.com/insights/what-exactly-is-diracs-delta-function/ by...
Suppose ,instead of the usual x,y coordinate system with an I basis vector along the x -axis and a corresponding j basis vector along the y-axis we instead have a different pair of basis vectors ,call them e and f along their respective axes. I have seen that this is an important subject in maths My question is what physical applications does such a model apply to? I am asking here because I have devoted quite a lot of time in the past to understanding convectors and the dual...

Similar threads

Back
Top