Consider a function $f(t) = e^{-t + \log t}$. I am not sure this type of function can be seen as an exponential decay function as it does not have the regular form $ce^{-at}$ with $a > 0$. But it obviously obeys \begin{equation} \underset{t \rightarrow \infty}{\lim} \frac{e^{-t + \log t}}{e^{-0.5t}} = 0, \end{equation} proving that $f(t)$ does not grow faster (or maybe equivalently decay faster) than $e^{-0.5t}$. If this is not an exponential decay function, does it have any particular name?
Asked
Active
Viewed 215 times
0
2 Answers
1
$$f(t) = e^{-t + \log t}$$ Suppopsing that your symbol log means the natural logarithm (not the logarithm base 10) then :
$$f(t)=t\,e^{-t}$$ This is a function frequently encountered. Of course all functions have not a specific name.
Note for information : A particularity of this function is to be related to the inverse of the Lambert W function. $$f(t)=-W^{-1}(-t)$$
JJacquelin
- 66,221
- 3
- 37
- 87
-
-
-
Thanks. I find a system the convergence time of which follows this particular form, but I don't know how to define this type of convergence. It seems I can not call it exponential convergence. – Geek Feb 06 '21 at 11:03
-
As far as I know there is no standard definition for "Exponential convergence". So you can use it as you like insofar you prove that the convergence is mainely due to an exponential term in the function. Thus in the present case you have to prove that the convergence exists and is due to $e^{-t}$ in the function $te^{-t}$. – JJacquelin Feb 06 '21 at 11:23
1
$$f(t) = e^{-t + \log t}=t\,e^{-t}$$ $f(t)$ goes through a maximum at $x=1$ and for $x>1$ it decreases slower than $e^{-t}$.
Claude Leibovici
- 260,315
-
So can I call it exponential decay? There exists a time $T$ such that $f(t)$ decreases faster than $e^{-ct}$ with $0 < c < 1$ for $t > T$. – Geek Feb 06 '21 at 11:05
https://www.desmos.com/calculator – user25406 Feb 06 '21 at 17:23