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

  • Thread starter Thread starter vin300
  • Start date Start date
  • Tags Tags
    Addition Rules
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...
Fermat's Last Theorem has long been one of the most famous mathematical problems, and is now one of the most famous theorems. It simply states that the equation $$ a^n+b^n=c^n $$ has no solutions with positive integers if ##n>2.## It was named after Pierre de Fermat (1607-1665). The problem itself stems from the book Arithmetica by Diophantus of Alexandria. It gained popularity because Fermat noted in his copy "Cubum autem in duos cubos, aut quadratoquadratum in duos quadratoquadratos, et...
Thread 'Imaginary Pythagorus'
I posted this in the Lame Math thread, but it's got me thinking. Is there any validity to this? Or is it really just a mathematical trick? Naively, I see that i2 + plus 12 does equal zero2. But does this have a meaning? I know one can treat the imaginary number line as just another axis like the reals, but does that mean this does represent a triangle in the complex plane with a hypotenuse of length zero? Ibix offered a rendering of the diagram using what I assume is matrix* notation...

Similar threads

Back
Top