where \(\Gamma\) is the gamma function, a generalized factorial. The function \(J_{\nu}(x)\) is called the Bessel Function of the first kind. We are often interested in solutions of (7.7.1) in which \(\nu=n\) is an integer. If this is the case, then \(J_n(x)\) and \(J_{-n}(x)\) are two linearly independent solutions. The power series representation in this case is
The following is a plot of \(J_0(x)\) (solid line) and \(J_1(x)\) (dashed line) on \(0 \leq x \leq 10\text{.}\) Each of the Bessel functions have osciallatory behavior with decay and an infinite number of roots for \(x \geq 0\text{.}\) Also note that the roots of \(J_1\) are between the roots of \(J_0\text{.}\)
However for \(n < 0\text{,}\)\(J_n(x)\) has a term \(x^{-n}\) which means that it is undefined at \(x=0\text{,}\) which is generally why it not relevant as we will show later. There are a number of identities that are useful for understanding Bessel functions. Two of these are shown in the follow lemma.
Adding the two above equations and dividing through by \(x\) results in (7.7.5) whereas subtracting the bottom equation from the top results in (7.7.6).
These properties can now be used to find higher order Bessel functions, the derivatives of Bessel functions as well as the closed form of some integrals as shown in the next three examples.
The above technique can be used to find \(J_n\) where \(n\) is an integer in terms of \(J_0\) and \(J_1\text{,}\) showing the importance of the first two Bessel functions. The next example shows how to calculate the derivatives of the first two Bessel functions.
There is not an analytic way to find the roots of any of the bessel functions, so we will resort to numerical approximation. Many Computer Algebra Systems and scientific computing languages have bessel functions built in and roots can be found with techniques such as Newton’s method or bisection.
The first ten values are: \(\{2.404825558, 5.520078110, 8.653727913, 11.79153444, \\14.93091771, 18.07106397, 21.21163663, 24.35247153, 27.49347913, 30.63460647\}\text{.}\)