Group Abstract Group Abstract

Message Boards Message Boards

0
|
4.7K Views
|
2 Replies
|
1 Total Like
View groups...
Share
Share this post:

Series produces incomplete expansion for these Bessel functions?

Posted 4 years ago

Hi, I have again a problem with using Series in connection with Bessel functions. I need an expansion

F[s_]:=(BesselK[1,Sqrt[s]]/(Sqrt[s]*BesselK[0,Sqrt[s]]))/(1+th*Sqrt[d]*
BesselK[1,Sqrt[s]]*BesselK[0,Sqrt[d*s]]/BesselK[0,Sqrt[s]]/BesselK[1,Sqrt[d*s]]);

ser0=Series[F[s],{s,∞,1}]

Unfortunately the above command produces a clearly incompletely performed expansion, since the successive expansion coefficients are functions of s. I have reasons to expect that this is not correct, and that the correct complete expansion contains terms in the form (1/Sqrt[s])^n with coefficients independent of s. In fact, if we perform

Series[SeriesCoefficient[ser0,1/2],{s,∞,1}]

we can see that the first term can still be expanded. Is there any way to obtain a complete expansion, ideally up to 40 terms? Why Series exhibits such a weird behaviour?

Lesław

POSTED BY: Leslaw Bieniasz
2 Replies
POSTED BY: Daniel Lichtblau

This does not seem to help in the case of MATHEMATICA 10 or 11.

Lesław

POSTED BY: Leslaw Bieniasz
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard