Fungrim home page

Fungrim entry: 7ae3ed

Iν ⁣(z)=1π0πexp ⁣(zcos(t))cos ⁣(νt)dtsin ⁣(πν)π0exp ⁣(zcosh(t)νt)dtI_{\nu}\!\left(z\right) = \frac{1}{\pi} \int_{0}^{\pi} \exp\!\left(z \cos(t)\right) \cos\!\left(\nu t\right) \, dt - \frac{\sin\!\left(\pi \nu\right)}{\pi} \int_{0}^{\infty} \exp\!\left(-z \cosh(t) - \nu t\right) \, dt
Assumptions:νC  and  zC  and  Re(z)>0\nu \in \mathbb{C} \;\mathbin{\operatorname{and}}\; z \in \mathbb{C} \;\mathbin{\operatorname{and}}\; \operatorname{Re}(z) > 0
TeX:
I_{\nu}\!\left(z\right) = \frac{1}{\pi} \int_{0}^{\pi} \exp\!\left(z \cos(t)\right) \cos\!\left(\nu t\right) \, dt - \frac{\sin\!\left(\pi \nu\right)}{\pi} \int_{0}^{\infty} \exp\!\left(-z \cosh(t) - \nu t\right) \, dt

\nu \in \mathbb{C} \;\mathbin{\operatorname{and}}\; z \in \mathbb{C} \;\mathbin{\operatorname{and}}\; \operatorname{Re}(z) > 0
Definitions:
Fungrim symbol Notation Short description
BesselIIν ⁣(z)I_{\nu}\!\left(z\right) Modified Bessel function of the first kind
Piπ\pi The constant pi (3.14...)
Integralabf(x)dx\int_{a}^{b} f(x) \, dx Integral
Expez{e}^{z} Exponential function
Coscos(z)\cos(z) Cosine
Sinsin(z)\sin(z) Sine
Infinity\infty Positive infinity
CCC\mathbb{C} Complex numbers
ReRe(z)\operatorname{Re}(z) Real part
Source code for this entry:
Entry(ID("7ae3ed"),
    Formula(Equal(BesselI(nu, z), Sub(Mul(Div(1, Pi), Integral(Mul(Exp(Mul(z, Cos(t))), Cos(Mul(nu, t))), For(t, 0, Pi))), Mul(Div(Sin(Mul(Pi, nu)), Pi), Integral(Exp(Sub(Neg(Mul(z, Cosh(t))), Mul(nu, t))), For(t, 0, Infinity)))))),
    Variables(nu, z),
    Assumptions(And(Element(nu, CC), Element(z, CC), Greater(Re(z), 0))))

Topics using this entry

Copyright (C) Fredrik Johansson and contributors. Fungrim is provided under the MIT license. The source code is on GitHub.

2021-03-15 19:12:00.328586 UTC