Prime Number Theorem and Its Expansion: A Puzzling Equation

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
1 reply · 3K views
autobot.d
Messages
67
Reaction score
0
Hi there,

working on Prime Number Theorem and the book gives an equality that I probably should know...

[itex]\frac{1}{log(2x)}= \frac{1}{logx}- \frac{log2}{log^{2}x} + O(\frac{1}{log^{3}x})[/itex]

and

[itex]\frac{1}{log^{2}2x} = \frac{1}{log^{2}x} + O(\frac{1}{log^{3}x})[/itex]

Not sure what kind of expansion or what let's them draw this conclusion.
Any help is appreciated!
 
Last edited:
Physics news on Phys.org
1/log2x = 1/(log2 + logx) = (1/logx)(1/(1 + {log2/logx})

1/(1 + u) = 1 - u + u2 - u3 + ...
Let u=log2/logx in the first line. x > 2 is condition.