<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="de">
	<id>https://wiki-de.moshellshocker.dns64.de/index.php?action=history&amp;feed=atom&amp;title=Laguerre-Polynome</id>
	<title>Laguerre-Polynome - Versionsgeschichte</title>
	<link rel="self" type="application/atom+xml" href="https://wiki-de.moshellshocker.dns64.de/index.php?action=history&amp;feed=atom&amp;title=Laguerre-Polynome"/>
	<link rel="alternate" type="text/html" href="https://wiki-de.moshellshocker.dns64.de/index.php?title=Laguerre-Polynome&amp;action=history"/>
	<updated>2026-06-12T18:01:03Z</updated>
	<subtitle>Versionsgeschichte dieser Seite in Wikipedia (Deutsch) – Lokale Kopie</subtitle>
	<generator>MediaWiki 1.43.8</generator>
	<entry>
		<id>https://wiki-de.moshellshocker.dns64.de/index.php?title=Laguerre-Polynome&amp;diff=338443&amp;oldid=prev</id>
		<title>imported&gt;Peter Gröbner am 7. April 2026 um 11:49 Uhr</title>
		<link rel="alternate" type="text/html" href="https://wiki-de.moshellshocker.dns64.de/index.php?title=Laguerre-Polynome&amp;diff=338443&amp;oldid=prev"/>
		<updated>2026-04-07T11:49:01Z</updated>

		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Neue Seite&lt;/b&gt;&lt;/p&gt;&lt;div&gt;&amp;#039;&amp;#039;&amp;#039;Laguerre-Polynome&amp;#039;&amp;#039;&amp;#039; (benannt nach [[Edmond Laguerre]]) sind spezielle [[Polynom]]e, die auf dem Intervall &amp;lt;math&amp;gt;[0,\infty[&amp;lt;/math&amp;gt; ein [[Orthogonale Polynome|orthogonales]] Funktionensystem bilden. Sie sind die Lösungen der &amp;#039;&amp;#039;&amp;#039;laguerreschen Differentialgleichung&amp;#039;&amp;#039;&amp;#039;. Eine wichtige Rolle spielen die Laguerre-Polynome in der [[Theoretische Physik|theoretischen Physik]], insbesondere in der [[Quantenmechanik]].&lt;br /&gt;
&lt;br /&gt;
== Differentialgleichung und Polynome ==&lt;br /&gt;
&lt;br /&gt;
=== Laguerresche Differentialgleichung ===&lt;br /&gt;
Die laguerresche [[Differentialgleichung]]&lt;br /&gt;
: &amp;lt;math&amp;gt;x\,y&amp;#039;&amp;#039;(x) + (1-x)\,y&amp;#039;(x) + n\,y(x) = 0&amp;lt;/math&amp;gt;,&lt;br /&gt;
ist eine gewöhnliche lineare Differentialgleichung zweiter Ordnung für &amp;lt;math&amp;gt;x&amp;gt;0&amp;lt;/math&amp;gt; und &amp;lt;math&amp;gt;n = 0, 1, 2, \ldots&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Sie ist ein Spezialfall der [[Sturm-Liouville-Problem|Sturm-Liouville-Differentialgleichung]]&lt;br /&gt;
: &amp;lt;math&amp;gt;- \mathrm{e}^x \frac{\mathrm{d}}{\mathrm{d}x}\left(x{\mathrm{e}}^{-x} \frac{\mathrm{d}y}{\mathrm{d}x}\right) = n y &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Erste Polynome ===&lt;br /&gt;
[[Bild:Mplwp laguerre04.svg|mini|hochkant=1.8|Die ersten fünf Laguerre-Polynome]]&lt;br /&gt;
Die ersten fünf Laguerre-Polynome lauten&lt;br /&gt;
: &amp;lt;math&amp;gt;\begin{align}&lt;br /&gt;
L_0(x) &amp;amp; = 1 \\&lt;br /&gt;
L_1(x) &amp;amp;= -x + 1\\&lt;br /&gt;
L_2(x) &amp;amp;= \tfrac{1}{2}(x^2 - 4x + 2) \\&lt;br /&gt;
L_3(x) &amp;amp;= \tfrac{1}{6}(-x^3 + 9x^2 -18x + 6) \\&lt;br /&gt;
L_4(x) &amp;amp;= \tfrac{1}{24} (x^4 -16x^3 + 72x^2 -96x + 24)&lt;br /&gt;
\end{align}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
In der Physik wird üblicherweise eine Definition verwendet, nach der die Laguerre-Polynome um einen Faktor &amp;lt;math&amp;gt;n!&amp;lt;/math&amp;gt; größer sind.&lt;br /&gt;
&lt;br /&gt;
== Eigenschaften ==&lt;br /&gt;
=== Rekursionsformeln ===&lt;br /&gt;
Das Laguerre-Polynom &amp;lt;math&amp;gt;L_{n+1}(x)&amp;lt;/math&amp;gt; lässt sich mit den ersten beiden Polynomen&lt;br /&gt;
: &amp;lt;math&amp;gt;L_0(x) = 1&amp;lt;/math&amp;gt;&lt;br /&gt;
: &amp;lt;math&amp;gt;L_1(x) = 1 - x&amp;lt;/math&amp;gt;&lt;br /&gt;
über die folgende Rekursionsformel berechnen&lt;br /&gt;
: &amp;lt;math&amp;gt;(n+1)L_{n + 1}(x) = (2n + 1 - x)L_n(x) - n L_{n - 1}(x). &amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Ist &amp;lt;math&amp;gt;L_{n}(x) = \sum_{i=0}^n a_{n,i} x^i = a_{n,n} x^n + \cdots + a_{n,1} x + a_{n,0} &amp;lt;/math&amp;gt; die Darstellung des Laguerre-Polynoms, dann gilt für die Koeffizienten:&lt;br /&gt;
&lt;br /&gt;
: &amp;lt;math&amp;gt;na_{n,i} = (2n-1)a_{n-1,i}(x)-a_{n-1,i-1}(x)-(n-1)a_{n-2,i}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Des Weiteren gelten folgende Rekursionsformeln:&lt;br /&gt;
: &amp;lt;math&amp;gt;L_n&amp;#039;(x) = L_{n-1}&amp;#039;(x) - L_{n-1}(x)&amp;lt;/math&amp;gt;,&lt;br /&gt;
: &amp;lt;math&amp;gt;(x-n-1) L_n&amp;#039;(x) = -(n+1) L_{n+1}&amp;#039;(x) -(2n +2 -x)L_n(x) + (n+1) L_{n+1}(x)&amp;lt;/math&amp;gt;,&lt;br /&gt;
: &amp;lt;math&amp;gt;x L_n&amp;#039;(x) = n L_n(x) - n L_{n-1}(x)&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
Eine explizite Formel für die Laguerre-Polynome lautet&lt;br /&gt;
: &amp;lt;math&amp;gt;L_n(x) = \sum_{k=0}^n \binom{n}{k} \frac{(-1)^k}{k!} x^k&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
;Beispiel:&lt;br /&gt;
Es wird das Polynom &amp;lt;math&amp;gt;L_3(x)&amp;lt;/math&amp;gt; für &amp;lt;math&amp;gt;n=2&amp;lt;/math&amp;gt; berechnet. Also&lt;br /&gt;
: &amp;lt;math&amp;gt;L_3(x) = \tfrac{1}{3}\big( (4+ 1 - x)L_2(x) - 2 L_{1}(x) \big)&amp;lt;/math&amp;gt;.&lt;br /&gt;
Um dieses Polynom zu erhalten, ist es notwendig, das Polynom &amp;lt;math&amp;gt;L_2(x)&amp;lt;/math&amp;gt; für &amp;lt;math&amp;gt;n=1&amp;lt;/math&amp;gt; zu bestimmen. Es ergibt sich&lt;br /&gt;
: &amp;lt;math&amp;gt;L_2(x) = \tfrac{1}{2} \big( (2 + 1 - x)L_1(x) - 1 L_0(x) \big) = \tfrac{1}{2} \big( (3-x)(1-x) - 1 \big) = \tfrac{1}{2}(3-4x+x^2 -1) =\tfrac{1}{2}\big(2 - 4x +x^2 \big)&amp;lt;/math&amp;gt;&lt;br /&gt;
Somit lautet das Polynom &amp;lt;math&amp;gt;L_3(x)&amp;lt;/math&amp;gt;&lt;br /&gt;
: &amp;lt;math&amp;gt;\begin{align}&lt;br /&gt;
L_3(x) &amp;amp;= \tfrac{1}{3}\big( (4+ 1 - x) \tfrac{1}{2} (2 - 4x +x^2) - 2 (1-x) \big) =\tfrac{1}{6} \big( (5-x)(2-4x+x^2) -4 + 4x \big) \\&lt;br /&gt;
&amp;amp;= \tfrac{1}{6} (10 - 20x + 5x^2 - 2x + 4x^2 -x^3 - 4 + 4x) = \tfrac{1}{6} (6 - 18x + 9x^2 - x^3).&lt;br /&gt;
\end{align}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Rodrigues-Formel ===&lt;br /&gt;
Das &amp;lt;math&amp;gt;n&amp;lt;/math&amp;gt;-te Laguerre-Polynom lässt sich mit der [[Olinde Rodrigues|Rodrigues]]-Formel wie folgt darstellen&lt;br /&gt;
: &amp;lt;math&amp;gt;L_n(x)=\frac{\mathrm{e}^x}{n!}\frac{\mathrm{d}^n}{\mathrm{d} x^n}\bigg( x^n \mathrm{e}^{-x} \bigg)&amp;lt;/math&amp;gt;&lt;br /&gt;
und&lt;br /&gt;
: &amp;lt;math&amp;gt;L_n(x)=\frac{1}{n!} \bigg( \frac{\mathrm{d}}{\mathrm{d}x} -1 \bigg)^n x^n.&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Aus der ersten Gleichung berechnet sich das Laguerre-Polynom mit der [[Produktregel#Verallgemeinerungen|Produktregel]] für höhere Ableitungen und den Identitäten &amp;lt;math&amp;gt;\textstyle \frac{\mathrm{d}^n}{\mathrm{d} x^n}\big( \mathrm{e}^{-x} x^n \big) = \big( \mathrm{e}^{-x} x^n \big)^{(n)}&amp;lt;/math&amp;gt;, &amp;lt;math&amp;gt;\left( \mathrm{e}^{-x} \right)^{(k)}= (-1)^k \mathrm{e}^{-x}&amp;lt;/math&amp;gt; sowie &amp;lt;math&amp;gt;\big( x^n \big)^{(n-k)} = \tfrac{n!}{k!} x^k&amp;lt;/math&amp;gt; gemäß&lt;br /&gt;
&lt;br /&gt;
:&amp;lt;math&amp;gt;\begin{align}&lt;br /&gt;
L_n(x) &amp;amp;=\frac{\mathrm{e}^x}{n!}\frac{\mathrm{d}^n}{\mathrm{d} x^n}\bigg( \mathrm{e}^{-x} x^n \bigg) &lt;br /&gt;
= \frac{\mathrm{e}^x}{n!} \bigg( \mathrm{e}^{-x} x^n \bigg)^{(n)} &lt;br /&gt;
= \frac{\mathrm{e}^x}{n!} \sum_{k=0}^n \binom{n}{k} \big(\mathrm{e}^{-x} \big)^{(k)} \big( x^n \big)^{(n-k)} \\ \\&lt;br /&gt;
&amp;amp;= \frac{\mathrm{e}^x}{n!} \sum_{k=0}^n \binom{n}{k} (-1)^k \mathrm{e}^{-x} \frac{n!}{k!} x^k &lt;br /&gt;
= \sum_{k=0}^n \binom{n}{k} \frac{(-1)^k}{k!} x^k.&lt;br /&gt;
\end{align}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Aus der zweiten Gleichung ergibt sich das Laguerre-Polynom mit dem [[Binomischer Lehrsatz|binomischen Lehrsatz]] und der Identität &amp;lt;math&amp;gt;\big( \tfrac{\mathrm{d}}{\mathrm{d}x} \big)^{(n-k)} x^n = \big( x^n \big)^{(n-k)} = \tfrac{n!}{k!} x^k&amp;lt;/math&amp;gt; wie folgt&lt;br /&gt;
&lt;br /&gt;
: &amp;lt;math&amp;gt;\begin{align}&lt;br /&gt;
L_n(x) &amp;amp;=\frac{1}{n!} \bigg( \frac{\mathrm{d}}{\mathrm{d}x} -1 \bigg)^n x^n &lt;br /&gt;
= \frac{1}{n!} \bigg( -1 + \frac{\mathrm{d}}{\mathrm{d}x} \bigg)^n x^n&lt;br /&gt;
= \frac{1}{n!} \sum_{k=0}^n \binom{n}{k} (-1)^k \bigg( \frac{\mathrm{d}}{\mathrm{d}x} \bigg)^{(n-k)} x^n \\ \\&lt;br /&gt;
&amp;amp;= \frac{1}{n!} \sum_{k=0}^n \binom{n}{k} (-1)^k \big( x^n \big)^{(n-k)} &lt;br /&gt;
= \frac{1}{n!} \sum_{k=0}^n \binom{n}{k} (-1)^k \frac{n!}{k!} x^k&lt;br /&gt;
= \sum_{k=0}^n \binom{n}{k} \frac{(-1)^k}{k!} x^k.&lt;br /&gt;
\end{align}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Orthogonale Polynome ===&lt;br /&gt;
Da die Laguerre-Polynome für &amp;lt;math&amp;gt;n \to \infty&amp;lt;/math&amp;gt; und/oder &amp;lt;math&amp;gt;x \to \infty&amp;lt;/math&amp;gt; divergent sind, bilden sie keinen [[Prähilbertraum]] und keinen [[Hilbertraum]]. Deshalb wird eine Gewichtsfunktion eingeführt, welche die Lösung der Differentialgleichung ungeändert lässt und welche dafür sorgt, dass die Laguerre-Polynome [[quadratintegrierbar]] werden. Unter diesen Voraussetzungen bilden die Eigenfunktionen &amp;lt;math&amp;gt;L_n&amp;lt;/math&amp;gt; eine [[Orthonormalbasis]] im Hilbertraum &amp;lt;math&amp;gt;L^2([0,\infty],w(x)\mathrm dx)&amp;lt;/math&amp;gt; der quadratintegrierbaren Funktionen mit der Gewichtsfunktion &amp;lt;math&amp;gt;w(x)=\mathrm{e}^{-x}&amp;lt;/math&amp;gt;. Demzufolge gilt&lt;br /&gt;
&lt;br /&gt;
: &amp;lt;math&amp;gt;\langle L_n , L_m \rangle = \int_0^\infty \mathrm{e}^{-x} L_n(x) L_m(x) \mathrm{d} x = \delta_{nm}.&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Hierbei bedeutet &amp;lt;math&amp;gt;\delta_{nm}&amp;lt;/math&amp;gt; das [[Kronecker-Delta]].&lt;br /&gt;
&lt;br /&gt;
; Beweis:&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Teil 1:&amp;#039;&amp;#039;&amp;#039; Zunächst wird gezeigt, dass die Laguerre-Polynome mit dem Gewicht &amp;lt;math&amp;gt;w(x)=\mathrm{e}^{-x}&amp;lt;/math&amp;gt; orthogonal sind, für &amp;lt;math&amp;gt;n \neq m&amp;lt;/math&amp;gt; gilt demnach &amp;lt;math&amp;gt;\langle L_n , L_m \rangle = \int_0^\infty \mathrm{e}^{-x} L_n(x) L_m(x) \mathrm{d} x = 0.&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Mit dem Sturm-Liouville-Operator &amp;lt;math&amp;gt;\textstyle \mathcal{L} = - \mathrm{e}^x \frac{\mathrm{d}}{\mathrm{d}x}\left(x{\mathrm{e}}^{-x} \frac{\mathrm{d}}{\mathrm{d}x}\right)&amp;lt;/math&amp;gt; ergeben sich für die Laguerre-Polynome &amp;lt;math&amp;gt;L_n, L_m&amp;lt;/math&amp;gt; folgende Ausgangsgleichungen:&lt;br /&gt;
&lt;br /&gt;
: &amp;#039;&amp;#039;&amp;#039;(1)&amp;#039;&amp;#039;&amp;#039; &amp;lt;math&amp;gt;\quad \mathcal{L} L_n = - \mathrm{e}^x \frac{\mathrm{d}}{\mathrm{d}x}\left(x{\mathrm{e}}^{-x} \frac{\mathrm{d}L_n}{\mathrm{d}x}\right) = n L_n&amp;lt;/math&amp;gt;&lt;br /&gt;
und&lt;br /&gt;
: &amp;#039;&amp;#039;&amp;#039;(2)&amp;#039;&amp;#039;&amp;#039; &amp;lt;math&amp;gt;\quad \mathcal{L} L_m = - \mathrm{e}^x \frac{\mathrm{d}}{\mathrm{d}x}\left(x{\mathrm{e}}^{-x} \frac{\mathrm{d}L_m}{\mathrm{d}x}\right) = m L_m&amp;lt;/math&amp;gt;.&lt;br /&gt;
Wird Gleichung &amp;#039;&amp;#039;&amp;#039;(1)&amp;#039;&amp;#039;&amp;#039; von links mit &amp;lt;math&amp;gt;L_m&amp;lt;/math&amp;gt; multipliziert und von Gleichung &amp;#039;&amp;#039;&amp;#039;(2)&amp;#039;&amp;#039;&amp;#039;, welche ebenfalls von links mit &amp;lt;math&amp;gt;L_n&amp;lt;/math&amp;gt; multipliziert wird, subtrahiert, so ergeben sich die beiden Gleichungen:&lt;br /&gt;
&lt;br /&gt;
: &amp;#039;&amp;#039;&amp;#039;(3)&amp;#039;&amp;#039;&amp;#039; &amp;lt;math&amp;gt;\quad L_n \mathcal{L} L_m - L_m \mathcal{L} L_n&lt;br /&gt;
= - L_n \mathrm{e}^x \frac{\mathrm{d}}{\mathrm{d}x}\left(x{\mathrm{e}}^{-x} \frac{\mathrm{d}L_m}{\mathrm{d}x}\right) + L_m \mathrm{e}^x \frac{\mathrm{d}}{\mathrm{d}x}\left(x{\mathrm{e}}^{-x} \frac{\mathrm{d}L_n}{\mathrm{d}x}\right) &amp;lt;/math&amp;gt;&lt;br /&gt;
und&lt;br /&gt;
: &amp;#039;&amp;#039;&amp;#039;(4)&amp;#039;&amp;#039;&amp;#039; &amp;lt;math&amp;gt;\quad L_n \mathcal{L} L_m - L_m \mathcal{L} L_n&lt;br /&gt;
= (m - n) L_m L_n&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
Zunächst wird Gleichung &amp;#039;&amp;#039;&amp;#039;(3)&amp;#039;&amp;#039;&amp;#039; zusammengefasst. Mit der [[Differentialrechnung#Ableitungsregeln|Produktregel für Ableitungen]], der Term &amp;lt;math&amp;gt;\textstyle - \mathrm{e}^x&amp;lt;/math&amp;gt; bleibt hierbei unberücksichtigt, ergeben sich folgende Darstellungen&lt;br /&gt;
: &amp;lt;math&amp;gt;\textstyle L_n \frac {\mathrm{d}}{\mathrm{d}x} \left( x{\mathrm{e}}^{-x} \frac {\mathrm{d}L_m}{\mathrm{d}x} \right) = \frac {\mathrm{d}}{\mathrm{d}x} \left( x{\mathrm{e}}^{-x} L_n \frac {\mathrm{d} L_m}{\mathrm{d}x} \right) - \left( x{\mathrm{e}}^{-x} \frac {\mathrm{d}L_m}{\mathrm{d}x} \right) \frac {\mathrm{d}L_n}{\mathrm{d}x}&amp;lt;/math&amp;gt;&lt;br /&gt;
und&lt;br /&gt;
: &amp;lt;math&amp;gt;\textstyle L_m \frac {\mathrm{d}}{\mathrm{d}x} \left( x{\mathrm{e}}^{-x} \frac {\mathrm{d}L_n}{\mathrm{d}x} \right) = \frac {\mathrm{d}}{\mathrm{d}x} \left( x{\mathrm{e}}^{-x} L_m \frac {\mathrm{d} L_n}{\mathrm{d}x} \right) - \left( x{\mathrm{e}}^{-x} \frac {\mathrm{d} L_n}{\mathrm{d}x} \right) \frac {\mathrm{d}L_m}{\mathrm{d}x}&amp;lt;/math&amp;gt;.&lt;br /&gt;
Auf diese Weise wird erkennbar, dass der zweite Term in beiden Ableitungen gleich ist und bei der Differenzenbildung verschwindet, also:&lt;br /&gt;
&lt;br /&gt;
: &amp;#039;&amp;#039;&amp;#039;(5)&amp;#039;&amp;#039;&amp;#039; &amp;lt;math&amp;gt;\begin{align}&lt;br /&gt;
\quad L_n \mathcal{L} L_m - L_m \mathcal{L} L_n&lt;br /&gt;
&amp;amp;= - \mathrm{e}^x \frac {\mathrm{d}}{\mathrm{d}x} \left( x{\mathrm{e}}^{-x} L_n \frac {\mathrm{d} L_m}{\mathrm{d}x} \right)&lt;br /&gt;
+ \mathrm{e}^x \frac {\mathrm{d}}{\mathrm{d}x} \left( x{\mathrm{e}}^{-x} L_m \frac {\mathrm{d} L_n}{\mathrm{d}x} \right) \\ \\&lt;br /&gt;
&amp;amp;= - \mathrm{e}^x \frac {\mathrm{d}}{\mathrm{d}x} \bigg( x{\mathrm{e}}^{-x} \left( L_n \frac {\mathrm{d} L_m}{\mathrm{d}x} -  L_m \frac {\mathrm{d} L_n}{\mathrm{d}x} \right)\bigg) \\ \\&lt;br /&gt;
&amp;amp;= - \mathrm{e}^x \frac {\mathrm{d}}{\mathrm{d}x} \bigg( x{\mathrm{e}}^{-x} W(L_n, L_m) \bigg), \\&lt;br /&gt;
\end{align}&amp;lt;/math&amp;gt;&lt;br /&gt;
wobei &amp;lt;math&amp;gt;W(L_n, L_m) = \left| \begin{smallmatrix} L_n &amp;amp; L_m \\ L_n&amp;#039; &amp;amp; L_m&amp;#039; \end{smallmatrix} \right|&amp;lt;/math&amp;gt; die [[Wronski-Determinante]] der Funktionen &amp;lt;math&amp;gt;L_n, L_m&amp;lt;/math&amp;gt; bedeutet.&lt;br /&gt;
&lt;br /&gt;
Zur Berechnung der Wronski-Determinante mittels der [[Abelsche Identität|Abelschen Identität]] wird die Differentialgleichung &amp;lt;math&amp;gt;\textstyle \mathcal{L} y =  - \mathrm{e}^x \frac{\mathrm{d}}{\mathrm{d}x}\left(x \mathrm{e}^{-x} \frac{\mathrm{d}}{\mathrm{d}x}\right) y = - x y&amp;#039;&amp;#039; - \mathrm{e}^{x} \big(x \mathrm{e}^{-x} \big)&amp;#039; y&amp;#039; =  - x y&amp;#039;&amp;#039; - \big(1 - x \big) y&amp;#039; &lt;br /&gt;
= 0&amp;lt;/math&amp;gt; oder &amp;lt;math&amp;gt;\textstyle y&amp;#039;&amp;#039; + \frac{ 1 - x }{x} y&amp;#039; =0&amp;lt;/math&amp;gt; betrachtet, so dass eine [[hebbare Singularität]] bei &amp;lt;math&amp;gt;x=0&amp;lt;/math&amp;gt; entsteht. Die Koeffizientenmatrix des [[Fundamentalsystem (Mathematik)|Fundamentalsystems]] lautet dann &amp;lt;math&amp;gt;\left( \begin{smallmatrix} 0 &amp;amp; 1 \\ 0 &amp;amp; - \tfrac{ 1 - x }{x} \end{smallmatrix} \right)&amp;lt;/math&amp;gt; und deren [[Spur (Mathematik)|Spur]] ist &amp;lt;math&amp;gt;\mathrm{Spur} \Bigg( \left( \begin{smallmatrix} 0 &amp;amp; 1 \\ 0 &amp;amp; - \tfrac{ 1 - x }{x} \end{smallmatrix} \right) \Bigg) =  -  \frac{ 1 - x }{x}&amp;lt;/math&amp;gt;. Somit lautet die Abelsche Identität:&lt;br /&gt;
: &amp;lt;math&amp;gt;W(L_n, L_m) (x) = W(L_n, L_m)(0) \exp\left(\int_{0}^{x} \bigg(1 - \frac{1}{\xi}  \bigg) \mathrm{d} \xi \right)&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
Da &amp;lt;math&amp;gt;L_n&amp;lt;/math&amp;gt; und &amp;lt;math&amp;gt;L_m&amp;lt;/math&amp;gt; linear unabhängig sind, ist &amp;lt;math&amp;gt;W(L_n, L_m)(0) &amp;gt;0&amp;lt;/math&amp;gt; – bei genauer Betrachtung ist &amp;lt;math&amp;gt;W(L_n, L_m)(0) =1&amp;lt;/math&amp;gt; – und es ergibt sich folgendes Resultat:&lt;br /&gt;
: &amp;lt;math&amp;gt;\begin{align}&lt;br /&gt;
W(L_n, L_m) (x) &amp;amp;= W(L_n, L_m)(0) \exp\left(\int_{0}^{x} \bigg(1 - \frac{1}{\xi}  \bigg) \mathrm{d} \xi \right)&lt;br /&gt;
= W(L_n, L_m)(0) \exp \Bigg( \bigg[ \xi - \ln \xi \bigg]_0^{x} \Bigg) \\&lt;br /&gt;
&amp;amp;= \lim_{\xi \to x} W(L_n, L_m)(0) \exp \Big( \xi - \ln \xi \Big) - \lim_{\xi \to 0} W(L_n, L_m)(0) \exp \Big( \xi - \ln \xi \Big) \\&lt;br /&gt;
&amp;amp;= \lim_{\xi \to x} W(L_n, L_m)(0) \frac{ \exp ( \xi )}{\exp ( \ln \xi )} - \lim_{\xi \to 0} W(L_n, L_m)(0) \frac{ \exp ( \xi )}{\exp ( \ln \xi )} \\&lt;br /&gt;
&amp;amp;= \lim_{\xi \to x} W(L_n, L_m)(0)\frac{ \mathrm{e}^{\xi}}{\xi} + \lim_{\xi \to 0} W(L_n, L_m)(0) \frac{\mathrm{e}^{\xi}}{\xi} \\&lt;br /&gt;
&amp;amp;= W(L_n, L_m)(0) \frac{\mathrm{e}^{x}}{x} + \lim_{\xi \to 0} W(L_n, L_m)(0) \frac{\mathrm{e}^{\xi}}{\xi} + C.&lt;br /&gt;
\end{align}&amp;lt;/math&amp;gt;&lt;br /&gt;
Die Integrationskonstante wird &amp;lt;math&amp;gt;C = - \lim_{\xi \to 0} W(L_n, L_m)(0) \frac{\mathrm{e}^{\xi}}{\xi}&amp;lt;/math&amp;gt; gewählt und Gleichung &amp;#039;&amp;#039;&amp;#039;(5)&amp;#039;&amp;#039;&amp;#039; wird mit &amp;lt;math&amp;gt;\mathrm{e}^{-x}&amp;lt;/math&amp;gt; multipliziert, so dass folgt:&lt;br /&gt;
: &amp;lt;math&amp;gt;\begin{align}&lt;br /&gt;
\mathrm{e}^{-x} \big( L_n \mathcal{L} L_m - L_m \mathcal{L} L_n \big)&lt;br /&gt;
&amp;amp;= - \frac {\mathrm{d}}{\mathrm{d}x} \bigg( x{\mathrm{e}}^{-x} W(L_n, L_m) (0) \frac{ \mathrm{e}^{x}}{x} \bigg) \\&lt;br /&gt;
&amp;amp;= - \frac{\mathrm{d}}{\mathrm{d}x} \bigg(W(L_n, L_m) (0) \bigg)&lt;br /&gt;
\end{align}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Nach Umformen und [[Trennung der Variablen]] lautet die Gleichung nun:&lt;br /&gt;
: &amp;lt;math&amp;gt;- \mathrm{e}^{-x} \big( L_n \mathcal{L} L_m - L_m \mathcal{L} L_n \big) \mathrm{d}x = \mathrm{d}\bigg(W(L_n, L_m) (0) \bigg)&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Auf beiden Seiten der Gleichung stehen nun eindimensionale [[Pfaffsche Form]]en und da &amp;lt;math&amp;gt;W(L_n,L_m)(0)&amp;lt;/math&amp;gt; eine konstante Funktion ist, gilt &amp;lt;math&amp;gt;\mathrm{d} \Big( W(L_n,L_m)(0) \Big) =0&amp;lt;/math&amp;gt;. Für die Berechnung der verbleibenden Pfaffschen Form ist eine geeignete Parametrisierung &amp;lt;math&amp;gt;\varphi(t)=t, \varphi(t_0)=0, \varphi(t_1)=\infty, \dot \varphi(t)=1&amp;lt;/math&amp;gt; zu wählen. Das Integral lautet nun:&lt;br /&gt;
: &amp;lt;math&amp;gt;\int_\varphi\omega=\int_0^\infty \omega_{\varphi(t)}(\dot\varphi(t))\,\mathrm dt =&lt;br /&gt;
\int_0^\infty w \Big( L_n \mathcal{L} L_m - L_m \mathcal{L} L_n \Big) \mathrm{d}t = 0&amp;lt;/math&amp;gt;.&amp;lt;ref&amp;gt;Wegen der linearen Parametrisierung kann [[o.B.d.A.]] das Differential &amp;lt;math&amp;gt;\mathrm{d}t = \mathrm{d}x&amp;lt;/math&amp;gt; gewählt werden.&amp;lt;/ref&amp;gt;&lt;br /&gt;
Demnach verschwindet das Integral längs dem Intervall &amp;lt;math&amp;gt;[0,\infty]&amp;lt;/math&amp;gt;, so dass unter Verwendung von Gleichung &amp;#039;&amp;#039;&amp;#039;(4)&amp;#039;&amp;#039;&amp;#039;  gilt:&lt;br /&gt;
: &amp;lt;math&amp;gt;0 = (m - n) \int_0^\infty \mathrm{e}^{-x} L_m L_n \mathrm{d}t&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Diese Bedingung kann nur erfüllt werden, wenn:&lt;br /&gt;
: &amp;lt;math&amp;gt;\langle L_n, L_m \rangle = \langle L_m, L_n \rangle = 0&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Teil 2:&amp;#039;&amp;#039;&amp;#039; Im Folgenden wird gezeigt, dass die Laguerre-Polynome mit dem Gewicht &amp;lt;math&amp;gt;w(x)=\mathrm{e}^{-x}&amp;lt;/math&amp;gt; [[Beschränktheit|beschränkt]] sind,&amp;lt;ref&amp;gt;In der Physik wird statt beschränkt üblicherweise der Begriff normiert verwendet.&amp;lt;/ref&amp;gt; für &amp;lt;math&amp;gt;n = m&amp;lt;/math&amp;gt; gilt demnach &amp;lt;math&amp;gt;\langle L_n , L_m \rangle = \int \mathrm{e}^{-x} L_n(x) L_m(x) \mathrm{d} x = 1&amp;lt;/math&amp;gt;, oder abkürzend &amp;lt;math&amp;gt;\langle L_n , L_n \rangle =1&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
Für den Beweis wird einerseits die Reihendarstellung &amp;lt;math&amp;gt;L_n(x) = \sum_{k=0}^n \frac{(-1)^k}{k!} x^k&amp;lt;/math&amp;gt; und anderseits die Rodrigues-Formel &amp;lt;math&amp;gt;L_n(x) = \frac{\mathrm{e}^x}{n!}\frac{\mathrm{d}^n}{\mathrm{d} x^n}\bigg( \mathrm{e}^{-x} x^n \bigg)&amp;lt;/math&amp;gt; benutzt. Es gilt: &lt;br /&gt;
&lt;br /&gt;
: &amp;lt;math&amp;gt;\langle L_n , L_n \rangle &lt;br /&gt;
= \int_0^\infty \mathrm{e}^{-x} \sum_{k=0}^n \frac{(-1)^k}{k!} x^k \frac{\mathrm{e}^x}{n!}\frac{\mathrm{d}^n}{\mathrm{d} x^n}\bigg( \mathrm{e}^{-x} x^n \bigg) \mathrm{d} x &lt;br /&gt;
= \sum_{k=0}^n \frac{(-1)^k}{k!} \int_0^\infty x^k \frac{1}{n!}\frac{\mathrm{d}^n}{\mathrm{d} x^n}\bigg( \mathrm{e}^{-x} x^n \bigg) \mathrm{d} x&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
Für &amp;lt;math&amp;gt;n=0&amp;lt;/math&amp;gt; mit &amp;lt;math&amp;gt;\textstyle \frac{\mathrm{d}^{n=0}}{\mathrm{d} x^{n=0}} \big( \mathrm{e}^{-x} x^0\big) = \mathrm{e}^{-x} x^0&amp;lt;/math&amp;gt; ergibt sich:&lt;br /&gt;
: &amp;lt;math&amp;gt;\langle L_n , L_n \rangle&lt;br /&gt;
= \int_0^\infty x^0 \bigg( \mathrm{e}^{-x} x^0 \bigg) \mathrm{d} x = \int_0^\infty \mathrm{e}^{-x} \mathrm{d} x = - \bigg[ \mathrm{e}^{-x} \bigg]_0^\infty = 1&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
Wird nun für &amp;lt;math&amp;gt;n&amp;gt;0&amp;lt;/math&amp;gt; das Laguerre-Polynom zerlegt, so folgt:&lt;br /&gt;
: &amp;lt;math&amp;gt;\langle L_n , L_n \rangle&lt;br /&gt;
= \sum_{k=0}^{n-1} \frac{(-1)^k}{k!} \int_0^\infty x^k \frac{1}{n!}\frac{\mathrm{d}^n}{\mathrm{d} x^n}\bigg( \mathrm{e}^{-x} x^n \bigg) \mathrm{d} x + \frac{(-1)^n}{n!} \int_0^\infty x^n \frac{1}{n!}\frac{\mathrm{d}^n}{\mathrm{d} x^n}\bigg( \mathrm{e}^{-x} x^n \bigg) \mathrm{d} x.&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Durch diese Zerlegung wird der Grad des Polynoms in der Summe um 1 reduziert und in der Folge gilt &amp;lt;math&amp;gt;\langle L_{(n-1)}, L_n \rangle =0&amp;lt;/math&amp;gt;, wie in &amp;#039;&amp;#039;&amp;#039;Teil 1&amp;#039;&amp;#039;&amp;#039; gezeigt. Es verbleibt somit lediglich der zweite Term, der mit [[partielle Integration|partieller Integration]] berechnet wird, also:&lt;br /&gt;
: &amp;lt;math&amp;gt;\begin{align} \langle L_n , L_n \rangle&lt;br /&gt;
&amp;amp;= \frac{(-1)^n}{n!} \int_0^\infty x^n \frac{1}{n!}\frac{\mathrm{d}^n}{\mathrm{d} x^n}\bigg( \mathrm{e}^{-x} x^n \bigg) \mathrm{d} x \\&lt;br /&gt;
&amp;amp;= \frac{(-1)^n}{n!} \bigg[ x^n \frac{1}{n!}\frac{\mathrm{d}^{(n-1)}}{\mathrm{d} x^{(n-1)}} \bigg( \mathrm{e}^{-x} x^n \bigg) \bigg]_0^\infty - n \frac{(-1)^n}{n!} \int_0^\infty x^{(n-1)} \frac{1}{n!}\frac{\mathrm{d}^{(n-1)}} {\mathrm{d} x^{(n-1)}} \bigg( \mathrm{e}^{-x} x^n \bigg) \mathrm{d} x&lt;br /&gt;
\end{align}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Die Stammfunktion wurde mithilfe der Produktregel berechnet und es ergibt sich im Grenzwert &amp;lt;math&amp;gt;\textstyle \lim_{x \to 0}  x^n \frac{1}{n!}\frac{\mathrm{d}^{(n-1)}}{\mathrm{d} x^{(n-1)}} \big( \mathrm{e}^{-x} x^n \big) = \sum_{k=0}^{n-1} \lim_{x \to 0} x^n \frac{1}{n!} \binom{n}{k} \big(\mathrm{e}^{-x} \big)^{k} \big( x^n \big)^{(n-k)} = 0 &amp;lt;/math&amp;gt;. Dasselbe Resultat wird im Grenzwert &amp;lt;math&amp;gt;\textstyle \lim_{x \to \infty}&amp;lt;/math&amp;gt; erhalten. Da dieses Ergebnis für alle &amp;lt;math&amp;gt;n&amp;lt;/math&amp;gt; partiellen Integrationen gilt, folgt:&lt;br /&gt;
: &amp;lt;math&amp;gt;\begin{align} \langle L_n , L_n \rangle&lt;br /&gt;
&amp;amp;= (-1)^1 n \frac{(-1)^n}{n!} \int_0^\infty x^{(n-1)} \frac{1}{n!}\frac{\mathrm{d}^{(n-1)}} {\mathrm{d} x^{(n-1)}} \bigg( \mathrm{e}^{-x} x^n \bigg) \mathrm{d} x \\&lt;br /&gt;
&amp;amp;= (-1)^2 n(n-1) \frac{(-1)^n}{n!} \int_0^\infty x^{(n-2)} \frac{1}{n!}\frac{\mathrm{d}^{(n-2)}} {\mathrm{d} x^{(n-2)}} \bigg( \mathrm{e}^{-x} x^n \bigg) \mathrm{d} x \\&lt;br /&gt;
&amp;amp; \; \; \vdots \\&lt;br /&gt;
&amp;amp;= (-1)^n n! \frac{(-1)^n}{n!} \int_0^\infty x^{(n-n)} \frac{1}{n!}\frac{\mathrm{d}^{(n-n)}} {\mathrm{d} x^{(n-n)}} \bigg( \mathrm{e}^{-x} x^n \bigg) \mathrm{d} x \\&lt;br /&gt;
&amp;amp;= \frac{(-1)^{2n}}{n!}  \int_0^\infty  \mathrm{e}^{-x} x^n  \mathrm{d} x \\&lt;br /&gt;
&amp;amp;= \frac{1}{n!}  \int_0^\infty  \mathrm{e}^{-x} x^n  \mathrm{d} x &lt;br /&gt;
\end{align}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Mittels weiterer &amp;lt;math&amp;gt;n&amp;lt;/math&amp;gt;-facher partieller Integration oder Integrationstabelle folgt &amp;lt;math&amp;gt;\textstyle \int_0^\infty  \mathrm{e}^{-x} x^n  \mathrm{d} x = n!&amp;lt;/math&amp;gt; und somit:&lt;br /&gt;
: &amp;lt;math&amp;gt;\langle L_n , L_n \rangle = 1&amp;lt;/math&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
Aus &amp;#039;&amp;#039;&amp;#039;Teil 1&amp;#039;&amp;#039;&amp;#039; und &amp;#039;&amp;#039;&amp;#039;Teil 2&amp;#039;&amp;#039;&amp;#039; ergibt sich:&lt;br /&gt;
: &amp;lt;math&amp;gt;\langle L_n , L_m \rangle = \int_0^\infty \mathrm{e}^{-x} L_n(x) L_m(x) \mathrm{d} x = \delta_{nm}.&amp;lt;/math&amp;gt;&lt;br /&gt;
&amp;lt;div align=&amp;quot;right&amp;quot;&amp;gt;&amp;lt;math&amp;gt;\Box&amp;lt;/math&amp;gt;&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Erzeugende Funktion ===&lt;br /&gt;
Eine [[erzeugende Funktion]] für das Laguerre-Polynom lautet&lt;br /&gt;
:&amp;lt;math&amp;gt;\sum_{n=0}^\infty L_n(x) \, t^n=  \frac{1}{1-t} e^{-\frac{tx}{1-t}}&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Zugeordnete Laguerre-Polynome ==&lt;br /&gt;
[[Datei:Zugeordnete Laguerre-Polynome.svg|mini|hochkant=1.8|Einige zugeordnete Laguerre-Polynome]]&lt;br /&gt;
Die zugeordneten (verallgemeinerten) Laguerre-Polynome hängen mit den gewöhnlichen Laguerre-Polynomen über&lt;br /&gt;
:&amp;lt;math&amp;gt;L_n^k(x) = (-1)^k \, \frac{{\rm d}^k}{{\rm d}x^k} \, L_{n+k}(x) \qquad k = 0, 1, \dotsc&amp;lt;/math&amp;gt;&lt;br /&gt;
zusammen. Ihre [[Olinde Rodrigues|Rodrigues]]-Formel lautet&lt;br /&gt;
:&amp;lt;math&amp;gt;L_n^k(x) = \frac{\mathrm{e}^x \, x^{-k}}{n!} \, \frac{{\rm d}^n}{{\rm d}x^n} \, (\mathrm{e}^{-x}\,x^{n+k}).&amp;lt;/math&amp;gt;&lt;br /&gt;
Die zugeordneten Laguerre-Polynome erfüllen die zugeordnete Laguerre-Gleichung&lt;br /&gt;
:&amp;lt;math&amp;gt;x\,y&amp;#039;&amp;#039;(x) + (k+1-x)\,y&amp;#039;(x) + n\,y(x) = 0, \qquad n = 0, 1, \dotsc&amp;lt;/math&amp;gt;&lt;br /&gt;
Die ersten zugeordneten Laguerre-Polynome lauten:&lt;br /&gt;
:&amp;lt;math&amp;gt;L_0^k(x) = 1&amp;lt;/math&amp;gt;&lt;br /&gt;
:&amp;lt;math&amp;gt;L_1^k(x) = -x + k + 1&amp;lt;/math&amp;gt;&lt;br /&gt;
:&amp;lt;math&amp;gt;L_2^k(x) = \frac{1}{2}\,\left[x^2 - 2\,(k+2)\,x + (k+1)(k+2)\right]&amp;lt;/math&amp;gt;&lt;br /&gt;
:&amp;lt;math&amp;gt;L_3^k(x) = \frac{1}{6}\,\left[-x^3 + 3\,(k+3)\,x^2 - 3\,(k+2)\,(k+3)\,x + (k+1)\,(k+2)\,(k+3)\right]&amp;lt;/math&amp;gt;&lt;br /&gt;
Zur Berechnung lässt sich die Rekursionsformel&lt;br /&gt;
:&amp;lt;math&amp;gt;(n+1) L_{n+1}^k(x) = (2 n + 1 + k - x) L_n^k(x) - (n+k) L_{n-1}^k(x)&amp;lt;/math&amp;gt;&lt;br /&gt;
verwenden.&lt;br /&gt;
&lt;br /&gt;
Der [[Sturm-Liouville-Problem|Sturm-Liouville-Operator]] lautet&lt;br /&gt;
: &amp;lt;math&amp;gt;\mathcal{L} = - \mathrm{e}^x \frac{\mathrm{d}}{\mathrm{d}x}\left(x^{k+1}\mathrm{e}^{-x} \frac{\mathrm{d}}{\mathrm{d}x}\right)&amp;lt;/math&amp;gt;&lt;br /&gt;
und mit der Gewichtsfunktion &amp;lt;math&amp;gt;\mathrm{e}^{-x}&amp;lt;/math&amp;gt; gilt:&lt;br /&gt;
:&amp;lt;math&amp;gt;\int\limits_0^{\infty} \mathrm{e}^{-x} x^k L_m^k(x) L_n^k(x) \mathrm{d}x = 0 \qquad m \ne n&amp;lt;/math&amp;gt;&lt;br /&gt;
:&amp;lt;math&amp;gt;\int\limits_0^{\infty} \mathrm{e}^{-x} x^k \left(L_n^k(x)\right)^2 \mathrm{d}x = \frac{\Gamma(n+k+1)}{n!} \qquad n = 0, 1, \dotsc&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Zugeordnete Laguerre-Polynome lassen sich als [[Kurvenintegral|Wegintegrale]] ausdrücken:&lt;br /&gt;
&lt;br /&gt;
: &amp;lt;math&amp;gt;L_n^k(x)=\frac{1}{2\pi i}\oint\limits_C\frac{\mathrm{e}^{-\frac{x t}{1-t}}}{(1-t)^{k+1}\,t^{n+1}} \; dt,&amp;lt;/math&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Dabei ist &amp;lt;math&amp;gt;C&amp;lt;/math&amp;gt; ein Weg, der den Ursprung einmal im Gegenuhrzeigersinn umrundet und die wesentliche Singularität bei 1 nicht einschließt.&lt;br /&gt;
&lt;br /&gt;
== Asymptotische Analysis ==&lt;br /&gt;
* [[Asymptotische Entwicklungen vom Plancherel-Rotach-Typ]]&lt;br /&gt;
&lt;br /&gt;
== Wasserstoffatom ==&lt;br /&gt;
Die Laguerre-Polynome haben eine Anwendung in der Quantenmechanik bei der Lösung der [[Schrödinger-Gleichung]] für das [[Wasserstoffatom]] bzw. im allgemeinen Fall für ein Coulomb-Potential.&amp;lt;ref&amp;gt;[[Harro Heuser]]: &amp;#039;&amp;#039;Gewöhnliche Differentialgleichungen&amp;#039;&amp;#039;, Vieweg+Teubner 2009 (6. Auflage), Seite&amp;amp;nbsp;352–354, ISBN 978-3-8348-0705-2&amp;lt;/ref&amp;gt; Mittels der zugeordneten Laguerre-Polynome lässt sich der Radialanteil der Wellenfunktion schreiben als&lt;br /&gt;
:&amp;lt;math&amp;gt;R_{nl}(r) = D_{nl} \, \mathrm{e}^{-\kappa\,r} \, (2\,\kappa\,r)^l \, L_{n-l-1}^{2\,l+1}(2\,\kappa\,r)&amp;lt;/math&amp;gt;&lt;br /&gt;
(Normierungskonstante &amp;lt;math&amp;gt;D_{nl}&amp;lt;/math&amp;gt;, charakteristische Länge &amp;lt;math&amp;gt;\kappa&amp;lt;/math&amp;gt;, Hauptquantenzahl &amp;lt;math&amp;gt;n&amp;lt;/math&amp;gt;, [[Bahndrehimpulsquantenzahl]] &amp;lt;math&amp;gt;l&amp;lt;/math&amp;gt;). Die zugeordneten Laguerre-Polynome haben hier also eine entscheidende Rolle.&lt;br /&gt;
Die normierte Gesamtwellenfunktion ist durch&lt;br /&gt;
:&amp;lt;math&amp;gt;&lt;br /&gt;
\Psi_{n,l,m}(r, \vartheta, \varphi) =&lt;br /&gt;
\sqrt{\frac{4\, (n-l-1)!}{(n+l)!\;n\,(n a_0/Z)^3}}&lt;br /&gt;
\left[&lt;br /&gt;
  \frac{2 r}{n a_0/Z}&lt;br /&gt;
\right]^l&lt;br /&gt;
\exp{\left\{&lt;br /&gt;
  -\frac{r}{n a_0/Z}&lt;br /&gt;
\right\}} \;&lt;br /&gt;
L_{n-l-1}^{2l+1}&lt;br /&gt;
\left(&lt;br /&gt;
  \frac{2r}{n a_0/Z}&lt;br /&gt;
\right)\;&lt;br /&gt;
Y_{l,m}(\vartheta, \varphi)&lt;br /&gt;
&amp;lt;/math&amp;gt;&lt;br /&gt;
gegeben, mit der [[Hauptquantenzahl]] &amp;lt;math&amp;gt;n&amp;lt;/math&amp;gt;,&lt;br /&gt;
der [[Hauptquantenzahl#Nebenquantenzahl|Bahndrehimpulsquantenzahl]] &amp;lt;math&amp;gt;l&amp;lt;/math&amp;gt;,&lt;br /&gt;
der [[Quantenzahl|magnetischen Quantenzahl]] &amp;lt;math&amp;gt;m&amp;lt;/math&amp;gt;,&lt;br /&gt;
dem [[Bohrscher Radius|bohrschen Radius]] &amp;lt;math&amp;gt;a_0&amp;lt;/math&amp;gt; und&lt;br /&gt;
der [[Kernladungszahl]] &amp;lt;math&amp;gt;Z&amp;lt;/math&amp;gt;. Die Funktionen&lt;br /&gt;
&amp;lt;math&amp;gt;L_n^l(r)&amp;lt;/math&amp;gt; sind die zugeordneten Laguerre-Polynome,&lt;br /&gt;
&amp;lt;math&amp;gt;Y_{l,m}(\vartheta, \varphi)&amp;lt;/math&amp;gt; die [[Kugelflächenfunktionen]].&lt;br /&gt;
&lt;br /&gt;
== Weblinks ==&lt;br /&gt;
* {{MathWorld|id = LaguerrePolynomial|title = Laguerre Polynomial}}&lt;br /&gt;
* {{Webarchiv | url=http://www.ipf.uni-stuttgart.de/lehre/online-skript/mathe/p03.html | wayback=20160229004521 | text=&amp;#039;&amp;#039;Laguerre-Polynome.&amp;#039;&amp;#039;}}. Bei: &amp;#039;&amp;#039;ipf.uni-stuttgart.de.&amp;#039;&amp;#039;&lt;br /&gt;
* &amp;#039;&amp;#039;[http://www.stellarcom.org/aw/Physik/fosa/node19.html Laguerre’sche Funktionen.]&amp;#039;&amp;#039; Bei: &amp;#039;&amp;#039;stellarcom.org.&amp;#039;&amp;#039;&lt;br /&gt;
* &amp;#039;&amp;#039;[http://wwwex.physik.uni-ulm.de/lehre/gk4-2005/node54.html Radiale Wellenfunktionen, Laguerre-Polynome.]&amp;#039;&amp;#039; Bei: &amp;#039;&amp;#039;physik.uni-ulm.de.&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
== Einzelnachweise und Anmerkungen ==&lt;br /&gt;
&amp;lt;references /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Kategorie:Analysis]]&lt;br /&gt;
[[Kategorie:Polynom]]&lt;/div&gt;</summary>
		<author><name>imported&gt;Peter Gröbner</name></author>
	</entry>
</feed>