Legendre polynomials

Legendre polynomials

:"Note: People sometimes refer to the more general associated Legendre polynomials as simply "Legendre polynomials"."

In mathematics, Legendre functions are solutions to Legendre's differential equation:

:{d over dx} left [ (1-x^2) {d over dx} P_n(x) ight] + n(n+1)P_n(x) = 0.

They are named after Adrien-Marie Legendre. This ordinary differential equation is frequently encountered in physics and other technical fields. In particular, it occurs when solving Laplace's equation (and related partial differential equations) in spherical coordinates.

The Legendre differential equation may be solved using the standard power series method. The equation has regular singular points at "x"= ± 1 so, in general, a series solution about the origin will only converge for |"x"| < 1. When "n" is an integer, the solution Pn(x) that is regular at "x"=1 is also regular at "x"=-1, and the series for this solution terminates (i.e. is a polynomial).

These solutions for "n" = 0, 1, 2,... (with the normalization "Pn"(1)=1) form a polynomial sequence of orthogonal polynomials called the Legendre polynomials. Each Legendre polynomial P"n"("x") is an "n"th-degree polynomial. It may be expressed using Rodrigues' formula:

:P_n(x) = {1 over 2^n n!} {d^n over dx^n } left [ (x^2 -1)^n ight] .

The orthogonality property

An important property of the Legendre polynomials is that they are orthogonal with respect to the L2 inner product on the interval −1 ≤ "x" ≤ 1:

:int_{-1}^{1} P_m(x) P_n(x),dx = {2 over {2n + 1 delta_{mn}

(where δ"mn" denotes the Kronecker delta, equal to 1 if "m" = "n" and to 0 otherwise). In fact, an alternative derivation of the Legendre polynomials is by carrying out the Gram-Schmidt process on the polynomials {1, "x", "x"2, ...} with respect to this inner product. The reason for this orthogonality property is that the Legendre differential equation can be viewed as a Sturm–Liouville problem

:{d over dx} left [ (1-x^2) {d over dx} P(x) ight] = -lambda P(x),

where the eigenvalue λ corresponds to "n"("n"+1).

Examples of Legendre polynomials

These are the first few Legendre polynomials:


nP_n(x),
01,
1x,
2egin{matrix}frac12end{matrix} (3x^2-1) ,
3egin{matrix}frac12end{matrix} (5x^3-3x) ,
4egin{matrix}frac18end{matrix} (35x^4-30x^2+3),
5egin{matrix}frac18end{matrix} (63x^5-70x^3+15x),
6egin{matrix}frac1{16}end{matrix} (231x^6-315x^4+105x^2-5),
7egin{matrix}frac1{16}end{matrix} (429x^7-693x^5+315x^3-35x),
8egin{matrix}frac1{128}end{matrix} (6435x^8-12012x^6+6930x^4-1260x^2+35),
9egin{matrix}frac1{128}end{matrix} (12155x^9-25740x^7+18018x^5-4620x^3+315x),
10egin{matrix}frac1{256}end{matrix} (46189x^{10}-109395x^8+90090x^6-30030x^4+3465x^2-63),

The graphs of these polynomials (up to "n" = 5) are shown below:

Applications of Legendre polynomials in physics

Legendre polynomials are useful in expanding functions like

:frac{1}{left| mathbf{x}-mathbf{x}^prime ight = frac{1}{sqrt{r^2+r^{prime 2}-2rr'cosgamma = sum_{ell=0}^{infty} frac{r^{prime ell{r^{ell+1 P_{ell}(cos gamma)

where r and r' are the lengths of the vectors mathbf{x} and mathbf{x}^prime respectively and gamma is the angle between those two vectors. This expansion holds where r>r'.This expression is used, for example, to obtain the potential of a point charge, felt at point mathbf{x} while the charge is located at point mathbf{x}'. The expansion using Legendre polynomials might be useful when integrating this expression over a continuous charge distribution.

Legendre polynomials occur in the solution of Laplace equation of the potential, abla^2 Phi(mathbf{x})=0, in a charge-free region of space, using the method of separation of variables, where the boundary conditions have axial symmetry (no dependence on an azimuthal angle). Where widehat{mathbf{z is the axis of symmetry and heta is the angle between the position of the observer and the widehat{mathbf{z axis (the zenith angle), the solution for the potential will be

:Phi(r, heta)=sum_{ell=0}^{infty} left [ A_ell r^ell + B_ell r^{-(ell+1)} ight] P_ell(cos heta).

A_ell and B_ell are to be determined according to the boundary condition of each problem [Jackson, J.D. "Classical Electrodynamics", 3rd edition, Wiley & Sons, 1999. page 103] .

Legendre polynomials in multipole expansions Legendre polynomials are also useful in expanding functions of the form (this is the same as before, written a little differently)::frac{1}{sqrt{1 + eta^{2} - 2eta x = sum_{k=0}^{infty} eta^{k} P_{k}(x)

which arise naturally in multipole expansions. The left-hand side of the equation is the generating function for the Legendre polynomials.

As an example, the electric potential Phi(r, heta) (in spherical coordinates) due to a point charge located on the "z"-axis at z=a (Fig. 2) varies like

:Phi (r, heta ) propto frac{1}{R} = frac{1}{sqrt{r^{2} + a^{2} - 2ar cos heta.

If the radius "r" of the observation point P isgreater than "a", the potential may be expanded in the Legendre polynomials

:Phi(r, heta) proptofrac{1}{r} sum_{k=0}^{infty} left( frac{a}{r} ight)^{k} P_{k}(cos heta)

where we have defined eta = a/r < 1 and x = cos heta. This expansion is used to develop the normal multipole expansion.

Conversely, if the radius "r" of the observation point P is smaller than "a", the potential may still be expanded in the Legendre polynomials as above, but with "a" and "r" exchanged.This expansion is the basis of interior multipole expansion.

Additional properties of Legendre polynomials

Legendre polynomials are symmetric or antisymmetric, that is:P_k(-x) = (-1)^k P_k(x). ,

Since the differential equation and the orthogonality property areindependent of scaling, the Legendre polynomials' definitions are"standardized" (sometimes called "normalization", but note that theactual norm is not unity) by being scaled so that:P_k(1) = 1. ,

The derivative at the end point is given by:P_k'(1) = frac{k(k+1)}{2}. ,

Legendre polynomials can be constructed using the three term recurrence relations: (n+1) P_{n+1}(x) = (2n+1) x P_n(x) - n P_{n-1}(x),

and

:{x^2-1 over n} {d over dx} P_n(x) = xP_n(x) - P_{n-1}(x).

Useful for the integration of Legendre polynomials is:(2n+1) P_n(x) = {d over dx} left [ P_{n+1}(x) - P_{n-1}(x) ight] .

Shifted Legendre polynomials

The shifted Legendre polynomials are defined as ilde{P_n}(x) = P_n(2x-1). Here the "shifting" function xmapsto 2x-1 (in fact, it is an affine transformation) is chosen such that it bijectively maps the interval " [0,1] " to the interval " [−1,1] ", implying that the polynomials ilde{P_n}(x) are orthogonal on " [0,1] ":

:int_{0}^{1} ilde{P_m}(x) ilde{P_n}(x),dx = {1 over {2n + 1 delta_{mn}.

An explicit expression for the shifted Legendre polynomials is given by: ilde{P_n}(x) = (-1)^n sum_{k=0}^n {n choose k} {n+k choose k} (-x)^k.

The analogue of Rodrigues' formula for the shifted Legendre polynomials is:

: ilde{P_n}(x) = ( n!)^{-1} {d^n over dx^n } left [ (x^2 -x)^n ight] .,

The first few shifted Legendre polynomials are:



Legendre polynomials of fractional order

Legendre polynomials of fractional order exist and follow from insertion of fractional derivatives as defined by fractional calculus and non-integer factorials (defined by the gamma function) into the Rodrigues' formula. The exponents of course become fractional exponents which represent roots.

ee also

* Gaussian quadrature
* Associated Legendre functions
* Legendre rational functions
* Turán's inequalities

External links

* [http://www.physics.drexel.edu/~tim/open/hydrofin A quick informal derivation of the Legendre polynomial in the context of the quantum mechanics of hydrogen]
* [http://mathworld.wolfram.com/LegendrePolynomial.html Wolfram MathWorld entry on Legendre polynomials]
* [http://math.fullerton.edu/mathews/n2003/LegendrePolyMod.html Module for Legendre Polynomials by John H. Mathews]
* [http://www.du.edu/~jcalvert/math/legendre.htm Dr James B. Calvert's article on Legendre polynomials from his personal collection of mathematics]

References

*
* Belousov, S. L. (1962), "Tables of normalized associated Legendre polynomials", Mathematical tables series Vol. 18, Pergamon Press, 379p.


Wikimedia Foundation. 2010.

Игры ⚽ Нужно решить контрольную?

Look at other dictionaries:

  • Legendre wavelet — Legendre wavelets: spherical harmonic wavelets = Compactly supported wavelets derived from Legendre polynomials are termed spherical harmonic or Legendre wavelets [1] . Legendre functions have widespread applications in which spherical coordinate …   Wikipedia

  • Legendre-Polynome — Die Legendre Polynome, auch zonale Kugelfunktionen genannt, sind die partikulären Lösungen der legendreschen Differentialgleichung. Sie sind spezielle reelle oder komplexe Polynome, die ein orthogonales Funktionensystem bilden. Benannt sind sie… …   Deutsch Wikipedia

  • Legendre-Polynom — Die Legendre Polynome (nach Adrien Marie Legendre), auch zonale Kugelfunktionen genannt, sind spezielle Polynome, die auf dem Intervall [ 1,1] ein orthogonales Funktionensystem bilden. Sie sind die partikulären Lösungen der legendreschen… …   Deutsch Wikipedia

  • Legendre rational functions — In mathematics the Legendre rational functions are a sequence of functions which are both rational and orthogonal. A rational Legendre function of degree n is defined as::R n(x) = frac{sqrt{2{x+1},L nleft(frac{x 1}{x+1} ight)where L n(x) is a… …   Wikipedia

  • Legendre, Adrien-Marie — (1752 1833)    mathematician    Born in Paris, Adrien Marie Legendre was commissioned by the Convention at the time of the revolution of 1789 to work on geodesics and, in doing so, enriched the study of trigonometry, developing a method, for… …   France. A reference guide from Renaissance to the Present

  • Classical orthogonal polynomials — In mathematics, the classical orthogonal polynomials are the most widely used orthogonal polynomials, and consist of the Hermite polynomials, the Laguerre polynomials, the Jacobi polynomials together with their special cases the ultraspherical… …   Wikipedia

  • Associated Legendre function — Note: This article describes a very general class of functions. An important subclass of these functions mdash;those with integer ell and m mdash;are commonly called associated Legendre polynomials , even though they are not polynomials when m is …   Wikipedia

  • Orthogonal polynomials — In mathematics, an orthogonal polynomial sequence is a family of polynomials such that any two different polynomials in the sequence are orthogonal to each other under some inner product. The most widely used orthogonal polynomials are the… …   Wikipedia

  • Polinomios de Legendre — Saltar a navegación, búsqueda En matemáticas al resolver la formula de Rodrigues, las Funciones de Legendre son las soluciones a las Ecuaciones Diferenciales de Legendre: llamadas así por el matemático francés Adrien Marie Legendre. Estas… …   Wikipedia Español

  • Adrien-Marie Legendre — Infobox Scientist name = Adrien Marie Legendre caption = Adrien Marie Legendre birth date = birth date|1752|9|18|mf=y birth place = Paris, France death date = death date and age|1833|1|10|1752|9|18|mf=y death place = Paris, France residence =… …   Wikipedia

Share the article and excerpts

Direct link
Do a right-click on the link above
and select “Copy Link”