Function approximation near a given point

In summary, the conversation discusses the problem of proving that a differentiable function can be approximated by a power-law function. The solution, found in a Russian textbook, suggests using a Taylor expansion with a variable of ln x instead of x, but the author questions its effectiveness. The expert summarizer explains that there is no mathematical fundamental reason why power-law functions are better approximations, but in astrophysics they are often used due to power-law relations between quantities. The expert also advises that any functional form can be chosen for an approximation and parameters can be adjusted to best fit the real function.
  • #1
Irid
207
1
I've came up to a problem, where I would like to prove that a differentiable function f(x) can be approximated by

[tex]f(x) = f(x_0) \left(\frac{x}{x_0}\right)^{\alpha}[/tex]

where

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

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 [tex]\ln f(x)[/tex], but use a variable [tex]\ln x[/tex] instead of [tex]x[/tex], as if the function really was [tex]\ln [f(\ln x)][/tex], but that's not shown. Anyway, say I Taylor expand this function:

[tex]\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[/tex]

OK, now I put those two terms together and obtain

[tex]f(\ln x) = f(\ln x_0) \left(\frac{x}{x_0}\right)^{\alpha}[/tex]

Looks like it, but if we let [tex]\ln x = z[/tex], then

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

after approximating exponent for small [tex]\Delta z[/tex] 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
  • #2
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:
  • #3
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 :))
 
  • #4
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.
 

FAQ: Function approximation near a given point

What is function approximation near a given point?

Function approximation near a given point refers to the process of estimating the value of a function at a specific point using a simpler or more easily calculable function. This is useful when the exact function is complex or unknown, but an approximation is needed for practical or computational purposes.

Why is function approximation important in scientific research?

Function approximation is important in scientific research because it allows for the simplification of complex functions, making them easier to analyze and manipulate. This can help researchers gain a better understanding of the underlying patterns and relationships within the data, leading to new insights and discoveries.

How is function approximation near a given point performed?

Function approximation near a given point can be performed using various techniques, such as Taylor series, polynomial interpolation, and regression analysis. These methods involve using a known set of data points to construct an approximate function that closely matches the behavior of the original function near the given point.

What are the limitations of function approximation near a given point?

One limitation of function approximation near a given point is that the accuracy of the approximation depends on the quality and quantity of the data used. If the data points are sparse or do not accurately represent the behavior of the original function, the approximation may not be reliable. Additionally, function approximation cannot account for sudden or unexpected changes in the function's behavior near the given point.

Can function approximation near a given point be used for any type of function?

Yes, function approximation near a given point can be used for any type of function, including linear, polynomial, exponential, and trigonometric functions. However, the choice of approximation method may vary depending on the type of function and the desired level of accuracy.

Similar threads

Back
Top