Fungrim home page

Fungrim entry: 876844

limzRn ⁣(a,b,eiθz)=0\lim_{z \to \infty} \left|R_{n}\!\left(a,b,{e}^{i \theta} z\right)\right| = 0
Assumptions:aCandbCandθRandnZ1a \in \mathbb{C} \,\mathbin{\operatorname{and}}\, b \in \mathbb{C} \,\mathbin{\operatorname{and}}\, \theta \in \mathbb{R} \,\mathbin{\operatorname{and}}\, n \in \mathbb{Z}_{\ge 1}
TeX:
\lim_{z \to \infty} \left|R_{n}\!\left(a,b,{e}^{i \theta} z\right)\right| = 0

a \in \mathbb{C} \,\mathbin{\operatorname{and}}\, b \in \mathbb{C} \,\mathbin{\operatorname{and}}\, \theta \in \mathbb{R} \,\mathbin{\operatorname{and}}\, n \in \mathbb{Z}_{\ge 1}
Definitions:
Fungrim symbol Notation Short description
ComplexLimitlimzaf ⁣(z)\lim_{z \to a} f\!\left(z\right) Limiting value, complex variable
Absz\left|z\right| Absolute value
HypergeometricUStarRemainderRn ⁣(a,b,z)R_{n}\!\left(a,b,z\right) Error term in asymptotic expansion of Tricomi confluent hypergeometric function
Expez{e}^{z} Exponential function
ConstIii Imaginary unit
Infinity\infty Positive infinity
CCC\mathbb{C} Complex numbers
RRR\mathbb{R} Real numbers
ZZGreaterEqualZn\mathbb{Z}_{\ge n} Integers greater than or equal to n
Source code for this entry:
Entry(ID("876844"),
    Formula(Equal(ComplexLimit(Abs(HypergeometricUStarRemainder(n, a, b, Mul(Exp(Mul(ConstI, theta)), z))), z, Infinity), 0)),
    Variables(a, b, theta, n),
    Assumptions(And(Element(a, CC), Element(b, CC), Element(theta, RR), Element(n, ZZGreaterEqual(1)))))

Topics using this entry

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

2019-06-18 07:49:59.356594 UTC