Padé approximant

From Calculus
Revision as of 00:57, 2 May 2014 by Vipul (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Definition

About a general point and for a given order

Suppose f is a function, x0 is a point in the domain of f, and m,n are (possibly equal, possibly distinct) nonnegative integers. Suppose further that f is at least m+n times differentiable at x0.

The Padé approximant to f of order [m/n] at x0 is a rational function of the form:

R(x)=a0+a1(x−x0)+a2(x−x0)2+…+am(x−x0)m1+b1(x−x0)+…+bn(x−x0)n

where ai,bj are all real numbers, and where f(j)(x0)=R(j)(x0) for j∈{0,1,2,…,m+n}.

About the point 0 and for a given order

This definition adapts the previous one for the case x0=0.

Suppose f is a function and m,n are (possibly equal, possibly distinct) nonnegative integers. Suppose further that f is at least m+n times differentiable at 0.

The Padé approximant to f of order [m/n] at 0 is a rational function of the form:

R(x)=a0+a1x+a2x2+…+amxm1+b1x+…+bnxn

where a0,a1,…,am,b1,b2,…,bn are all real numbers, and where f(j)(0)=R(j)(0) for j∈{0,1,2,…,m+n}.

This page is under construction. In the interim, please check the corresponding Wikipedia page.