Question about formula for natural log

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
2 replies · 2K views
Matt Benesi
Messages
134
Reaction score
7
Any information on the following formula for natural logarithm (I looked in wikipedia and Mathworld but didn't see it). It came from another equation I was working on a bit ago, and I was curious about it as I didn't recall seeing it before (which doesn't mean I haven't), although it reminded me of some equations for e.

[tex]\ln{x} =\lim_{n\to\infty} \left[ \left (1- \frac{1}{x^{\frac{1}{n}}} \right) \times n \right ][/tex]
For better visibility (bottom of the fraction is the nth root of x):
[tex]\ln{x} =\lim_{n\to\infty} \left[ \left (1- \frac{1}{ \sqrt[n]{x}} \right) \times n \right ][/tex]

Or yet another form:

[tex]\ln{x} =\lim_{n\to\infty} \left[ \left (1- x^{- \frac{1}{n}} \right) \times n \right ][/tex]
And I might have answered my own question with this last one... sheesh... anyways, still would like to read about it.
[tex]\ln{x} =\lim_{n\to\infty} \left[n- n\times x^{- \frac{1}{n}} \right ][/tex]

Makes the derivative readily apparent, ehh? :D
 
Last edited:
Physics news on Phys.org
Thanks, I realized that post-post, right after I reformulated it a last time and powered down the computer. Ended up writing it out on paper and deriving this particular formula for [itex]e^x[/itex]:

[tex]x = \lim_{n\to\infty} \left(1- \frac{\ln{x}}{n} \right )^{-n}[/tex]
which is basically the following reformulated~~~
[tex]e^x = \lim_{n\to\infty} \left(1- \frac{x}{n} \right )^{-n}[/tex]