I have derived the following formula for a project, and I have not been able to find it anywhere online. Is there a name for this formula? Has anyone seen it in the literature?
$$\lim_{\Delta x \rightarrow 0} \sqrt[\Delta x]{\frac{f(x+\Delta x)}{f(x)}} = e^{\frac{f'(x)}{f(x)}}$$
If I were to come up with a name for it, I would call it the “exponential derivative” of the function $f(x)$, because it is similar to the definition of a derivative, but instead of subtracting two values of the function we are dividing, and instead of dividing by $\Delta x$ we are taking a root. In other words, this formula considers the exponential change in the function $f(x)$, rather than the linear change in the case of a regular derivative. However, if this formula already has a name, it would be helpful to know how to refer to it. Thanks!