Trigonometric interpolation

from Wikipedia, the free encyclopedia

The trigonometric interpolation is a term from the mathematical branch of numerics . A trigonometric polynomial (a sum of sine and cosine of given period lengths) is sought for given points , which goes through all these points. It is therefore a special interpolation method that is particularly suitable for interpolating periodic functions .

If the distances between the given points are the same, then there is an important special case. In this case, the solution can be calculated using the discrete Fourier transform .

Formulation of the interpolation problem

A trigonometric polynomial of degree has the form

This expression has coefficients , so we assume interpolation conditions:

Since the trigonometric polynomial is periodic with the period , one can without loss of generality

presuppose. In general, it is not necessary that these points be equidistant. The interpolation problem now is to find coefficients such that the trigonometric polynomial meets the interpolation conditions.

the solution of the problem

There is a clear solution to the problem under the above conditions. This solution can be given in a form similar to Lagrange's interpolation formula :

It can be shown to be a trigonometric polynomial by applying the formula for multiples of angles and other identities for .

Formulation in the complex plane

The problem becomes easier when we describe it in the complex plane . We can rewrite the formula for a trigonometric polynomial as follows

where is the imaginary unit . If we set , then it becomes

whereby . This reduces the problem of trigonometric interpolation to one of polynomial interpolations on the unit circle. The existence and uniqueness of the trigonometric interpolation follow directly from the corresponding results for the polynomial interpolation.

Equidistant support points and the discrete Fourier transform

The special case when the points are equidistantly distributed is particularly important. In this case

The transformation that maps the interpolation points to the coefficients and is called the discrete Fourier transformation (DFT) of the order .

The case of a purely cosine-based interpolation for equidistantly distributed interpolation points, which leads to a trigonometric polynomial when the interpolation points are oddly symmetrical , was treated by Alexis Clairaut in 1754 . In this case the solution is equivalent to a discrete cosine transform . The purely sine-based interpolation for equidistantly distributed interpolation points, that of a discrete sine transformation . The complete cosine and sine interpolation polynomial that led to the DFT was solved by Carl Friedrich Gauß around 1805 in an unpublished paper in which he also derived a fast Fourier transform algorithm to calculate the polynomials. Clairaut, Lagrange and Gauss were all concerned with the problem of deriving the orbit of planets , asteroids , etc. from a finite set of observation points. Since the orbits themselves are periodic, a trigonometric polynomial was the natural choice.

literature

  • MT Heideman, DH Johnson, and CS Burrus: Gauss and the history of the fast Fourier transform. In: IEEE ASSP Magazine 1 (4), 14/21/1984
  • Josef Stoer: Numerical Mathematics 1. 9. Edition. Springer, Berlin 2005, ISBN 3-540-21395-3

Web links