Asymptotic behavior of this function?

  • Thread starter Thread starter asmani
  • Start date Start date
  • Tags Tags
    Behavior Function
asmani
Messages
104
Reaction score
0
Hi

How to estimate the asymptotic behavior of this function?

f(x)=\sum_{k=1}^{x}\log(k)
I mean, a closed form function g(x) such that f(x)/g(x) tends to 1 as x goes to infinity.
 
Physics news on Phys.org
asmani said:
Hi

How to estimate the asymptotic behavior of this function?

f(x)=\sum_{k=1}^{x}\log(k)
I mean, a closed form function g(x) such that f(x)/g(x) tends to 1 as x goes to infinity.

x is an integer, yes? Then f(x) = \log(x!). The standard asymptotic approximation for the factorial function is Stirling's approximation.
 
  • Like
Likes 1 person
Haha, exactly what I was looking for. Thanks!
 
Back
Top