Kelvin functions

From LaTeX CAS translator demo
Jump to navigation Jump to search

In applied mathematics, the Kelvin functions berν(x) and beiν(x) are the real and imaginary parts, respectively, of

Jν(xe3πi4),

where x is real, and Jν(z), is the νth order Bessel function of the first kind. Similarly, the functions kerν(x) and keiν(x) are the real and imaginary parts, respectively, of

Kν(xeπi4),

where Kν(z) is the νth order modified Bessel function of the second kind.

These functions are named after William Thomson, 1st Baron Kelvin.

While the Kelvin functions are defined as the real and imaginary parts of Bessel functions with x taken to be real, the functions can be analytically continued for complex arguments xe, 0 ≤ φ < 2π. With the exception of bern(x) and bein(x) for integral n, the Kelvin functions have a branch point at x = 0.

Below, Γ(z) is the gamma function and ψ(z) is the digamma function.

ber(x)

ber(x) for x between 0 and 20.
ber(x)/ex/2 for x between 0 and 50.

For integers n, bern(x) has the series expansion

bern(x)=(x2)nk0cos[(3n4+k2)π]k!Γ(n+k+1)(x24)k,

where Γ(z) is the gamma function. The special case ber0(x), commonly denoted as just ber(x), has the series expansion

ber(x)=1+k1(1)k[(2k)!]2(x2)4k

and asymptotic series

ber(x)ex22πx(f1(x)cosα+g1(x)sinα)kei(x)π,

where

α=x2π8,
f1(x)=1+k1cos(kπ/4)k!(8x)kl=1k(2l1)2
g1(x)=k1sin(kπ/4)k!(8x)kl=1k(2l1)2.

bei(x)

bei(x) for x between 0 and 20.
bei(x)/ex/2 for x between 0 and 50.

For integers n, bein(x) has the series expansion

bein(x)=(x2)nk0sin[(3n4+k2)π]k!Γ(n+k+1)(x24)k.

The special case bei0(x), commonly denoted as just bei(x), has the series expansion

bei(x)=k0(1)k[(2k+1)!]2(x2)4k+2

and asymptotic series

bei(x)ex22πx[f1(x)sinαg1(x)cosα]ker(x)π,

where α, f1(x), and g1(x) are defined as for ber(x).

ker(x)

ker(x) for x between 0 and 14.
ker(x)ex/2 for x between 0 and 50.

For integers n, kern(x) has the (complicated) series expansion

kern(x)=ln(x2)bern(x)+π4bein(x)+12(x2)nk=0n1cos[(3n4+k2)π](nk1)!k!(x24)k+12(x2)nk0cos[(3n4+k2)π]ψ(k+1)+ψ(n+k+1)k!(n+k)!(x24)k.

The special case ker0(x), commonly denoted as just ker(x), has the series expansion

ker(x)=ln(x2)ber(x)+π4bei(x)+k0(1)kψ(2k+1)[(2k)!]2(x24)2k

and the asymptotic series

ker(x)π2xex2[f2(x)cosβ+g2(x)sinβ],

where

β=x2+π8,
f2(x)=1+k1(1)kcos(kπ/4)k!(8x)kl=1k(2l1)2
g2(x)=k1(1)ksin(kπ/4)k!(8x)kl=1k(2l1)2.

kei(x)

kei(x) for x between 0 and 14.
kei(x)ex/2 for x between 0 and 50.

For integer n, kein(x) has the series expansion

kein(x)=ln(x2)bein(x)π4bern(x)12(x2)nk=0n1sin[(3n4+k2)π](nk1)!k!(x24)k+12(x2)nk0sin[(3n4+k2)π]ψ(k+1)+ψ(n+k+1)k!(n+k)!(x24)k.

The special case kei0(x), commonly denoted as just kei(x), has the series expansion

kei(x)=ln(x2)bei(x)π4ber(x)+k0(1)kψ(2k+2)[(2k+1)!]2(x24)2k+1

and the asymptotic series

kei(x)π2xex2[f2(x)sinβ+g2(x)cosβ],

where β, f2(x), and g2(x) are defined as for ker(x).

See also

References

  • Abramowitz, Milton; Stegun, Irene Ann, eds. (1983) [June 1964]. "Chapter 9". Handbook of Mathematical Functions with Formulas, Graphs, and Mathematical Tables. Applied Mathematics Series. 55 (Ninth reprint with additional corrections of tenth original printing with corrections (December 1972); first ed.). Washington D.C.; New York: United States Department of Commerce, National Bureau of Standards; Dover Publications. p. 379. ISBN 978-0-486-61272-0. LCCN 64-60036. MR 0167642. LCCN 65-12253.
  • Olver, F. W. J.; Maximon, L. C. (2010), "Bessel functions", in Olver, Frank W. J.; Lozier, Daniel M.; Boisvert, Ronald F.; Clark, Charles W. (eds.), NIST Handbook of Mathematical Functions, Cambridge University Press, ISBN 978-0-521-19225-5, MR 2723248

External links

  • Weisstein, Eric W. "Kelvin Functions." From MathWorld—A Wolfram Web Resource. [1]
  • GPL-licensed C/C++ source code for calculating Kelvin functions at codecogs.com: [2]