Bessel Functions of The First Kind
Bessel Functions of The First Kind
MAT 415/515
Fall Semester 2013-14
Lecture 12 and 13 Notes
of which the terms of the sequence are the coefficients. Similarly, a generating function for a
sequence of functions {fn (x)} is a power series
X
g(x, t) = fn (x)tn ,
n
To obtain an expression for Jn (x), we use the Maclaurin series for ex to obtain
1
while for n ≥ 0, we have
∞
X (−1)s x −n+2s
J−n (x) = .
s=n
(s − n)!s! 2
Using an index shift, we obtain
∞
X (−1)s+n x n+2s
J−n (x) = = (−1)n Jn (x).
(n + s)!s! 2
s=0
For noninteger n, rather than using the generating function, we can use Frobenius’ method to
obtain
∞
X (−1)s x ν+2s
Jν (x) = ,
s!Γ(ν + s + 1) 2
s=0
where Γ is the Gamma function. As Γ(s) = (s−1)! for s a positive integer, this formula is consistent
with the one for integer order.
Recurrence Relations
Using the generating function g(x, t), we can obtain some useful recurrence relations involving
Bessel functions of the first kind. Differentiating g(x, t) with respect to x and t yields
∞
∂g(x, t) 1 1 (x/2)(t−1/t) X
= t− e = Jn0 (x)tn ,
∂x 2 t n=−∞
∞
∂g(x, t) x 1 (x/2)(t−1/t)
X
= 1+ 2 e = nJn (x)tn−1 .
∂t 2 t n=−∞
Replacing the formula for g(x, t) with its power series expansion in the above equations yields
∞ X ∞ ∞
X
0 n 1 1 n 1 X
Jn (x)t = t− Jn (x)t = Jn (x)(tn+1 − tn−1 ),
n=−∞
2 t n=−∞
2 n=−∞
∞ X ∞ ∞
X
n−1 x 1 n x X
nJn (x)t = 1+ 2 Jn (x)t = Jn (x)(tn + tn−2 ).
n=−∞
2 t n=−∞
2 n=−∞
2
∞ ∞
x X x X
= Jn (x)tn + Jn (x)tn−2
2 n=−∞ 2 n=−∞
∞ ∞
x X x X
= Jn−1 (x)tn−1 + Jn+1 (x)tn−1
2 n=−∞ 2 n=−∞
∞
x X
= [Jn−1 (x) + Jn+1 (x)]tn−1 .
2 n=−∞
Integral Representation
It is quite useful to have an integral representation of Bessel functions. From complex analysis, the
residue theorem states that if a function f (z) defined on the complex plane has the Laurent series
representation
∞
X
f (z) = an (z − z0 )n ,
n=−∞
and if C is any positively oriented simple closed curve in the complex plane containing z0 , then
I
f (z) dz = 2πia−1 .
C
Therefore, if we apply this theorem to the generating function for the Bessel functions of integer
order, we obtain
I (x/2)(t−1/t) I X ∞
e
n+1
dt = Jm (x)tm−n−1 dt = 2πiJn (x),
C t m=−∞
where C is any positively oriented simple closed curve in the complex plane containing the origin.
Now, suppose that we choose C to be the the unit circle, and we use the substitution t = eiθ ,
for which dt = ieiθ dθ. Then we have
Z 2π (x/2)(eiθ −e−iθ ) Z 2π
e iθ
2πiJn (x) = i i(n+1)θ
e dθ = i ei(x sin θ−nθ) dθ
0 e 0
which yields
Z 2π Z 2π
1 1
Jn (x) = ei(x sin θ−nθ) = cos(x sin θ − nθ) + i sin(x sin θ − nθ) dθ.
2π 0 2π 0
3
Taking the real and imaginary parts of both sides of the equation, we obtain
Z 2π
1 π
Z
1
Jn (x) = cos(x sin θ − nθ) dθ = cos(x sin θ − nθ) dθ,
2π 0 π 0
where the second integral is obtained via symmetry, and
Z 2π
sin(x sin θ − nθ) dθ = 0.
0
Also, it is worth noting that although these integral representations were derived only for Bessel
functions of integer order, the relation on which they are based also applies to Bessel functions of
noninteger order. Specifically,
I (x/2)(t−1/t)
1 e
Jν (x) = dt,
2πi C tν+1
where C is a contour in the complex plane that encircles the origin t = 0.
4
In other words,
x2 Zν00 + xZν0 + (x2 − ν 2 )Zν = 0,
meaning that Zν is a solution of the Bessel equation.
Now, suppose that Zν (x) is replaced by Zν (kx) for some constant k. Proceeding as before, and
using the Chain Rule, we obtain
0
2 00 0 2 2 2 Zν−1 − Zν+1 Zν−1 − Zν+1
x Zν + xZν − ν Zν = k x + kx − ν 2 Zν
2 2
k 2 x2
0 1 0 1 kx
= Zν−1 + Zν−1 − Zν+1 − Zν+1 − ν 2 [Zν−1 + Zν+1 ]
2 kx kx 2ν
2 2
k x 0 ν−1 0 ν+1
= Zν−1 − Zν−1 − Zν+1 − Zν+1
2 kx kx
k 2 x2
= [−2Zν ]
2
= −k 2 x2 Zν ,
where all Zν , Zν−1 and Zν+1 , and their derivatives, are evaluated at kx. It follows that
This slightly modified form of the Bessel equation will arise when solving partial differential equa-
tions (PDE) using separation of variables.