For this activity you will need the Bessel function of the first kind of order 1, known to Maple as BesselJ(1,x), which is defined by
Hence we have
> J[1]:=x->BesselJ(1,x);
Submission:
(a) Find the domain of
, i.e. what is the radius of convergence?
(b) Graph the first several partial sums (use
and
of the Bessel function along with
itself on the
same coordinate axes. Use the viewing window [
] by [
] .
Submission worksheet:
>
The Bessel function of the first kind of order 0 is given by
Maple knows this function as
. That is we can define this function by
> J[0]:=x->BellelJ(0,x);
Submission:
(a) Show that J[0] satisfies the differential equation:
(b) Evaluate
correct to three dedcimal places.
Submission worksheet:
>
>
>