2020-03-11, Wednesday
Today we talked about section 13-15, the second Bessel function, an aside on Gamma function,
the shape of Bessel functions, and some recursion relations.
The explanation from Boas are quite detailed, so I won't repeat it here. A rough outline of the lecture is the following
Recall the Bessel equation.
The formula for
Jp(x).
For
p>0, the two cases of
J−p(x).
p is an integer, or
p is a non-integer.
For
p a non-integer,
J−p(x) is linearly independent of
Jp(x), since they have different leading order term, one is
xp the other is
x−p.
For
p an integer,
J−p(x)=(−1)pJp(x), we get the second differential equation by taking the limit
Np(x)=q→plimsin(qπ)cos(qπ)Jq(x)−J−q(x) Then
Np(x) is well-define even for
p an integer.
The shape of Jp(x) is an oscillation damping. Try https://www.wolframalpha.com/, with input
BesselJ[0,x]
This will tell you something about J0(x). Change 0 to other number and play with it. The Neumann function Yn(x) is called 'BesselY[n,x]'. The program will show the real and imaginary part for x<0. For us, one only need to look at x>0's real part.
For recursion relation, we checked the equation (15.2). Basically, one just plug in the general fomula of Jp(x) and simplify.
Exercises
13.3, 13.4
15.3, 15.7, 15.8