Sum of the first n natural numbers is n(n+1)/2

AI Thread Summary
The sum of the first n natural numbers is expressed as n(n+1)/2. The discussion explores whether the product of the first n natural numbers can be represented without using the factorial symbol. It highlights that while a direct conversion from product to sum is challenging, a logarithmic approach can be utilized: ln(n!) = Σln n. Additionally, the Gamma function provides an alternative representation, where n! = Gamma(n+1) can be expressed as an integral that approximates a sum. This demonstrates the connection between products, sums, and integrals in mathematical expressions.
StephenPrivitera
Messages
360
Reaction score
0
We know that the sum of the first n natural numbers is n(n+1)/2

Can we express the product of the first n natural numbers without using the factorial symbol?
It is possible to write a factorial as a sum. Any idea what it would look like?
 
Last edited by a moderator:
Mathematics news on Phys.org
To my knowledge, there isn't any convenient way.

You can do a "cheap" conversion from a product to a sum, though:

ln Πf(n) = Σln f(n)

So for factorials:

ln(n!) = Σln n
or
n! = eΣln n
 
Another way to write a factorial as a sum (which, I admit, sounds like cheating) is to use the Gamma function.

n! = Gamma(n+1) = Integral(tx-1e-t)dt

(the integral goes from zero to infinity)

Since an integral is the limit of a sum, it is kinda what you wanted.
 
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...
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...
Back
Top