Special Functions¶
There are a lot of useful special function in physics. Some of them provides physics understanding of the problem, some of them helps us writing down a solution quickly.
Among them, Gamma functions, Legendre polynomials, Bessel functions, spherical harmonics, modified bessel functions, spherical bessel functions, and elliptical functions are the most used ones.
Gamma Functions¶
Gamma function satisfies the following relatioin,
For some cases, it can also be written as
One can prove that
Legendre Polynomials¶
Legendre polynomials are solutions to Legendre equation, which is
Legendre polynomials has many different representations.
Integral
Rodrigues representation
It’s generation function is
Properties
Orthogonality
\[\int_{-1}^1 P_m(x) P_n(x) dx = \frac{2}{2n + 1}\delta_{mn} .\]They all have value 1 at \(z=1\).
The parity is alternating.
Examples
\[\begin{split}P_0(x) & = 1 \\ P_1(x) & = x \\ P_2(x) & = \frac{1}{2}(3x^2-1).\end{split}\]Through these, we can solve out
\[\begin{split}x &= P_1(x) \\ x^2 &= \frac{1}{3}(P_0(x) + 2 P_2(x) ).\end{split}\]Notice that they have physics meanings although it’s better to understand it together with spherical harmonics.
Associated Legendre Polynomials¶
The associated Legendre equation is
The solution to this equation is Associated Legendre polynomial, which can be represented by
Bessel Functions¶
Bessel functions are solutions to Bessel equation,
They all satisfy these recurrence relations,
Bessel Function of the first kind¶
Use notation \(J_n(x)\) for the first kind.
Generating function is
Integral representation
It also has a summation representation,
At large \(\vert x \vert\) limits, we have
By playing with the recurrence relation,
we can get two more useful relations,
They are very useful when integrating by part.