

Estude fácil! Tem muito documento disponível na Docsity
Ganhe pontos ajudando outros esrudantes ou compre um plano Premium
Prepare-se para as provas
Estude fácil! Tem muito documento disponível na Docsity
Prepare-se para as provas com trabalhos de outros alunos como você, aqui na Docsity
Encontra documentos específicos para os exames da tua universidade
Prepare-se com as videoaulas e exercícios resolvidos criados a partir da grade da sua Universidade
Responda perguntas de provas passadas e avalie sua preparação.
Ganhe pontos para baixar
Ganhe pontos ajudando outros esrudantes ou compre um plano Premium
As funções kelvin (ber(x), bei(x), ker(x) e kei(x)) e suas respectivas funções derivadas. Fornecemos as definições, as séries de taylor e os características destas funções. Além disso, discutimos a relação entre as funções kelvin e as funções modificadas de bessel i(x) e k(x).
Tipologia: Notas de estudo
1 / 2
Esta página não é visível na pré-visualização
Não perca as partes importantes!


Kelvin Functions^1
The solution to the Bessel equation x w^2 ′′ + xw ′ − ix w^2 = 0 , where i = − 1 , may be written in terms of modified Bessel functions as
w x ( ) = c I 1 0 (^) ( x i ) + c K 2 (^) 0 ( x i )
The Kelvin functions, ber( ) x , bei( ) x , ker( ) x and kei( ) x , may be defined by their relations to the modified Bessel functions I (^) 0 ( ) x and K (^) 0 ( ) x as given by
I (^) 0 ( x i ) = ber( ) x + i bei( ) x and K (^) 0 ( x i ) = ker ( ) x + i kei( ) x
Thus it follows that w x ( ) may be written as
where the four Kelvin functions are real functions. These Kelvin functions may be evaluated from the following infinite series:
ber( ) (^ ) [( )!]
x x n
n n n n
=
∞
4 4 2 0
bei( ) (^ ) [( )!]
x x n
n n = (^) n n
= +
∞
4 2 0 4 2 2 (2)
ker( ) ( ) ln ( ) (^ ) [( )!]
x x x^ x x n m
n n n m
n n
= =
∞
π (^) γ 4 2
4 2 1
2 1
bei ber (3)
kei ( ) ber ( ) ln bei( ) (^ ) [( )!]
x x x^ x x n m
n n n (^) m
n n
− − (^) =
∞
π (^) γ 4 2
(^4 2 2 )
2 1 1
where γ is Euler’s constant given by Abramowitz and Stegun^2 as
γ = + + + + + − ^
→ ∞ lim ln( ). m m 1 1 m 2
Abramowitz and Stegun tabulate the above four Kelvin functions for 0 ≤ x ≤ 5. These Kelvin functions have the following characteristics: ber( ) x : ber( ) 0 = 1 and oscillates with increasing amplitude as x increases bei( ) x : bei( ) 0 = 0 and oscillates with increasing amplitude as x increases ker( ) x : ker( ) 0 = ∞ and oscillates with decreasing amplitude as x increases kei( ) x : kei( ) 0 = −π / 4 and oscillates with decreasing amplitude as x increases
(^1) This documentation of Kelvin functions and KelvinFunctions.LIB were provided by G. E. Myers, Department
2 of Mechanical Engineering, University of Wisconsin-Madison, 2003. Abramowitz, M. and I. A. Stegun (eds.): Handbook of Mathematical Functions , Applied Mathematics Series 55, National Bureau of Standards, 1964. [Dover, 1965].
Kelvin functions 2
The first derivatives of ber( ) x , bei( ) x , ker( ) x and kei( ) x are called ber′( ) x , bei ( )′ x , ker ( )′ x and kei′( ) x , respectively. These functions, found by differentiating (1) through (4), are given by
ber′ = − −
− − =
∞
x x n n
n n n n
4 1 4 1 1
bei′ = −
= +
∞
x x n n
n n n n
4 1 0 4 1 (6)
ker ( ) ( ) ln ( ) ( ) (^ ) ( )!( )!
− = −^ =
∞
x (^) x x x x n n m
n n n (^) m
n n
π (^) γ 4 2
(^4 1 )
2 1
bei ber ber (7)
kei ′ = − ber ′ − + bei bei ^
− − =
∞
x x x^ x x x x n n m
n n n m
n n
π (^) γ 4 2
4 3 1
2 1 1
Rather than tabulating these four derivatives, Abramowitz and Stegun tabulate ber 1 ( ) x , bei ( ) 1 x , ker 1 ( ) x and kei 1 ( ) x which are related to ber′( ) x , bei ( )′ x , ker ( )′ x and kei′( ) x as follows:
2ber 1 ( ) x = ber ′( ) x − bei ( )′ x 2bei 1 ( ) x = ber ′( ) x + bei ( )′ x 2ker 1 ( ) x = ker ′( ) x − kei ( )′ x 2kei 1 ( ) x = ker ′( ) x + kei ( )′ x The EES user library contains KelvinFunctions.LIB. The suite of eight functions in KelvinFunctions.LIB are used to calculate values of ber( ) x , bei( ) x , ker( ) x , kei( ) x , ber′( ) x , bei ( )′ x , ker ( )′ x and kei′( ) x. These values are calculated from (1) through (8), respectively. The following EES program will evaluate ker( ) x and ker ( )′ x for x = 2:
x = 2 a = Kelvin_ker(x) b = Kelvin_ker`(x)
The solution is given as
a = –0.04166 b = –0.1066 x = 2.