Asymptotic behavior of this function?

  • Context: Graduate 
  • Thread starter Thread starter asmani
  • Start date Start date
  • Tags Tags
    Behavior Function
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
3 replies · 2K views
asmani
Messages
104
Reaction score
0
Hi

How to estimate the asymptotic behavior of this function?

[tex]f(x)=\sum_{k=1}^{x}\log(k)[/tex]
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?

[tex]f(x)=\sum_{k=1}^{x}\log(k)[/tex]
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 [itex]f(x) = \log(x!)[/itex]. The standard asymptotic approximation for the factorial function is Stirling's approximation.
 
  • Like
Likes   Reactions: 1 person
Haha, exactly what I was looking for. Thanks!