Section 7.1 Frobenius' Method
Our previous method worked for ordinary points, but the same technique won't exactly work for regular singular points.
Say that we want to solve the ODE \(P(x)y'' + Q(x)y' + R(x)y = 0\) around the regular singular point \(x = x_0\text{.}\) First, we have to solve the “indicial equation”:
where
The indicial equation has two roots \(\lambda_1\) and \(\lambda_2 \leq \lambda_1\text{.}\) Taking that \(\lambda_1\) is the bigger root, Frobenius' method tells us that the first solution \(y_1\) of the ODE is
The second solution \(y_2\) depends on the second, smaller, root \(\lambda_2\text{.}\)
-
If \(\lambda_1 - \lambda_2\) is not an integer, then
\begin{align*} y_2(x) \amp = (x - x_0)^{\lambda_2} \sum_{n=0}^\infty c_n(x-x_0)^n. \end{align*} -
If \(\lambda_1 - \lambda_2\) is an integer, then
\begin{align*} y_2(x) \amp = ay_1(x) \ln |x - x_0| + (x-x_0)^{\lambda_2} \sum_{n=0}^\infty c_n(x - x_0)^n, \end{align*}where \(a\) is some real constant. We know for sure that \(a \neq 0\) when \(\lambda_1 = \lambda_2\text{.}\)
Often times, we'll only need to know the form of these solutions, not necessarily the specifics.