Finding a Rational Function with data (Pade approximation)

  • #1
cbarker1
Gold Member
MHB
349
23
TL;DR Summary
I have some points that I need to approximate a function by using a Rational function.
Dear Everybody,

I need some help understanding how to use pade approximations with a given data points (See the attachment for the data).
Here is the basic derivation of pade approximation read the Derivation of Pade Approximate.
I am confused on how to find a f(x) to the data or is there a better way to just use the values of data in order to find the rational function.
I thought about numerical differentiation in order to find f(x) at the point 0.

Thanks,
Cbarker1
 

Attachments

  • Pade Application Problem.pdf
    206.4 KB · Views: 161
Last edited by a moderator:
Mathematics news on Phys.org
  • #2
cbarker1 said:
Summary:: I have some points that I need to approximate a function by using a Rational function.

Dear Everybody,

I need some help understanding how to use pade approximations with a given data points (See the attachment for the data).
Here is the basic derivation of pade approximation read the Derivation of Pade Approximate.
I am confused on how to find a f(x) to the data or is there a better way to just use the values of data in order to find the rational function.
I thought about numerical differentiation in order to find f(x) at the point 0.

Thanks,
Cbarker1
Why do you think you need to do the approximation with a rational function? You have 10 data points, so a 9th degree polynomial would go through all 10 points. As an alternative, you could use Bezier curve fitting (https://en.wikipedia.org/wiki/Bézier_curve), to find a collection of functions that fit your data points.
 
  • #3
Because I am learning about pade approximation and I am presenting this method to my colleagues, I need to know where to start. I understand that I can do the polynomial interpolation.
 
  • #4
cbarker1 said:
Summary:: I have some points that I need to approximate a function by using a Rational function.

Here is the basic derivation of pade approximation read the Derivation of Pade Approximate.
According to the article in the link, you need to have the function definition in order to approximate it as the quotient of two power series. Obviously, you don't have the function definition. In the example in the article, they find the Pade approximation for .
cbarker1 said:
I am confused on how to find a f(x) to the data or is there a better way to just use the values of data in order to find the rational function.
I thought about numerical differentiation in order to find f(x) at the point 0.
You mean at the point (1, 20)? I don't see how that would help at all. The graph of the plotted points doesn't look to me like any rational function (other than some polynomial).
 
  • #5
Polynomial interpolation would works well in this data. But pade approximate would better because the error would be smaller. The best situation is having a defined function that does not happen in many cases in application problems. It is usual given by data points.
 

Similar threads

Replies
2
Views
1K
Replies
28
Views
5K
Replies
1
Views
1K
Replies
19
Views
2K
Replies
7
Views
2K
Replies
5
Views
2K
Back
Top