IS this coincidence? Integral adn summation

jd12345
Messages
251
Reaction score
2
The sum of 1 + 2 + 3...n = n(n+1) / 2 - highest power term is n^2
sum of 1^2 + 2^2 + 3^2...n^2 - n(n+1)(2n+1) / 6 - highest power term is n^3
sum of 1^3 + 2^3 + 3^3...n^3 - it has highest power term of n^4
similarly 1^k +2^k ...n^k - it has highest power term of n^(k+1)

Is it a coincidence that ∫x^k dx = x^(k+1) / (k+1) - power is k+1 ?
 
Mathematics news on Phys.org
Do you understand how the Reimann integral is derived? (i.e. its relationship to summation)
 
jd12345 said:
The sum of 1 + 2 + 3...n = n(n+1) / 2 - highest power term is n^2
sum of 1^2 + 2^2 + 3^2...n^2 - n(n+1)(2n+1) / 6 - highest power term is n^3
sum of 1^3 + 2^3 + 3^3...n^3 - it has highest power term of n^4
similarly 1^k +2^k ...n^k - it has highest power term of n^(k+1)

Is it a coincidence that ∫x^k dx = x^(k+1) / (k+1) - power is k+1 ?

Hey jd12345.

For the summation part there is a formula for a finite n which is known as the Bernoulli polynomials that basically allow you to derive the closed form solution for x^p where p >= 0 and p is a integer and x ranges from 1 to n.
 
jd12345 said:
similarly 1^k +2^k ...n^k - it has highest power term of n^(k+1)

Suppose F(n) = \sum_{i=1}^n f(n)

then F(n+1) - F(n) = f(n+1)

Denote F(n+1) - F(n) by \triangle F(n).

Then \triangle F(n) resembles a finite version of the derivative of F(x)

To sum f(n) you must solve \triangle F(n) = f(n+1) for F(n). i.e. you must find the anti-\triangle of f(n+1). So this resembles integration.

The study of stuff like this is called "The Calculus Of Finite Differences". (George Boole himself wrote an interesting book about it.)
 
Ok - thanks Stephen
 
Incidentally, if you want to see neater analogy between sums of series and integrals, find the formulas for
1 + 2 + 3 + ...
1.2 + 2.3 + 3.4 + ...
1.2.3 + 2.3.4 + 3.4.5 + ...
Or in general
$$\sum_{n=0}^N \frac{(n+k)!}{ n!}$$
for k = 1, 2, 3, ...
 
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...
I'm interested to know whether the equation $$1 = 2 - \frac{1}{2 - \frac{1}{2 - \cdots}}$$ is true or not. It can be shown easily that if the continued fraction converges, it cannot converge to anything else than 1. It seems that if the continued fraction converges, the convergence is very slow. The apparent slowness of the convergence makes it difficult to estimate the presence of true convergence numerically. At the moment I don't know whether this converges or not.
Back
Top