Is there a name for this approximation?

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
6 replies · 2K views
Messages
1,612
Reaction score
611
Because it holds that

##\displaystyle\int_{1}^{x}\frac{dt}{t} = \log x##, and

##\displaystyle\int_{1}^{x}\frac{dt}{t^a} = \frac{1}{a-1}\left(1-\frac{1}{x^{a-1}}\right)\hspace{20pt}##when ##a>1##

it could be expected that

##\displaystyle\frac{1}{a-1}\left(1-\frac{1}{x^{a-1}}\right) \rightarrow \log x## when ##a\rightarrow 1##.

Trying this with Wolfram Alpha for ##a = 1 + 10^{-8}## or similar, it seems that the graphs of the natural logarithm and the other result overlap quite well.

I just realized this a while ago, and have never seen this approximation before... Is there any name for it?
 
  • Like
Likes   Reactions: member 587159
Physics news on Phys.org
hilbert2 said:
Because it holds that

##\displaystyle\int_{1}^{x}\frac{dt}{t} = \log x##, and

##\displaystyle\int_{1}^{x}\frac{dt}{t^a} = \frac{1}{a-1}\left(1-\frac{1}{x^{a-1}}\right)\hspace{20pt}##when ##a>1##

it could be expected that

##\displaystyle\frac{1}{a-1}\left(1-\frac{1}{x^{a-1}}\right) \rightarrow \log x## when ##a\rightarrow 1##.

Trying this with Wolfram Alpha for ##a = 1 + 10^{-8}## or similar, it seems that the graphs of the natural logarithm and the other result overlap quite well.

I just realized this a while ago, and have never seen this approximation before... Is there any name for it?
I doubt it has a name. The (German) Wikipedia page (https://de.wikipedia.org/wiki/Logarithmus#Als_Potenzreihe) has it (with some minor adjustments) as a direct consequence of the power series expansion of ##\log (1+x)##.
 
  • Like
Likes   Reactions: QuantumQuest and member 587159
fresh_42 said:
I doubt it has a name. The (German) Wikipedia page (https://de.wikipedia.org/wiki/Logarithmus#Als_Potenzreihe) has it (with some minor adjustments) as a direct consequence of the power series expansion of ##\log (1+x)##.
I never understood why they do the 1+x power series instead of the log(x/y) power series.
 
It is not a nice formula, numerically. You get a huge term multiplied by a small term, where the small term is the nearly perfect cancellation of two numbers, and you have to evaluate xa-1 with a high precision to get a reasonable approximation.
 
  • Like
Likes   Reactions: QuantumQuest
mfb said:
It is not a nice formula, numerically. You get a huge term multiplied by a small term, where the small term is the nearly perfect cancellation of two numbers, and you have to evaluate xa-1 with a high precision to get a reasonable approximation.

Yes, I noticed that too.

Taking the inverse function it's quite obvious that ##\displaystyle e^x = \lim_{n\to\infty}\left(\frac{n}{n-x}\right)^n##, and the approximation with large but finite ##n## blows up to infinity when ##x\to n##.
 
Another fact: [itex]\int_{1}^{x}\frac{1}{t}dt=\ln(x)[/itex]. Doing a Riemann approximation of the integral: [itex]\sum_{n=2}^{N}\frac{1}{n}<\int_{1}^{N}\frac{1}{t}dt<\sum_{n=1}^{N-1}\frac{1}{n}[/itex]. It can be shown that [itex]\sum_{n=1}^{N}\frac{1}{n}\approx \ln(N)+\gamma[/itex] for large N, where γ is the Euler-Mascheroni constant (0.5772156649...).
 
  • Like
Likes   Reactions: member 587159