Article snapshot taken from Wikipedia with creative commons attribution-sharealike license.
Give it a read and then ask your questions in the chat.
We can research this topic together.
In mathematics, the Dawson function or Dawson integral
(named after H. G. Dawson)
is the one-sided Fourier–Laplace sine transform of the Gaussian function.
Definition
The Dawson function is defined as either:
also denoted as or
or alternatively
where erfi is the imaginary error function, erfi(x) = −i erf(ix).
Similarly,
in terms of the real error function, erf.
In terms of either erfi or the Faddeeva function the Dawson function can be extended to the entire complex plane:
which simplifies to
for real
For near zero, F(x) ≈ x.
For large, F(x) ≈ 1/(2x).
More specifically, near the origin it has the series expansion
while for large it has the asymptotic expansion
satisfies the differential equation
with the initial condition Consequently, it has extrema for
resulting in x = ±0.92413887... (OEIS: A133841), F(x) = ±0.54104422... (OEIS: A133842).
Inflection points follow for
resulting in x = ±1.50197526... (OEIS: A133843), F(x) = ±0.42768661... (OEIS: A245262).
(Apart from the trivial inflection point at )
P.V. denotes the Cauchy principal value, and we restrict ourselves to real can be related to the Dawson function as follows. Inside a principal value integral, we can treat as a generalized function or distribution, and use the Fourier representation
With we use the exponential representation of and complete the square with respect to to find
We can shift the integral over to the real axis, and it gives
Thus
We complete the square with respect to and obtain
We change variables to
The integral can be performed as a contour integral around a rectangle in the complex plane. Taking the imaginary part of the result gives
where is the Dawson function as defined above.
The Hilbert transform of is also related to the Dawson function. We see this with the technique of differentiating inside the integral sign. Let
Introduce
The th derivative is
We thus find
The derivatives are performed first, then the result evaluated at A change of variable also gives Since we can write where and are polynomials. For example, Alternatively, can be calculated using the recurrence relation (for )
libcerf, numeric C library for complex error functions, provides a function voigt(x, sigma, gamma) with approximately 13–14 digits precision. It is based on the Faddeeva function as implemented in the MIT Faddeeva Package