Frobenius method

{{short description|Method for solving ordinary differential equations}}

File:Singular point with indicial roots one half and negative one.png

In mathematics, the method of Frobenius, named after Ferdinand Georg Frobenius, is a way to find an infinite series solution for a linear second-order ordinary differential equation of the form

z^2 u'' + p(z)z u'+ q(z) u = 0

with u' \equiv \frac{du}{dz} and u'' \equiv \frac{d^2 u}{dz^2}.

in the vicinity of the regular singular point z=0.

One can divide by z^2 to obtain a differential equation of the form

u'' + \frac{p(z)}{z}u' + \frac{q(z)}{ z^2}u = 0

which will not be solvable with regular power series methods if either {{math|p(z)/z}} or {{math|q(z)/z2}} is not analytic at {{math|1=z = 0}}. The Frobenius method enables one to create a power series solution to such a differential equation, provided that p(z) and q(z) are themselves analytic at 0 or, being analytic elsewhere, both their limits at 0 exist (and are finite).

History

Frobenius' contribution{{Cite book |last=Frobenius |first=Ferdinand Georg |title=Gesammelte Abhandlungen |publisher=Springer-Verlag |year=1968 |location=Berlin |pages=84–105 |language=German |chapter=Uber die Integration der linearen Differentialgleichungen durch Reihen |orig-date=Originally in Journal für die reine und angewandte Mathematik 76, 214-235 (1873)}} was not so much in all the possible forms of the series solutions involved (see below). These forms had all been established earlier,{{Cite book |last=Gray |first=Jeremy |title=Linear Differential Equations and Group Theory from Riemann to Poincare |publisher=Birkhauser |year=1986 |isbn=0-8176-3318-9 |location=Boston}} by Lazarus Fuchs.{{Cite book |last=Fuchs |first=Lazarus Immanuel |title=Gesammelte Mathematische Werke von L. Fuchs |publisher=University Of Michigan Library |year=1865 |language=German |chapter=Zur Theorie der linearen Differentialgleichungen mit veranderlichen Coefficienten}}{{Cite journal |last=Fuchs |first=Lazarus Immanuel |date=1866 |title=Zur Theorie der linearen Differentialgleichungen mit veranderlichen Coefficienten |journal=Journal für die reine und angewandte Mathematik |volume=66 |pages=159–204}} The indicial polynomial (see below) and its role had also been established by Fuchs.

A first contribution by Frobenius to the theory was to show that - as regards a first, linearly independent solution, which then has the form of an analytical power series multiplied by an arbitrary power r of the independent variable (see below) - the coefficients of the generalized power series obey a recurrence relation, so that they can always be straightforwardly calculated.

A second contribution by Frobenius was to show that, in cases in which the roots of the indicial equation differ by an integer, the general form of the second linearly independent solution (see below) can be obtained by a procedure which is based on differentiation{{Cite journal |last=van der Toorn |first=Ramses |date=27 December 2022 |title=Tandem Recurrence Relations for Coefficients of Logarithmic Frobenius Series Solutions about Regular Singular Points |journal=Axioms |language=en |volume=12 |issue=1 |pages=32 |doi=10.3390/axioms12010032 |issn=2075-1680 |doi-access=free }} with respect to the parameter r, mentioned above.

A large part of Frobenius' 1873 publication was devoted to proofs of convergence of all the series involved in the solutions, as well as establishing the radii of convergence of these series.

Explanation

The method of Frobenius is to seek a power series solution of the form

u(z)=z^r \sum_{k=0}^\infty A_k z^k, \qquad (A_0 \neq 0)

Differentiating:

u'(z)=\sum_{k=0}^\infty (k+r)A_kz^{k+r-1}

u''(z)=\sum_{k=0}^\infty (k+r-1)(k+r)A_kz^{k+r-2}

Substituting the above differentiation into our original ODE:

\begin{align}

& z^2\sum_{k=0}^\infty (k+r-1)(k+r)A_kz^{k+r-2} + zp(z) \sum_{k=0}^\infty (k+r)A_kz^{k+r-1} + q(z)\sum_{k=0}^\infty A_kz^{k+r} \\

= {} & \sum_{k=0}^\infty (k+r-1) (k+r)A_kz^{k+r} + p(z) \sum_{k=0}^\infty (k+r)A_kz^{k+r} + q(z) \sum_{k=0}^\infty A_kz^{k+r} \\

= {} & \sum_{k=0}^\infty [(k+r-1)(k+r) A_kz^{k+r} + p(z) (k+r) A_kz^{k+r} + q(z) A_kz^{k+r}] \\

= {} & \sum_{k=0}^\infty \left[(k+r-1)(k+r) + p(z)(k+r) + q(z)\right] A_kz^{k+r} \\

= {} & \left[ r(r-1)+p(z)r+q(z) \right] A_0z^r+\sum_{k=1}^\infty \left[ (k+r-1)(k+r)+p(z)(k+r)+q(z) \right] A_kz^{k+r}=0

\end{align}

The expression

r\left(r-1\right) + p\left(0\right)r + q\left(0\right) = I(r)

is known as the indicial polynomial, which is quadratic in r. The general definition of the indicial polynomial is the coefficient of the lowest power of z in the infinite series. In this case it happens to be that this is the rth coefficient but, it is possible for the lowest possible exponent to be r − 2, r − 1 or, something else depending on the given differential equation. This detail is important to keep in mind. In the process of synchronizing all the series of the differential equation to start at the same index value (which in the above expression is k = 1), one can end up with complicated expressions. However, in solving for the indicial roots attention is focused only on the coefficient of the lowest power of z.

Using this, the general expression of the coefficient of {{math|zk + r}} is

I(k+r)A_k + \sum_{j=0}^{k-1}{(j+r)p^{(k-j)}(0)+q^{(k-j)}(0) \over (k-j)!}A_j,

These coefficients must be zero, since they should be solutions of the differential equation, so

\begin{align}

I(k+r)A_k + \sum_{j=0}^{k-1} {(j+r)p^{(k-j)}(0)+q^{(k-j)}(0) \over (k-j)!} A_j &= 0 \\[4pt]

\sum_{j=0}^{k-1}{(j+r)p^{(k-j)}(0)+q^{(k-j)}(0) \over (k-j)!}A_j &=-I(k+r)A_k \\[4pt]

{1\over-I(k+r)}\sum_{j=0}^{k-1}{(j+r)p^{(k-j)}(0)+q^{(k-j)}(0) \over (k-j)!}A_j &= A_k

\end{align}

The series solution with {{math|Ak}} above,

U_r(z)= \sum_{k=0}^{\infty} A_kz^{k+r}

satisfies

z^2U_r(z)'' + p(z)zU_r(z)' + q(z)U_r(z) = I(r)z^r

If we choose one of the roots to the indicial polynomial for r in {{math|Ur(z)}}, we gain a solution to the differential equation. If the difference between the roots is not an integer, we get another, linearly independent solution in the other root.

Example

Let us solve

z^2f''-zf'+(1-z)f = 0

Divide throughout by z2 to give

f-{1\over z}f'+{1-z \over z^2}f=f-{1\over z}f'+\left({1\over z^2} - {1 \over z}\right) f = 0

which has the requisite singularity at z = 0.

Use the series solution

\begin{align}

f &= \sum_{k=0}^\infty A_kz^{k+r} \\

f' &= \sum_{k=0}^\infty (k+r)A_kz^{k+r-1} \\

f'' &= \sum_{k=0}^\infty (k+r)(k+r-1)A_kz^{k+r-2}

\end{align}

Now, substituting

\begin{align}

\sum_{k=0}^\infty &(k+r)(k+r-1) A_kz^{k+r-2}-\frac{1}{z} \sum_{k=0}^\infty (k+r)A_kz^{k+r-1} + \left(\frac{1}{z^2} - \frac{1}{z}\right) \sum_{k=0}^\infty A_kz^{k+r} \\

&= \sum_{k=0}^\infty (k+r)(k+r-1) A_kz^{k+r-2} -\frac{1}{z} \sum_{k=0}^\infty (k+r) A_kz^{k+r-1} +\frac{1}{z^2} \sum_{k=0}^\infty A_kz^{k+r} -\frac{1}{z} \sum_{k=0}^\infty A_kz^{k+r} \\

&= \sum_{k=0}^\infty (k+r)(k+r-1)A_kz^{k+r-2}-\sum_{k=0}^\infty (k+r)A_kz^{k+r-2}+\sum_{k=0}^\infty A_kz^{k+r-2}-\sum_{k=0}^\infty A_kz^{k+r-1} \\

&= \sum_{k=0}^\infty (k+r)(k+r-1)A_kz^{k+r-2}-\sum_{k=0}^\infty (k+r) A_kz^{k+r-2} + \sum_{k=0}^\infty A_kz^{k+r-2} - \sum_{k-1=0}^\infty A_{k-1}z^{k-1+r-1} \\

&= \sum_{k=0}^\infty (k+r)(k+r-1)A_kz^{k+r-2}-\sum_{k=0}^\infty (k+r)A_kz^{k+r-2}+\sum_{k=0}^\infty A_kz^{k+r-2}-\sum_{k=1}^\infty A_{k-1}z^{k+r-2} \\

&= \left \{ \sum_{k=0}^{\infty} \left ((k+r)(k+r-1) - (k+r) + 1\right ) A_kz^{k+r-2} \right \} -\sum_{k=1}^\infty A_{k-1}z^{k+r-2} \\

&= \left \{ \left ( r(r-1) - r +1 \right ) A_0 z^{r-2} + \sum_{k=1}^{\infty} \left ((k+r)(k+r-1) - (k+r) + 1\right ) A_kz^{k+r-2} \right \} - \sum_{k=1}^\infty A_{k-1}z^{k+r-2} \\

&= (r-1)^2 A_0 z^{r-2} + \left \{ \sum_{k=1}^{\infty} (k+r-1)^2 A_kz^{k+r-2} - \sum_{k=1}^\infty A_{k-1}z^{k+r-2} \right \} \\

&= (r-1)^2 A_0 z^{r-2} + \sum_{k=1}^{\infty} \left ( (k+r-1)^2 A_k - A_{k-1} \right ) z^{k+r-2}

\end{align}

From {{math|1=(r − 1)2 = 0}} we get a double root of 1. Using this root, we set the coefficient of {{math|zk + r − 2}} to be zero (for it to be a solution), which gives us:

(k+1-1)^2 A_k - A_{k-1} =k^2A_k-A_{k-1} = 0

hence we have the recurrence relation:

A_k = \frac{A_{k-1}}{k^2}

Given some initial conditions, we can either solve the recurrence entirely or obtain a solution in power series form.

Since the ratio of coefficients A_k/A_{k-1} is a rational function, the power series can be written as a generalized hypergeometric series.

Exceptional cases: roots separated by an integer

The previous example involved an indicial polynomial with a repeated root, which gives only one solution to the given differential equation. In general, the Frobenius method gives two independent solutions provided that the indicial equation's roots are not separated by an integer (including zero).

If the root is repeated or the roots differ by an integer, then the second solution can be found using:

y_2 = C y_1 \ln x + \sum_{k=0}^\infty B_kx^{k+r_2}

where y_1(x) is the first solution (based on the larger root in the case of unequal roots), r_2 is the smaller root, and the constant {{mvar|C}} and the coefficients B_k are to be determined. Once B_0 is chosen (for example by setting it to 1) then {{mvar|C}} and the B_k are determined up to but not including B_{r_1-r_2}, which can be set arbitrarily. This then determines the rest of the B_k. In some cases the constant {{mvar|C}} must be zero.

Example: consider the following differential equation (Kummer's equation with {{math|1=a = 1}} and {{math|1=b = 2}}):

zu''+(2-z)u'-u = 0

The roots of the indicial equation are −1 and 0. Two independent solutions are 1/z and e^z/z, so we see that the logarithm does not appear in any solution. The solution (e^z-1)/z has a power series starting with the power zero. In a power series starting with z^{-1} the recurrence relation places no restriction on the coefficient for the term z^0, which can be set arbitrarily. If it is set to zero then with this differential equation all the other coefficients will be zero and we obtain the solution {{math|1/z}}.

= Tandem recurrence relations for series coefficients in the exceptional cases =

In cases in which roots of the indicial polynomial differ by an integer (including zero), the coefficients of all series involved in second linearly independent solutions can be calculated straightforwardly from tandem recurrence relations. These tandem relations can be constructed by further developing Frobenius' original invention of differentiating with respect to the parameter r, and using this approach to actually calculate the series coefficients in all cases.

See also

References