主题
Search

汉克尔变换


(零阶)汉克尔变换是一种积分变换,等价于具有径向对称积分核的二维傅里叶变换,也称为傅里叶-贝塞尔变换。其定义为

g(u,v)=F_r[f(r)](u,v)
(1)
=int_(-infty)^inftyint_(-infty)^inftyf(r)e^(-2pii(ux+vy))dxdy.
(2)

x+iy=re^(itheta)
(3)
u+iv=qe^(iphi)
(4)

因此

x=rcostheta
(5)
y=rsintheta
(6)
r=sqrt(x^2+y^2)
(7)
u=qcosphi
(8)
v=qsinphi
(9)
q=sqrt(u^2+v^2).
(10)

g(q)=int_0^inftyint_0^(2pi)f(r)e^(-2piirq(cosphicostheta+sinphisintheta))rdrdtheta
(11)
=int_0^inftyint_0^(2pi)f(r)e^(-2piirqcos(theta-phi))rdrdtheta
(12)
=int_0^inftyint_(-phi)^(2pi-phi)f(r)e^(-2piirqcostheta)rdrdtheta
(13)
=int_0^inftyint_0^(2pi)f(r)e^(-2piirqcostheta)rdrdtheta
(14)
=int_0^inftyf(r)[int_0^(2pi)e^(-2piirqcostheta)dtheta]rdr
(15)
=2piint_0^inftyf(r)J_0(2piqr)rdr,
(16)

其中 J_0(z) 是第一类零阶贝塞尔函数

因此,汉克尔变换对为

g(q)=2piint_0^inftyf(r)J_0(2piqr)rdr
(17)
f(r)=2piint_0^inftyg(q)J_0(2piqr)qdq.
(18)

Wolfram 语言 中,实现了稍微不同归一化的汉克尔变换及其逆变换,如下所示HankelTransform[expr, r, s] 和InverseHankelTransform[expr, s, r],分别。

下表给出了一些常用函数的汉克尔变换 (Bracewell 1999, p. 249)。这里,J_n(x) 是第一类贝塞尔函数Pi_a(r)矩形函数,当 0<=r<=a 时等于 1,否则为 0,并且

M(x)=2pi[x^(-3)int_0^xJ_0(x)dx-x^(-2)J_0(x)]
(19)
=(pi^2)/(x^2)[J_1(x)H_0(x)-J_0(x)H_1(x)],
(20)

其中 J_n(x) 是第一类贝塞尔函数H_n(x)斯特鲁夫函数L_n(x)修正的斯特鲁夫函数

f(r)g(q)
Pi_a(r)(aJ_1(2piaq))/q
(sin(2piar))/r(Pi(q/(2a)))/(sqrt(a^2-q^2))
1/2delta(r-a)piaJ_0(2piaq)
M(ar)aLambda(q/(2a))
e^(-pir^2)e^(-piq^2)
(a^2+r^2)^(-1/2)(e^(-2piaq))/q
(a^2+r^2)^(-3/2)(2pie^(-2piaq))/a
1/(a^2+r^2)2piK_0(2piaq)
(2a^2)/((a^2+r^2)^2)4pi^2aqK_1(2piaq)
(4a^4)/((a^2+r^2)^3)4pi^3a^2q^2K_2(2piaq)
(a^2-r^2)Pi_a(r)(a^2)/(piq^2)J_2(2piaq)
1/r1/q
e^(-ar)(2pia)/((a^2+4pi^2q^2)^(3/2))
(e^(-ar))/r(2pi)/(sqrt(a^2+4pi^2q^2))
(delta(r))/(2pir)1
r^2e^(-pir^2)(e^(-piq^2)(1-piq^2))/pi
-r^2F(r)((d^2F)/(dq^2)+1/q(dF)/(dq))=del ^2F

n 阶汉克尔变换定义为

 H_n(f(t))=int_0^inftytJ_n(phit)f(t)dt
(21)

(Bronshtein 等人,2004,第 706 页)。

另一种汉克尔变换也可以为整数序列定义 (Layman 2001)。


另请参阅

第一类贝塞尔函数, 傅里叶变换, 拉普拉斯变换

使用 Wolfram|Alpha 探索

参考文献

Arfken, G. Mathematical Methods for Physicists, 3rd ed. Orlando, FL: Academic Press, p. 795, 1985.Bracewell, R. "The Hankel Transform." The Fourier Transform and Its Applications, 3rd ed. New York: McGraw-Hill, pp. 244-250, 1999.Bronshtein, I. N.; Semendyayev, K. A.; Musiol, G.; and Muehlig, H. Handbook of Mathematics, 4th ed. New York: Springer-Verlag, pp. 705-706, 2004.Layman, J. W. "The Hankel Transform and Some of Its Properties." J. Integer Sequences 4, No. 01.1.5, 2001. http://www.math.uwaterloo.ca/JIS/VOL4/LAYMAN/hankel.Oberhettinger, F. Tables of Bessel Transforms. New York: Springer-Verlag, 1972.Samko, S. G.; Kilbas, A. A.; and Marichev, O. I. Fractional Integrals and Derivatives. Yverdon, Switzerland: Gordon and Breach, p. 23, 1993.

在 Wolfram|Alpha 中被引用

汉克尔变换

请引用为

Weisstein, Eric W. "汉克尔变换。" 来自 MathWorld--Wolfram Web 资源。 https://mathworld.net.cn/HankelTransform.html

主题分类