Hankel contour

In mathematics, a Hankel contour is a path in the complex plane which extends from (+∞,δ), around the origin counter clockwise and back to (+∞,δ), where δ is an arbitrarily small positive number. The contour thus remains arbitrarily close to the real axis but without crossing the real axis except for negative values of x. The Hankel contour can also be represented by a path that has mirror images just above and below the real axis, connected to a circle of radius ε, centered at the origin, where ε is an arbitrarily small number. The two linear portions of the contour are said to be a distance of δ from the real axis. Thus, the total distance between the linear portions of the contour is 2δ. [1] The contour is traversed in the positively-oriented sense, meaning that the circle around the origin is traversed counter-clockwise.

A Hankel contour path, traversed in the positive sense.
This is a version of the Hankel contour that consists of just a linear mirror image across the real axis.

Use of Hankel contours is one of the methods of contour integration. This type of path for contour integrals was first used by Hermann Hankel in his investigations of the Gamma function.

The Hankel contour is used to evaluate integrals such as the Gamma function, the Riemann-Zeta function, and other Hankel functions (which are Bessel functions of the third kind). [1][2]

Applications of the Hankel Contour

The Hankel Contour and the Gamma Function

The Hankel contour is helpful in expressing and solving the Gamma function in the complex t-plane. The Gamma-function can be defined for any complex value in the plane if we evaluate the integral along the Hankel contour. The Hankel contour is especially useful for expressing the Gamma function for any complex value because the end points of the contour vanish, and thus allows the fundamental property of the Gamma function to be satisfied, which states . [2]

Derivation of the Contour Integral Expression of the Gamma function[2]

Note that the formal representation of the Gamma-function is .

To satisfy the fundamental property of the Gamma function, it follows that

after multiplying both sides by z.

Thus, given that the endpoints of the Hankel contour vanish, the left- and right-hand sides reduce to

.

Using differential equations,

becomes the general solution. While A is constant with respect to t, it holds that A may fluctuate depending on the complex number z. Since A(z) is arbitrary, a complex exponential in z may be absorbed into the definition of A(z). Substituting f(t) into the original integral then gives .

By integrating along the Hankel contour, the contour integral expression of the Gamma function becomes . [2]

gollark: I've reworked minoteaur's design a bit again because productivity is BEES and happens to other people.```sqlCREATE TABLE pages ( id INTEGER PRIMARY KEY, name TEXT NOT NULL, updated INTEGER NOT NULL, content TEXT NOT NULL);``` I went from that small and thus uncool database thingy to this:```sqlCREATE TABLE versions ( vuuid TEXT PRIMARY KEY COLLATE BINARY, rawSize INTEGER NOT NULL, encoding TEXT, data BLOB NOT NULL);CREATE TABLE pages ( title TEXT PRIMARY KEY, created INTEGER NOT NULL, updated INTEGER NOT NULL, latestVersion TEXT NOT NULL REFERENCES versions(vuuid));CREATE TABLE revisions ( ruuid TEXT PRIMARY KEY COLLATE BINARY, page TEXT NOT NULL REFERENCES pages(title), timestamp INTEGER NOT NULL, type TEXT NOT NULL, data TEXT NOT NULL, -- JSON version TEXT NOT NULL REFERENCES versions(vuuid));CREATE INDEX revisions_page_ix ON revisions(page);```
gollark: Suspicious timing.
gollark: potatOS privacy policy, first 4000 characters.
gollark: He is ALWAYS right.
gollark: Allegedly.

References

  1. Krantz, Steven G. (Steven George), 1951- (1999). Handbook of complex variables. Boston, Mass.: Birkhäuser. ISBN 0-8176-4011-8. OCLC 40964730.CS1 maint: multiple names: authors list (link)
  2. Moretti, Gino (1964). Functions of a Complex Variable. Englewood Cliffs, N.J.: Prentice-Hall, Inc. pp. 179–184. LCCN 64012240.

Further reading

  • Schmelzer, Thomas; Trefethen, Lloyd N. (2007-01). "Computing the Gamma Function Using Contour Integrals and Rational Approximations". SIAM Journal on Numerical Analysis. 45 (2): 558–571. doi:10.1137/050646342. ISSN 0036-1429.
  • Hugh L. Montgomery; Robert C. Vaughan (2007). Multiplicative number theory I. Classical theory. Cambridge tracts in advanced mathematics. 97. p. 515. ISBN 0-521-84903-9.


This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.