Assumptions:
References:
- https://doi.org/10.1016/0022-0728(88)87001-3
TeX:
\int_{0}^{\infty} {e}^{-a t} \theta'_{3}\!\left(x , i b t\right) \, dt = \frac{2 \pi}{b} \frac{\sinh\!\left(\left(2 x - 1\right) \sqrt{\frac{\pi a}{b}}\right)}{\sinh\!\left(\sqrt{\frac{\pi a}{b}}\right)} a \in \mathbb{C} \;\mathbin{\operatorname{and}}\; \operatorname{Re}(a) > 0 \;\mathbin{\operatorname{and}}\; b \in \mathbb{C} \;\mathbin{\operatorname{and}}\; \operatorname{Re}(b) > 0 \;\mathbin{\operatorname{and}}\; x \in \left(0, 1\right)
Definitions:
Fungrim symbol | Notation | Short description |
---|---|---|
Integral | Integral | |
Exp | Exponential function | |
JacobiTheta | Jacobi theta function | |
ConstI | Imaginary unit | |
Infinity | Positive infinity | |
Pi | The constant pi (3.14...) | |
Sqrt | Principal square root | |
CC | Complex numbers | |
Re | Real part | |
OpenInterval | Open interval |
Source code for this entry:
Entry(ID("64c188"), Formula(Equal(Integral(Mul(Exp(Mul(Neg(a), t)), JacobiTheta(3, x, Mul(Mul(ConstI, b), t), 1)), For(t, 0, Infinity)), Mul(Div(Mul(2, Pi), b), Div(Sinh(Mul(Sub(Mul(2, x), 1), Sqrt(Div(Mul(Pi, a), b)))), Sinh(Sqrt(Div(Mul(Pi, a), b))))))), Variables(a, b, x), Assumptions(And(Element(a, CC), Greater(Re(a), 0), Element(b, CC), Greater(Re(b), 0), Element(x, OpenInterval(0, 1)))), References("https://doi.org/10.1016/0022-0728(88)87001-3"))