Mathieu Functions
Mathieu functions appear frequently in physical problems involving elliptical shapes or periodic potentials. These functions were first introduced by Mathieu (1868) when analyzing the solutions to the equation , which arises from the separation of the 2-D or 3-D wave equation modeling the motion of an elliptic membrane. The rational form of Mathieu's equation has two regular singularities and one irregular singularity; hence, Mathieu functions are perhaps the simplest class of special functions (Heun type), which are not essentially hypergeometric. The Maple implementation of Mathieu functions includes: MathieuC and MathieuS, representing the solution to Mathieu's equation; MathieuCE and MathieuSE representing the periodic cases; MathieuFloquet representing the Floquet type solutions, and the set of auxiliary functions MathieuA, MathieuB, and MathieuExponent relating the parameters (a,q) entering Mathieu's equation.
>
|
|
|
The MathieuC and MathieuS Functions
|
|
The Mathieu functions MathieuC(a,q,z) and MathieuS(a,q,z) are linearly independent solutions of Mathieu's equation
where a and q are arbitrary parameters. MathieuC and MathieuS are even and odd functions of z. The derivatives of MathieuC and MathieuS with respect to z are MathieuCPrime and MathieuSPrime, respectively. From this definition and the differential equation, the differentiation rules for MathieuCPrime and MathieuSPrime are:
>
|
|
| (1.1) |
>
|
|
| (1.2) |
Special values for MathieuC and MathieuS:
>
|
|
| (1.3) |
>
|
|
| (1.4) |
For and arbitrary values of the first parameter a, the Mathieu functions are not periodic in z. There exist, however, infinitely many particular values of a, commonly known as characteristic values, such that the Mathieu functions have period , where is a positive integer, corresponding to periodic solutions to Mathieu's equation.
For general complex , when a is a characteristic value the Mathieu functions are entire functions of z and the only linearly independent periodic solutions to Mathieu's equation. When the period is or , then only one periodic solution exists, otherwise both even and odd periodic solutions exist. In summary, given some (a,q), three different situations can happen:
1. Neither MathieuC(a,q,z) nor MathieuS(a,q,z) is periodic;
2. Mathieu's equation admits a solution with period or and only one of MathieuC(a,q,z) or MathieuS(a,q,z) is periodic - the other one is not;
3. Mathieu's equation admits solutions with period , where n >= 2 is a positive integer, and both MathieuC(a,q,z) and MathieuS(a,q,z) are periodic.
|
|
The MathieuFloquet Function and the Normalization for MathieuC and MathieuS
|
|
According to Floquet's theorem, in all three cases Mathieu's equation admits a solution of the form , called a Floquet solution, where is an arbitrary complex number, commonly known as a characteristic exponent, and has the same periodicity as the coefficients of Mathieu's equation, namely . From the invariance of Mathieu's equation under it follows that is also a solution, which is linearly independent of if and only if is not an integer.
The cases 1, 2, and 3 above respectively correspond to the cases not a rational number, an integer, and a proper rational number, respectively. In case 2, when is an integer, a is called a characteristic value. Then and are proportional and a second (non-periodic) independent solution is constructed as in 20.3.6 and 20.3.7 of "Handbook of Mathematical Functions." For further details, see also Chap. IV of "Theory and Applications of Mathieu Functions" (see references below). Moreover, the period is if is even, and otherwise.
The Maple functions MathieuFloquet(a,q,z) and MathieuFloquetPrime(a,q,z) represent the Floquet solution and its derivative with respect to z, respectively. In Maple, MathieuFloquet is normalized so that the norm of P(z) is equal to , and MathieuC and MathieuS are defined in terms of MathieuFloquet, as follows.
>
|
|
| (2.1) |
This yields the following normalization for MathieuC and MathieuS.
>
|
|
| (2.2) |
Note: To obtain the result shown in (2.2), after typing , Maple must be told not to evaluate the left hand side of the equation. This was accomplished by highlighting the first and selecting 2-D Math>Convert To>Atomic Identifier from the context menu. This was done for all four equations above. This method is used throughout the worksheet. An alternative way to accomplish this is to place unevaluation quotes (' ') around each name.
You have the following special cases when q = 0.
>
|
|
| (2.3) |
|
|
The Auxiliary Functions MathieuA, MathieuB, and MathieuExponent
|
|
Given (a,q), the characteristic exponent entering Floquet solutions is computed using MathieuExponent(a,q). Conversely, given (,q), the values of a entering Floquet solutions and so entering MathieuC(a,q,z) and MathieuS(a,q,z) - regardless of whether is rational and so regardless of whether the functions are periodic - are respectively computed using MathieuA(nu,q) and MathieuB(nu,q). Therefore, the values returned by MathieuA and MathieuB are characteristic values of the corresponding Mathieu function only when is a rational number and MathieuA and MathieuB return a different number only when is an integer (Case 2 in the itemization of section entitled, The MathieuC and MathieuS Functions).
The Mathieu Characteristic functions can be viewed as inverses of each other in that they satisfy: nu = MathieuExponent(MathieuA(nu,q),q) and nu = MathieuExponent(MathieuB(nu,q),q).
|
|
The Periodic Solutions MathieuCE and MathieuSE
|
|
For a non-negative integer , the even periodic solution corresponding to the th characteristic value is given by MathieuCE(nu,q,z). Similarly, for positive integer , the odd periodic solution corresponding to the th characteristic value is MathieuSE(nu,q,z). Their first derivatives with respect to z are MathieuCEPrime(nu,q,z) and MathieuSEPrime(nu,q,z), respectively. These even and odd periodic Mathieu functions are normalized to have norm equal to if , and MathieuCE(0,q,z) is normalized to have norm equal to . The following equalities hold.
>
|
|
| (4.1) |
The even and odd periodic Mathieu functions assume the following special values for q = 0:
| (4.2) |
Maple recognizes the symmetry and periodicity of MathieuCE and MathieuSE and their derivatives.
| (4.3) |
>
|
|
| (4.4) |
|
|
A Rational Form for Mathieu's Equation and the Relation with Spheroidal Wave Functions
|
|
A rational form of Mathieu's equation, showing the connection between Mathieu and spheroidal wave functions, is obtained by changing variables .
>
|
|
| (5.1) |
Comparing the above with the ODE satisfied by the spheroidal wave functions
>
|
|
| (5.2) |
you see that Mathieu's equation is the special case of the above when . This rational form of Mathieu's equation has two regular singular points at and one irregular singular point at . Therefore, Mathieu functions admit only hypergeometric representation for some particular values of the parameters (a,q).
|
|
Series Expansions
|
|
Series expansions with respect to the argument are Taylor expansions.
>
|
|
| (6.1) |
>
|
|
| (6.2) |
>
|
|
| (6.3) |
>
|
|
| (6.4) |
>
|
|
| (6.5) |
>
|
|
| (6.6) |
Series expansions in the parameter q about 0 and asymptotic expansions are implemented for MathieuCE, MathieuSE, their derivatives, and the characteristic value functions. The series expansions about 0 require the first argument to be an integer, whereas for asymptotic expansions, the first parameter can be symbolic as well.
>
|
|
| (6.7) |
>
|
|
| (6.8) |
>
|
|
| (6.9) |
>
|
|
| (6.10) |
>
|
|
| (6.11) |
|
|
References
|
|
Abramowitz, M., and Stegun, I.A. Handbook of Mathematical Functions. Dover, 1965.
Frenkel, D., and Portugal, R. "Algebraic methods to compute Mathieu functions." Journal of Physics A: Mathematical and General, Vol. 34, (2001): 3541-3551.
McLachlan, N.W. Theory and Applications of Mathieu Functions. Oxford, 1951.
|
Return to Index for Example Worksheets
|