Let us return to a second order linear ODE, which is the subject of a great amount of mathematics. We will work through a sufficiently general example to illustrate the method of using power series in differential equations, but we will refrain from a full exposition on this subject as it can involve a large amount of new and unrelated techniques (but take a numerical analysis course if you are interested in this!). We consider the Bessel equation which seems to be very close to
Example 5.5.8, but in fact is much more challenging. The zero-th Bessel equation is
\begin{equation*}
t^2 x^{\prime \prime} (t) + t x^\prime (t) + t^2 x (t) = 0.
\end{equation*}
The key difference between this and the equation given in the example is that the function in front of \(x(t)\) is no longer constant. The power series method (aka Frobenius method) is to assume that
\begin{equation*}
x(t) = \sum_{n = 0}^\infty a_n t^n
\end{equation*}
is a convergent power series expression for \(x(t)\) with non-zero radius of convergence. We solve for \(a_n\) using the differential equation. Indeed, putting \(x(t)\) into the equation gives
\begin{align*}
0 \amp = t^2 \left( \sum_{n = 2}^\infty n (n - 1)a_n t^{n - 2} \right) + t \left( \sum_{n = 1}^\infty n a_n t^{n - 1} \right) + t^2 \sum_{n = 0}^\infty a_n t^n, \\
\amp = \sum_{n = 2}^\infty n (n - 1)a_n t^{n } + \sum_{n = 1}^\infty n a_n t^{n} + \sum_{n = 0}^\infty a_n t^{n + 2}.
\end{align*}
Now we reindex each summand on the right to get a single series.
\begin{align*}
0 \amp = \sum_{n = 2}^\infty n (n - 1)a_n t^{n } + \sum_{n = 1}^\infty n a_n t^{n} + \sum_{n = 0}^\infty a_n t^{n + 2}, \\
\amp = a_1 t + \sum_{n = 2}^\infty n (n - 1)a_n t^{n } + \sum_{n = 2}^\infty n a_n t^{n} + \sum_{n = 2}^\infty a_{n - 2} t^{n}, \\
\amp = a_1 t + \sum_{n = 2}^\infty \left( n (n - 1)a_n + n a_n + a_{n - 2} \right) t^{n}, \\ \amp = a_1 t + \sum_{n = 2}^\infty \left(n^2 a_n + a_{n - 2} \right) t^{n},
\end{align*}
Now, on the right hand side we have a power series with non-zero radius of convergence around \(0\) which is identically zero. This implies each coefficient must be zero (why?). In particular we obtain that \(a_1 = 0\) and the recursion relations
\begin{equation*}
n^2 a_n + a_{n - 2} = 0.
\end{equation*}
Combining the fact that \(a_1 = 0\) with this relation gives
\begin{equation*}
a_1 = 0, \hspace{.2in} a_3 = 0,\hspace{.2in} a_5 = 0, \ldots
\end{equation*}
so there are only even coefficients. Furthermore, we have
\begin{equation*}
a_2 = \frac{-1}{2^2} a_0, \hspace{.2in}a_4 = \frac{(-1)^2}{4^2 2^2}a_0,\hspace{.2in} a_6 = \frac{(-1)^3}{6^24^2 2^2} , \ldots
\end{equation*}
giving the equation
\begin{align*}
a_{2n} \amp = \frac{(-1)^n}{(2n)^2(2(n - 1))^2 \cdots 2^2} a_0, \\
\amp = \frac{(-1)^n}{(2n \cdot 2(n - 1) \cdots 2)^2} a_0, \\
\amp = \frac{(-1)^n}{2^{2n}(n \cdot (n - 1) \cdots 1)^2} a_0, \\
\amp = \frac{(-1)^n}{2^{2n} \, (n!)^2} a_0
\end{align*}
Taking \(a_0 = 1\) we obtain the zeroth Bessel function
\begin{equation*}
J_0 (t) = \sum_{n = 0}^\infty \frac{(-1)^n \, t^{2n}}{2^{2n} \, (n!)^2}.
\end{equation*}
This function is one of several functions that has several applications in wave propagation and heat transfer. It cannot be expressed with a finite composition using our elementary functions \(t^n\text{,}\) \(\sin t\text{,}\) \(\cos t\text{,}\) \(\ln t\) and \(e^t\text{...}\) it’s brand new!