Function approximation near a given point

Irid
Messages
207
Reaction score
1
I've came up to a problem, where I would like to prove that a differentiable function f(x) can be approximated by

f(x) = f(x_0) \left(\frac{x}{x_0}\right)^{\alpha}

where

\alpha = \frac{d \ln f(x)}{d \ln x} \Big |_{x=x_0}

But I'm not sure this is true. The problem and solution can be found at:
http://crydee.sai.msu.su/~konon/Book/Book.html
see Problem 8.2, the book is in Russian. If you can't find it, the problem and solution are respectively at pages
http://crydee.sai.msu.su/~konon/Book/ch3L/node12.html
http://crydee.sai.msu.su/~konon/Book/ch4L/node9.html

The idea depicted in that book is to use a Taylor expansion for a function \ln f(x), but use a variable \ln x instead of x, as if the function really was \ln [f(\ln x)], but that's not shown. Anyway, say I Taylor expand this function:

\ln [f(\ln x)] = \ln [f(\ln x_0)] + \frac{d \ln [f(\ln x)]}{d \ln x} \Big |_{x=x_0} (\ln x-\ln x_0) + \cdots = \ln[f(\ln x_0)] + \ln \left(\frac{x}{x_0}\right)^{\alpha} + \cdots

OK, now I put those two terms together and obtain

f(\ln x) = f(\ln x_0) \left(\frac{x}{x_0}\right)^{\alpha}

Looks like it, but if we let \ln x = z, then

f(z) = f(z_0) e^{\alpha(z-z_0)} \approx f(z_0) [1 + \alpha(z-z_0)]

after approximating exponent for small \Delta z and this is just Taylor series, i.e. it gives nothing new and no expected new awesome cool approximation. Am I missing something, or the textbook is rubbish?

Ironically, the author complains that no textbook gives this approximation, but it is used everywhere in astrophysics.
 
Last edited by a moderator:
Physics news on Phys.org
There's not really anything to prove. The real question is, what is a good approximation to f(x) near x0? This depends on f. It might be that a power-law approximation, f = f0(x/x0)a, is better than a linear approximation, f = f0 + a(x-x0), or it might not. Or there might be some other 1-paramater approximation that's better, like f = f0 exp(a(x-x0)) or f = f0 + a ln(x/x0).

In astrophysics, it often happens that you get power-law relations between two quantities over some range, so power-law functions are often good approximations. But there's nothing mathematically fundamental about this.
 
Last edited:
Your advice was of help. What I learned is that you may choose any functional form of the approximation you like, and then choose the parameters to best fit the real thing. That way I was able to solve the problem. And it's 8.3, I made a mistake :))
 
Irid said:
What I learned is that you may choose any functional form of the approximation you like, and then choose the parameters to best fit the real thing.

Yes, exactly. Of course, some may be better than others (over some range), and you could do something like see which form (of those you tried) minimizes the average squared variation to pick the best one.
 
Hi, I had an exam and I completely messed up a problem. Especially one part which was necessary for the rest of the problem. Basically, I have a wormhole metric: $$(ds)^2 = -(dt)^2 + (dr)^2 + (r^2 + b^2)( (d\theta)^2 + sin^2 \theta (d\phi)^2 )$$ Where ##b=1## with an orbit only in the equatorial plane. We also know from the question that the orbit must satisfy this relationship: $$\varepsilon = \frac{1}{2} (\frac{dr}{d\tau})^2 + V_{eff}(r)$$ Ultimately, I was tasked to find the initial...
The value of H equals ## 10^{3}## in natural units, According to : https://en.wikipedia.org/wiki/Natural_units, ## t \sim 10^{-21} sec = 10^{21} Hz ##, and since ## \text{GeV} \sim 10^{24} \text{Hz } ##, ## GeV \sim 10^{24} \times 10^{-21} = 10^3 ## in natural units. So is this conversion correct? Also in the above formula, can I convert H to that natural units , since it’s a constant, while keeping k in Hz ?
Back
Top