Legendre polynomial

from Wikipedia, the free encyclopedia

The Legendre polynomials (after Adrien-Marie Legendre ), also called zonal spherical functions , are special polynomials that form an orthogonal system of functions on the interval . They are the particular solutions of the legendary differential equation . The Legendre polynomials play an important role in theoretical physics , especially in electrodynamics and quantum mechanics , as well as in the field of filter technology for Legendre filters .

Differential equation and polynomials

Legendre's differential equation

The legendary differential equation

can also be used as an ordinary linear differential equation of the second order in the form

for and are represented.

It is a special case of the Sturm-Liouville differential equation

The general solution to this differential equation is

with the two linearly independent functions and . The Legendre polynomials are therefore also referred to as Legendre functions of the first type and Legendre functions of the second type, because these are no longer polynomials.

In addition, there is a generalized Legendre differential equation, the solutions of which are called Legendre polynomials .

First polynomials

The first six Legendre polynomials

The first Legendre polynomials are:

The -th Legendre polynomial is

with the Gaussian bracket

The -th Legendre polynomial has degree and is off , i.e. i.e., it has rational coefficients. There are several forms of representation for the Legendre polynomials.

Construction of orthogonal polynomials

For an interval and a weight function given on it , a sequence of real polynomials is orthogonal if they meet the orthogonality condition

for everyone with fulfilled.

For the interval together with the simplest of all weight functions , such orthogonal polynomials can be iteratively generated with the aid of the Gram-Schmidt orthogonalization method starting from the monomials . The Legendre polynomials result if this is additionally required.

properties

Rodrigues formula

The Rodrigues formula can be evaluated with the formula of Faà di Bruno and again receives the explicit form of the -th Legendre polynomial.

Integral representation

For all true

Recursion formulas

The following recursion formulas apply to the Legendre polynomials:

The first recursive formula can be represented by means of the substitution in the following, frequently found way:

By using the derivation rule for expressions of the type with or , the following recursive representation of the Legendre polynomials results, which also takes the derivatives of these polynomials into account:

The initial conditions are and .

In turn, the formula given above results with its initial conditions.

Complete orthogonal system

Consider the Hilbert space of the square integrable on defined real-valued functions equipped with the scalar product

.

The family of Legendre polynomials builds on a complete orthogonal system, so they are a special case of orthogonal polynomials . If these are normalized, they form a complete orthonormal system .

It applies

,

where the Kronecker delta denotes. Completeness means that every function can be "developed" in the standard topology generated by Legendre polynomials:

with the expansion coefficients

In the physical or technical literature, completeness is often written as a distribution equation as follows :

,

where is the diracian delta distribution . Such a distribution equation should always be read in such a way that both sides of this equation can be applied to test functions. If you apply the right side to such a test function , you get . To use the left side, you have to multiply by by definition and then integrate via . But then you get exactly the above development formula (with instead of ). Orthogonality and completeness can therefore be written briefly and concisely as follows:

  • Orthogonality: for .
  • Completeness: for everyone (in terms of convergence).

zeropoint

has exactly simple zeros on the interval . They are symmetrical about the origin of the abscissa, since Legendre polynomials are either even or odd. There is exactly one zero of between two neighboring zeros of . The ratio in which a zero of divides the interval between two zeros of , or vice versa up to the outer of , is very variable.

The determination of the zeros of the Legendre polynomials is a frequent task in numerical mathematics , as they play a central role in the Gauss-Legendre quadrature or the development of “any” functions according to polynomials mentioned under “Complete Orthogonal System” . There are numerous tables for this, but their use is often associated with inconvenience, because a large number of tables with suitable accuracy would have to be available for a flexible reaction. When searching for zeros, knowledge of the interval is only of limited value when choosing an iteration start, especially since knowledge of the zeros of another polynomial is also required. An approximation of the -th zero of , which becomes more and more precise, is given by:

For example , all zeros are estimated with an accuracy of at least two decimal places, with errors between and , while the smallest zero interval is only . At three decimal places are already safe, with errors between and , while the best nesting is through only . The maximum estimation error for is only with the two fifth zeros from outside, the exact amount of which begins with .

With such a start value and the first two “recursion formulas” , both the function value and its derivation can be determined with one calculation. With the help of the Newton method , all zeros except the two outer ones can be found with more than quadratic convergence, since the zeros are in the immediate vicinity of the turning points. The two outer zeros converge "only" quadratically, i. H. an initial distance from the zero point decreases after one iteration to approximately , then to and .

The given estimate is part of a very short algorithm that supplies both all zeros of a Legendre polynomial and the appropriate weights for the Gauss-Legendre quadrature.

General properties

The following applies to each and every :

Generating function

For all , , applies

The power series on the right-hand side has 1 for the radius of convergence .

The function is therefore called the generating function of the Legendre polynomials .

The term that often occurs in physics (e.g. in the potentials of Newtonian gravity or electrostatics ; multipole expansion) can thus be expanded into a power series for :

Legendre functions of the 2nd kind

The first five Legendre functions of the 2nd kind

The recursion formulas of the Legendre polynomials also apply to the Legendre functions of the 2nd kind, so that they can be determined iteratively by specifying the first:

The main branch is to be used for the logarithm , which results in singularities at and in the complex plane branch sections along and .

application areas

Among other things, the Legendre polynomial is used for simulations of spherical spheres, for example to determine the Taylor angle in the Taylor cone , which is the basis for electrospinning the geometry.

Web links

Individual evidence

  1. Numerical Recipes : Code excerpt from Numerical Recipes in C, page 152 : "z = cos (3.141592654 * (i-0.25) / (n + 0.5));"
  2. Abramowitz-Stegun : Handbook of Mathematical Functions . Asymptotic development of the zeros in formula 22.16.6, page 787
  3. Branch Cut . Wolfram Research, accessed September 19, 2018.