Assumptions:
References:
- https://doi.org/10.1016/0022-0728(88)87001-3
TeX:
\int_{0}^{\infty} {e}^{-a t} \theta_{2}\!\left(x , i b t\right) \, dt = -\sqrt{\frac{\pi}{a b}} \frac{\sinh\!\left(\left(2 x - 1\right) \sqrt{\frac{\pi a}{b}}\right)}{\cosh\!\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 | |
Sqrt | Principal square root | |
Pi | The constant pi (3.14...) | |
CC | Complex numbers | |
Re | Real part | |
ClosedInterval | Closed interval |
Source code for this entry:
Entry(ID("74be8f"), Formula(Equal(Integral(Mul(Exp(Mul(Neg(a), t)), JacobiTheta(2, x, Mul(Mul(ConstI, b), t))), For(t, 0, Infinity)), Mul(Neg(Sqrt(Div(Pi, Mul(a, b)))), Div(Sinh(Mul(Sub(Mul(2, x), 1), Sqrt(Div(Mul(Pi, a), b)))), Cosh(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, ClosedInterval(0, 1)))), References("https://doi.org/10.1016/0022-0728(88)87001-3"))