<?xml version="1.0" encoding="UTF-8"?>

<record version="3" id="177">
 <title>Legendre polynomials</title>
 <name>LegendrePolynomials</name>
 <created>2006-05-22 23:05:06</created>
 <modified>2006-05-25 02:56:10</modified>
 <type>Definition</type>
 <creator id="1" name="bloftin"/>
 <modifier id="1" name="bloftin"/>
 <author id="1" name="bloftin"/>
 <classification>
	<category scheme="msc" code="02.30.Mv"/>
	<category scheme="msc" code="02.30.Hq"/>
	<category scheme="msc" code="02.30.Gp"/>
 </classification>
 <preamble>% this is the default PlanetMath preamble.  as your knowledge
% of TeX increases, you will probably want to edit this, but
% it should be fine as is for beginners.

% almost certainly you want these
\usepackage{amssymb}
\usepackage{amsmath}
\usepackage{amsfonts}

% used for TeXing text within eps files
%\usepackage{psfrag}
% need this for including graphics (\includegraphics)
%\usepackage{graphicx}
% for neatly defining theorems and propositions
%\usepackage{amsthm}
% making logically defined graphics
%\usepackage{xypic}

% there are many more packages, add them here as you need them

% define commands here</preamble>
 <content>The Legendre polynomials generate the power series that solves Legendre's differential equation:

$$   \left ( 1 - x^2 \right ) P''(x) - 2x P'(x) + n(n+1)P(x) = 0.$$

This ordinary differential equation with variable coefficients is named in honor of Adrien-Marie Legendre (1752-1833).  While quite literally following in the footsteps of Laplace, he developed the Legendre polynomials in a paper on celestial mechanics.  In a strange tangled web of fate, the Legendre polynomials are heavily used in electrostatics to solve Laplace's equation in spherical coordinates

$$ \nabla^2 \Phi_{sph} = 0 $$

The series can be easily generated using the Rodrigues' formula

 $$   P_n(x) = \frac{1}{ 2^n n!} {d^n \over dx^n } (x^2 -1)^n. $$

The first six polynomials are:

$P_0(x) = 1$\\
$P_1(x) = x$\\
$P_2(x) = \frac{1}{2} \left ( 3x^2 - 1 \right )$\\
$P_3(x) = \frac{1}{2} \left ( 5x^3 - 3x \right )$\\
$P_4(x) = \frac{1}{8} \left ( 35x^4 - 30x^2 + 3 \right )$\\
$P_5(x) = \frac{1}{8} \left ( 63x^5 - 70x^3 + 15x \right )$\\


Not yet done....

\subsection{References}

[1]  Lebedev, N. "Special Functions \&amp; Their Applications."  Dover Publications, Inc., New York, 1972.

[2]  Jackson, J. "Classical Electrodynamics."  John Wiley \&amp; Sons, Inc., New York, 1962.
 
\PMlinkexternal{http://www-groups.dcs.st-and.ac.uk/~history/Biographies/Legendre.html}{http://www-groups.dcs.st-and.ac.uk/~history/Biographies/Legendre.html}
\PMlinkexternal{http://astrowww.phys.uvic.ca/~tatum/celmechs.html}{http://astrowww.phys.uvic.ca/~tatum/celmechs.html}
\PMlinkexternal{http://www.du.edu/~jcalvert/math/legendre.htm}{http://www.du.edu/~jcalvert/math/legendre.htm}
\PMlinkexternal{http://en.wikipedia.org/wiki/Legendre_polynomials}{http://en.wikipedia.org/wiki/Legendre_polynomials}</content>
</record>
