Behavior of a function for large x?

  • Context: Undergrad 
  • Thread starter Thread starter pellman
  • 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
4 replies · 2K views
pellman
Messages
683
Reaction score
6
TL;DR
Need to learn how to analyze the asymptotic behavior of functions
I have a problem asking to show that a certain function approaches a quadratic for large values of the variable. And I realize now that this is a skill with which I am totally unfamiliar. Can't use a Taylor series in y= 1/x because the value at y=0 is infinite. Would appreciate a recommended resource that covers this topic.

I would like to post the specific problem but I don't know how to post equations here. Is there a how-to page?
 
Physics news on Phys.org
The specific problem is to show that

## x \sum_{p=1} ^\infty \ln \left( \frac 1 { 1 - e^{-p/x}} \right) ##

approaches

## \frac { \pi^2} {6} x^2 ##

for large x. So we could drop the leading x and just show that the sum is linear for large x. I know that the pi^2 / 6 comes from ## \sum_{p=1}^\infty \frac 1 {p^2} ##
 
So we have to show
\begin{align*}
\zeta(2)x&\sim\sum_{p=1}^\infty \ln\left(\dfrac{1}{1-e^{-p/x}}\right) \\
&= -\ln\left( \prod_{p=1}^\infty (1-e^{-p/x})\right)\\
&\Longleftrightarrow\\
e^{\zeta(2)x}&\sim\prod_{p=1}^\infty \dfrac{1}{1-e^{-p/x}}
\end{align*}
and ##\zeta(2)=\displaystyle{\dfrac{\pi^2}{6}=\prod_{p\text{ prime }}\dfrac{1}{1-p^{-2}}=\sum_{p=1}^\infty \dfrac{1}{p^2}}##

I would start with the Taylor series for ##e^{-p/x}## and try to get an asymptotic behavior that goes with ##1/p^2## in the summation.

If this shouldn't work, I would look for formulas and integration tricks in the realm of the zeta function. There are so many formulas around, that I bet there is one which fits.