How come this natural logarithm approximation works?

Click For Summary

Discussion Overview

The discussion revolves around an approximation for the natural logarithm, specifically the formula ln x = 2^n * (x^(2^-n) - 1). Participants explore its validity, limitations, and potential applications, as well as its relationship to known series and approximations.

Discussion Character

  • Exploratory
  • Technical explanation
  • Debate/contested
  • Mathematical reasoning

Main Points Raised

  • One participant notes that the approximation seems to work well for n as high as 25 but expresses confusion about its underlying rationale.
  • Another participant clarifies that n represents a very large natural number and discusses the limit as n approaches infinity, suggesting that the formula becomes exact in that limit.
  • There is a question about whether the approximation can be expressed as a series, with a comparison made to the power series of the logarithm centered at 2.
  • A correction is made regarding the expression used in the approximation, emphasizing that it is not a series.
  • Concerns are raised about numerical errors when n is large, particularly when subtracting 1 from a number close to 1, and the practicality of the formula is questioned.
  • Some participants express interest in the accuracy of the approximation despite its impracticality and share curiosity about other mathematical coincidences or patterns that may behave similarly.
  • Several conjectures and examples related to prime numbers and mathematical phenomena are mentioned, though their relevance to the logarithm approximation is not directly established.

Areas of Agreement / Disagreement

Participants do not reach a consensus on the practical applications of the approximation or its reliability, with some expressing skepticism about its usefulness while others acknowledge its accuracy under certain conditions. The discussion remains unresolved regarding the broader implications of the approximation.

Contextual Notes

Limitations include the potential for numerical errors at large n, the dependence on the definition of n, and the unresolved nature of the relationship between the approximation and established series for logarithms.

Andreas C
Messages
196
Reaction score
20
I came across a guy claiming that the "best approximation" for the natural logarithm of a number is this:
ln x=2^n*(x^(2^-n)-1)

Oddly enough, it seems to work rather well! I don't really get why it does... I also don't know if it has a limit, I couldn't test it as I don't have access to my laptop right now, but I can't understand WHY it seems to work, at least for n as high as 25.
 
Physics news on Phys.org
What is n?

With n=0, we get ##\ln(x) \approx x-1## which is the start of the taylor series around x=1.

In the limit n->infinity, the formula is exact. Introduce u=2^n to shorten formulas:

$$\lim_{u \to \infty} u (x^{1/u}-1) = \lim_{u \to \infty} u (e^{ln(x)/u}-1) = \lim_{u \to \infty} u (1+\frac{\ln(x)}{u} + O(\frac{1}{u^2})-1) = \ln(x)$$
 
Last edited:
  • Like
Likes   Reactions: RUber and fresh_42
N is a very large natural number.
 
I tested it with n=25 for 2, 5, 10 and 15 and for some weird reason it worked.
 
Is this a series? Where ## \ln x = \sum_{n = 0}^\infty 2^n \left( x^{2^{-n}} - 1 \right) ? ##
If so, compare that to the power series of the log centered at 2.
## \ln x = \ln 2 + \sum_{n = 1}^\infty \frac{(-1)^{n-1} (x - 2)^n}{2^n n} ##
It looks like there might be some similar terms...
 
First, I think you forgot something, the first term in the parenthesis is x^(2^-n), not x^(2^n).

No, it's not a series.
 
See my edit in my previous post. For the limit of n to infinity, the formula is exact (proof in the post). For large n, it can give a reasonable approximation, the range where the approximation works grows with n.
 
mfb said:
See my edit in my previous post. For the limit of n to infinity, the formula is exact (proof in the post). For large n, it can give a reasonable approximation, the range where the approximation works grows with n.

Oh, so it is actually a good approximation. Weird, I had never heard of it again. Is anyone aware of where it first appeared?
 
It is prone to numerical errors, for large n you subtract 1 from a number close to 1. I don't see practical applications of this formula in this direction. Maybe in the opposite direction (using log(x) to approximate the exponential), but that is equivalent to a taylor approximation.
 
  • #10
mfb said:
It is prone to numerical errors, for large n you subtract 1 from a number close to 1. I don't see practical applications of this formula in this direction. Maybe in the opposite direction (using log(x) to approximate the exponential), but that is equivalent to a taylor approximation.

Yes, it's not practical, but it's accurate if you're accurate. At first I thought it was something like a mathematical coincidence that only sometimes works, but it turns out that it actually works.

On a slightly unrelated note, do you know of any such "coincidences" or patterns or rules that only start to break after many, many numbers? I've always thought they were interesting mathematical objects, functions or series that "cheat" you into thinking they are going to be a certain way and then change unpredictably.
 
  • #11
The Borwein integral
The Hirsch conjecture fails first in 43 dimensions.

Pólya conjecture: Is there a number N such that less than half of all numbers smaller than N have an odd number of prime factors?
Yes, but the smallest example is 900 millions.

a=n29 + 14 and b=(n+1)29 + 14 are relative prime for all numbers smaller than n=345253422116355058862366766874868910441560096980654656110408105446268691941239624255384457677726969174087561682040026593303628834116200365400, a number with 141 digits. Taken from here.

Does the number of primes below N exceed ##\int_0^N \frac {dt}{\ln(t)}## for some N? Yes, but the smallest example must be larger than 1019, and it is expected to be around 10316. Related to Skewes' number.

Mertens conjecture, yet another one about prime factors. The smallest counterexample has to be above 1016, but it could be as large as ~101040.
 
  • Like
Likes   Reactions: fresh_42
  • #12
So there is still hope for my vicious fantasy that ERH will fail somewhere. :cool:
Shouldn't your and my response be better placed in the Collatz conjecture thread?
 
  • #13
fresh_42 said:
So there is still hope for my vicious fantasy that ERH will fail somewhere. :cool:
Shouldn't your and my response be better placed in the Collatz conjecture thread?

What is "ERH"? Anyways, I think that means there is still hope Collatz conjecture may be proven wrong!
 
  • #14
Yes, and ERH is the extended Riemann hypothesis, which would be a sensation if proven wrong. I found @mfb's examples very interesting. I've read of an example about primes before, which first fails at ##41## and thought this would be a large number. I couldn't be more wrong. So thanks for this thread, which brought it up.
 
  • #15
Andreas C said:
Yes, it's not practical, but it's accurate if you're accurate. At first I thought it was something like a mathematical coincidence that only sometimes works, but it turns out that it actually works.

On a slightly unrelated note, do you know of any such "coincidences" or patterns or rules that only start to break after many, many numbers? I've always thought they were interesting mathematical objects, functions or series that "cheat" you into thinking they are going to be a certain way and then change unpredictably.
Andreas C said:
Yes, it's not practical, but it's accurate if you're accurate. At first I thought it was something like a mathematical coincidence that only sometimes works, but it turns out that it actually works.

On a slightly unrelated note, do you know of any such "coincidences" or patterns or rules that only start to break after many, many numbers? I've always thought they were interesting mathematical objects, functions or series that "cheat" you into thinking they are going to be a certain way and then change unpredictably.
trigonometrics integrals like The Borwein integral
http://www.jstor.org/stable/40378359?seq=2#page_scan_tab_contents
you must be log in , page 282 And onwards
 

Similar threads

  • · Replies 10 ·
Replies
10
Views
2K
  • · Replies 14 ·
Replies
14
Views
4K
  • · Replies 19 ·
Replies
19
Views
5K
  • · Replies 1 ·
Replies
1
Views
1K
  • · Replies 11 ·
Replies
11
Views
3K
  • · Replies 5 ·
Replies
5
Views
2K
  • · Replies 13 ·
Replies
13
Views
3K
  • · Replies 8 ·
Replies
8
Views
4K
  • · Replies 12 ·
Replies
12
Views
3K
  • · Replies 8 ·
Replies
8
Views
3K