Source author record

Feng Qi

Feng Qi appears in the imported research catalog. Authorship, coauthor and topic links are available while profile ownership is still unclaimed.

ResearcherUnclaimed source record

Catalog footprint

What is connected

105works
16topics
4close collaborators

Actions

Connect this record

Log in to claim

Research graph

See the researcher in context

Open full explorer

Inspect adjacent papers, topics, institutions and collaborators without losing the researcher page.

Building this map preview

BZPEER is loading the nearby papers, people, topics and institutions for this page.

Published work

105 published item(s)

preprint2022arXiv

Increasing property and logarithmic convexity of functions involving Riemann zeta function

Let $α>0$ be a constant, let $\ell\ge0$ be an integer, and let $Γ(z)$ denote the classical Euler gamma function. With the help of the integral representation for the Riemann zeta function $ζ(z)$, by virtue of a monotonicity rule for the ratio of two integrals with a parameter, and by means of complete monotonicity and another property of the function $\frac{1}{e^t-1}$ and its derivatives, the authors present that, (1) for $\ell\ge0$, the function \begin{equation*} x\mapsto\binom{x+α+\ell}α\frac{ζ(x+α)}{ζ(x)} \end{equation*} is increasing from $(1,\infty)$ onto $(0,\infty)$, where $\binom{z}{w}$ denotes the extended binomial coefficient; (2) for $\ell\ge1$, the function $x\mapstoΓ(x+\ell)ζ(x)$ is logarithmically convex on $(1,\infty)$.

preprint2021arXiv

Learning to Schedule DAG Tasks

Scheduling computational tasks represented by directed acyclic graphs (DAGs) is challenging because of its complexity. Conventional scheduling algorithms rely heavily on simple heuristics such as shortest job first (SJF) and critical path (CP), and are often lacking in scheduling quality. In this paper, we present a novel learning-based approach to scheduling DAG tasks. The algorithm employs a reinforcement learning agent to iteratively add directed edges to the DAG, one at a time, to enforce ordering (i.e., priorities of execution and resource allocation) of "tricky" job nodes. By doing so, the original DAG scheduling problem is dramatically reduced to a much simpler proxy problem, on which heuristic scheduling algorithms such as SJF and CP can be efficiently improved. Our approach can be easily applied to any existing heuristic scheduling algorithms. On the benchmark dataset of TPC-H, we show that our learning based approach can significantly improve over popular heuristic algorithms and consistently achieves the best performance among several methods under a variety of settings.

preprint2021arXiv

Maclaurin's series expansions for positive integer powers of inverse (hyperbolic) sine and related functions, specific values of partial Bell polynomials, and two applications

In the paper, the authors establish Maclaurin's series expansions and series identities for positive integer powers of the inverse sine function, for positive integer powers of the inverse hyperbolic sine function, for the composite of incomplete gamma functions with the inverse hyperbolic sine function, for positive integer powers of the inverse tangent function, and for positive integer powers of the inverse hyperbolic tangent function, in terms of the first kind Stirling numbers and binomial coefficients, apply the newly established Maclaurin's series expansion for positive integer powers of the inverse sine function to derive a closed-form formula for specific values of partial Bell polynomials and to derive a series representation of the generalized logsine function, and deduce several combinatorial identities involving the first kind Stirling numbers. Some of these results simplify and unify some known ones. All of these newly established Maclaurin's series expansions of positive integer powers of the inverse (hyperbolic) sine and tangent functions can be used to derive infinite series representations of the circular constant Pi and of positive integer powers of Pi.

preprint2021arXiv

Non-local Channel Aggregation Network for Single Image Rain Removal

Rain streaks showing in images or videos would severely degrade the performance of computer vision applications. Thus, it is of vital importance to remove rain streaks and facilitate our vision systems. While recent convolutinal neural network based methods have shown promising results in single image rain removal (SIRR), they fail to effectively capture long-range location dependencies or aggregate convolutional channel information simultaneously. However, as SIRR is a highly illposed problem, these spatial and channel information are very important clues to solve SIRR. First, spatial information could help our model to understand the image context by gathering long-range dependency location information hidden in the image. Second, aggregating channels could help our model to concentrate on channels more related to image background instead of rain streaks. In this paper, we propose a non-local channel aggregation network (NCANet) to address the SIRR problem. NCANet models 2D rainy images as sequences of vectors in three directions, namely vertical direction, transverse direction and channel direction. Recurrently aggregating information from all three directions enables our model to capture the long-range dependencies in both channels and spaitials locations. Extensive experiments on both heavy and light rain image data sets demonstrate the effectiveness of the proposed NCANet model.

preprint2021arXiv

Partial solutions to several conjectures on completely monotonic degrees for remainders in asymptotic expansions of the digamma function

Motivated by several conjectures posed in the paper "F. Qi and A.-Q. Liu, Completely monotonic degrees for a difference between the logarithmic and psi functions, J. Comput. Appl. Math., vol. 361, pp. 366--371 (2019); available online at https://doi.org/10.1016/j.cam.2019.05.001", the authors compute several completely monotonic degrees of the remainders in the asymptotic expansions of the logarithm of the gamma function and in the asymptotic expansions of the logarithm of the digamma function.

preprint2020arXiv

From inequalities involving exponential functions and sums to logarithmically complete monotonicity of ratios of gamma functions

In the paper, the authors review origins, motivations, and generalizations of a series of inequalities involving several exponential functions and sums, establish three new inequalities involving finite exponential functions and sums by finding convexity of a function related to the generating function of the Bernoulli numbers, survey the history, backgrounds, generalizations, logarithmically complete monotonicity, and applications of a series of ratios of finite gamma functions, present complete monotonicity of a linear combination of finite trigamma functions, construct a new ratio of finite gamma functions, derives monotonicity, logarithmic convexity, concavity, complete monotonicity, and the Bernstein function property of the newly constructed ratio of finite gamma functions, and suggest two linear combinations of finite trigamma functions and two ratios of finite gamma functions to be investigated.

preprint2020arXiv

Human-like general language processing

Using language makes human beings surpass animals in wisdom. To let machines understand, learn, and use language flexibly, we propose a human-like general language processing (HGLP) architecture, which contains sensorimotor, association, and cognitive systems. The HGLP network learns from easy to hard like a child, understands word meaning by coactivating multimodal neurons, comprehends and generates sentences by real-time constructing a virtual world model, and can express the whole thinking process verbally. HGLP rapidly learned 10+ different tasks including object recognition, sentence comprehension, imagination, attention control, query, inference, motion judgement, mixed arithmetic operation, digit tracing and writing, and human-like iterative thinking process guided by language. Language in the HGLP framework is not matching nor correlation statistics, but a script that can describe and control the imagination.

preprint2020arXiv

Solving Billion-Scale Knapsack Problems

Knapsack problems (KPs) are common in industry, but solving KPs is known to be NP-hard and has been tractable only at a relatively small scale. This paper examines KPs in a slightly generalized form and shows that they can be solved nearly optimally at scale via distributed algorithms. The proposed approach can be implemented fairly easily with off-the-shelf distributed computing frameworks (e.g. MPI, Hadoop, Spark). As an example, our implementation leads to one of the most efficient KP solvers known to date -- capable to solve KPs at an unprecedented scale (e.g., KPs with 1 billion decision variables and 1 billion constraints can be solved within 1 hour). The system has been deployed to production and called on a daily basis, yielding significant business impacts at Ant Financial.

preprint2020arXiv

Visualizing and Understanding Vision System

How the human vision system addresses the object identity-preserving recognition problem is largely unknown. Here, we use a vision recognition-reconstruction network (RRN) to investigate the development, recognition, learning and forgetting mechanisms, and achieve similar characteristics to electrophysiological measurements in monkeys. First, in network development study, the RRN also experiences critical developmental stages characterized by specificities in neuron types, synapse and activation patterns, and visual task performance from the early stage of coarse salience map recognition to mature stage of fine structure recognition. In digit recognition study, we witness that the RRN could maintain object invariance representation under various viewing conditions by coordinated adjustment of responses of population neurons. And such concerted population responses contained untangled object identity and properties information that could be accurately extracted via high-level cortices or even a simple weighted summation decoder. In the learning and forgetting study, novel structure recognition is implemented by adjusting entire synapses in low magnitude while pattern specificities of original synaptic connectivity are preserved, which guaranteed a learning process without disrupting the existing functionalities. This work benefits the understanding of the human visual processing mechanism and the development of human-like machine intelligence.

preprint2019arXiv

A ratio of many gamma functions and its properties with applications

In the paper, the authors establish an inequality involving exponential functions and sums, introduce a ratio of many gamma functions, discuss properties, including monotonicity, logarithmic convexity, (logarithmically) complete monotonicity, and the Bernstein function property, of the newly introduced ratio, and construct two inequalities of multinomial coefficients and multivariate beta functions.

preprint2015arXiv

A logarithmically completely monotonic function involving the ratio of gamma functions

In the paper, the authors concisely survey and review some functions involving the gamma function and its various ratios, simply state their logarithmically complete monotonicity and related results, and find necessary and sufficient conditions for a new function involving the ratio of two gamma functions and originating from the coding gain to be logarithmically completely monotonic.

preprint2015arXiv

Derivatives of tangent function and tangent numbers

In the paper, by induction, the Faà di Bruno formula, and some techniques in the theory of complex functions, the author finds explicit formulas for higher order derivatives of the tangent and cotangent functions as well as powers of the sine and cosine functions, obtains explicit formulas for two Bell polynomials of the second kind for successive derivatives of sine and cosine functions, presents curious identities for the sine function, discovers explicit formulas and recurrence relations for the tangent numbers, the Bernoulli numbers, the Genocchi numbers, special values of the Euler polynomials at zero, and special values of the Riemann zeta function at even numbers, and comments on five different forms of higher order derivatives for the tangent function and on derivative polynomials of the tangent, cotangent, secant, cosecant, hyperbolic tangent, and hyperbolic cotangent functions.

preprint2015arXiv

Some inequalities for the trigamma function in terms of the digamma function

In the paper, the authors establish three kinds of double inequalities for the trigamma function in terms of the exponential function to powers of the digamma function. These newly established inequalities extend some known results. The method in the paper utilizes some facts from the asymptotic theory and is a natural way to solve problems for approximating some quantities for large values of the variable.

preprint2014arXiv

A double inequality for bounding Toader mean by the centroidal mean

In the paper, the authors find the best numbers $α$ and $β$ such that $$ \overline{C}\bigl(αa+(1-α)b,αb+(1-α)a\bigr)<T(a,b) <\overline{C}\bigl(βa+(1-β)b,βb+(1-β)a\bigr) $$ for all $a,b>0$ with $a\ne b$, where $\overline{C}(a,b)={2\bigl(a^2+ab+b^2\bigr)}{3(a+b)}$ and $T(a,b)=\frac{2}π\int_{0}^{π/{2}}\sqrt{a^2{\cos^2θ}+b^2{\sin^2θ}}\,dθ$ denote respectively the centroidal mean and Toader mean of two positive numbers $a$ and $b$.

preprint2014arXiv

Bounds for the combination of Toader mean and the arithmetic mean in terms of the contraharmonic mean

In the paper, the authors find the greatest value $λ$ and the least value $μ$ such that the double inequality \begin{multline*} C(λa+(1-λ)b,λb+(1-λ)a)<αA(a,b)+(1-α)T(a,b)\\ < C(μa+(1-μ)b,μb+(1-μ)a) \end{multline*} holds for all $α\in(0,1)$ and $a,b>0$ with $a\ne b$, where $$ C(a,b)=\frac{a^{2}+b^{2}}{a+b},\quad A(a,b)=\frac{a+b}2, $$ and $$ T(a,b)=\frac{2}π\int_{0}^{π/{2}}\sqrt{a^2\cos^2θ+b^2\sin^2θ}\,dθ$$ denote respectively the contraharmonic, arithmetic, and Toader means of two positive numbers $a$ and $b$.

preprint2014arXiv

Completely monotonic degree of a function involving the tri- and tetra-gamma functions

Let $ψ(x)$ be the di-gamma function, the logarithmic derivative of the classical Euler's gamma function $Γ(x)$. In the paper, the author shows that the completely monotonic degree of the function $[ψ'(x)]^2+ψ''(x)$ is $4$, surveys the history and motivation of the topic, supplies a proof for the claim that a function $f(x)$ is strongly completely monotonic if and only if the function $xf(x)$ is completely monotonic, conjectures the completely monotonic degree of a function involving $[ψ'(x)]^2+ψ''(x)$, presents the logarithmic concavity and monotonicity of an elementary function, and poses an open problem on convolution of logarithmically concave functions.

preprint2014arXiv

Explicit expressions for a family of Bell polynomials and derivatives of some functions

In the paper, the authors first inductively establish explicit formulas for derivatives of the arc sine function, then derive from these explicit formulas explicit expressions for a family of Bell polynomials related to the square function, and finally apply these explicit expressions to find explicit formulas for derivatives of some elementary functions.

preprint2014arXiv

Explicit formulae for computing Euler polynomials in terms of Stirling numbers of the second kind

In the paper, the author elementarily unifies and generalizes eight identities involving the functions $\frac{\pm1}{e^{\pm t}-1}$ and their derivatives. By one of these identities, the author establishes two explicit formulae for computing Euler polynomials and two-parameter Euler polynomials, which are a newly introduced notion, in terms of Stirling numbers of the second kind.

preprint2014arXiv

Integral representations and properties of some functions involving the logarithmic function

By using Cauchy integral formula in the theory of complex functions, the authors establish some integral representations for the principal branches of several complex functions involving the logarithmic function, find some properties, such as being operator monotone function, being complete Bernstein function, and being Stieltjes function, for these functions, and verify a conjecture on complete monotonicity of a function involving the logarithmic function.

preprint2014arXiv

Some integral inequalities of Hermite-Hadamard type for functions whose derivatives of $n$-th order are $(α,m)$-convex

In the paper, the authors find some new integral inequalities of Hermite-Hadamard type for functions whose derivatives of the $n$-th order are $(α,m)$-convex and deduce some known results. As applications of the newly-established results, the authors also derive some inequalities involving special means of two positive real numbers.

preprint2013arXiv

A completely monotonic function involving the gamma and tri-gamma functions

In the paper the author provides necessary and sufficient conditions on $a$ for the function $\frac{1}{2}\ln(2π)-x+\bigl(x-\frac{1}{2}\bigr)\ln x-\lnΓ(x)+\frac1{12}{ψ'(x+a)}$ and its negative to be completely monotonic on $(0,\infty)$, where $a\ge0$ is a real number, $Γ(x)$ is the classical gamma function, and $ψ(x)=\frac{Γ'(x)}{Γ(x)}$ is the di-gamma function. As applications, some known results and new inequalities are derived.

preprint2013arXiv

A new proof of the geometric-arithmetic mean inequality by Cauchy's integral formula

Let $a=(a_1,a_2,...c,a_n)$ for $n\in\mathbb{N}$ be a given sequence of positive numbers. In the paper, the authors establish, by using Cauchy's integral formula in the theory of complex functions, an integral representation of the principal branch of the geometric mean {equation*} G_n(a+z)=\Biggl[\prod_{k=1}^n(a_k+z)\Biggr]^{1/n} {equation*} for $z\in\mathbb{C}\setminus(-\infty,-\min\{a_k,1\le k\le n\}]$, and then provide a new proof of the well known GA mean inequality.

preprint2013arXiv

A unified proof of inequalities and some new inequalities involving Neuman-Sándor mean

In the paper, by finding linear relations of differences between some means, the authors supply a unified proof of some double inequalities for bounding Neuman-Sándor means in terms of the arithmetic, harmonic, and contra-harmonic means and discover some new sharp inequalities involving Neuman-Sándor, contra-harmonic, root-square, and other means of two positive real numbers.

preprint2013arXiv

Complete monotonicity of a family of functions involving the tri- and tetra-gamma functions

The psi function $ψ(x)$ is defined by $ψ(x)=\frac{Γ'(x)}{Γ(x)}$ and $ψ^{(i)}(x)$ for $i\in\mathbb{N}$ denote polygamma functions, where $Γ(x)$ is the gamma function. In this paper, we prove that the function $$ [ψ'(x)]^2+ψ"(x)-\frac{x^2+λx+12}{12x^4(x+1)^2} $$ is completely monotonic on $(0,\infty)$ if and only if $λ\le0$, and so is its negative if and only if $λ\ge4$. From this, some inequalities are refined and sharpened.

preprint2013arXiv

Explicit formulas for computing Bernoulli numbers of the second kind and Stirling numbers of the first kind

In the paper, by establishing a new and explicit formula for computing the $n$-th derivative of the reciprocal of the logarithmic function, the author presents new and explicit formulas for calculating Bernoulli numbers of the second kind and Stirling numbers of the first kind. As consequences of these formulas, a recursion for Stirling numbers of the first kind and a new representation of the reciprocal of the factorial $n!$ are derived. Finally, the author finds several identities and integral representations relating to Stirling numbers of the first kind.

preprint2013arXiv

Geometric convexity of the generalized sine and the generalized hyperbolic sine

In the paper, the authors prove that the generalized sine function $\sin_{p,q}(x)$ and the generalized hyperbolic sine function $\sinh_{p,q}(x)$ are geometrically concave and geometrically convex, respectively. Consequently, the authors verify a conjecture posed in the paper "B. A. Bhayo and M. Vuorinen, On generalized trigonometric functions with two parameters, J. Approx. Theory 164 (2012), no.~10, 1415\nobreakdash--1426; Available online at \url{http://dx.doi.org/10.1016/j.jat.2012.06.003}".

preprint2013arXiv

Some best approximation formulas and inequalities for Wallis ratio

In the paper, the authors establish some best approximation formulas and inequalities for Wallis ratio. These formulas and inequalities improve an approximation formula and a double inequality for Wallis ratio recently presented in ``S. Guo, J.-G. Xu, and F. Qi, \textit{Some exact constants for the approximation of the quantity in the Wallis' formula}, J. Inequal. Appl. 2013, \textbf{2013}:67, 7 pages; Available online at \url{http://dx.doi.org/10.1186/1029-242X-2013-67}''.

preprint2013arXiv

The best bounds for Toader mean in terms of the centroidal and arithmetic means

In the paper, the authors discover the best constants $α_{1}$, $α_{2}$, $β_{1}$, and $β_{2}$ for the double inequalities $$ α_{1}\bar{C}(a,b)+(1-α_{1}) A(a,b)< T(a,b) <β_{1} \bar{C}(a,b)+(1-β_{1})A(a,b) $$ and $$ \frac{α_{2}}{A(a,b)}+\frac{1-α_{2}}{\bar{C}(a,b)}<\frac1{T(a,b)} <\frac{β_{2}}{A(a,b)}+\frac{1-β_{2}}{\bar{C}(a,b)} $$ to be valid for all $a,b>0$ with $a\ne b$, where $$ \bar{C}(a,b)=\frac{2(a^{2}+ab+b^{2})}{3(a+b)},\quad A(a,b)=\frac{a+b}2, $$ and $$ T(a,b)=\frac{2}π\int_{0}^{π/{2}}\sqrt{a^2{\cos^2θ}+b^2{\sin^2θ}}\,\tdθ$$ are respectively the centroidal, arithmetic, and Toader means of two positive numbers $a$ and $b$. As an application of the above inequalities, the authors also find some new bounds for the complete elliptic integral of the second kind.

preprint2012arXiv

A note on the modified q-Genocchi numbers and polynomials with weight (α,β) and their interpolation function at negative integers

The purpose of this paper concerns to establish modified q-Genocchi numbers and polynomials with weight (α,β). In this paper we investigate special generalized q-Genocchi polynomials and we apply the method of generating function, which are exploited to derive further classes of q-Genocchi polynomials and develop q-Genocchi numbers and polynomials. By using the Laplace-Mellin transformation integral, we define q-Zeta function with weight (α,β) and by presenting a link between q-Zeta function with weight (α,β) and q-Genocchi numbers with weight (α,β) we obtain an interpolation formula for the q-Genocchi numbers and polynomials with weight (α,β). Also we derive distribution formula (Multiplication Theorem) and Witt's type formula for modified q-Genocchi numbers and polynomials with weight (α,β) which yield a deeper insight into the effectiveness of this type of generalizations for q=Genocchi numbers and polynomials. Our new generating function possess a number of interesting properties which we state in this paper.

preprint2012arXiv

An Improved WBF Algorithm for Higher-Speed Decoding of LDPC Codes

Due to the speed limitation of the conventional bit-chosen strategy in the existing weighted bit flipping algorithms, a high-speed LDPC decoder cannot be realized. To solve this problem, we propose a fast weighted bit flipping (FWBF) algorithm. Specifically, based on the stochastic error bitmap of the received vector, a partially parallel bit-choose strategy is adopted to lower the delay of choosing the bit flipped. Because of its partially parallel structure, the novel strategy can be well incorporated into the LDPC decoder [1]. The analysis of the decoding delay demonstrates that, the decoding speed can be greatly improved by adopting the proposed FWBF algorithm. Further, simulation results verify the validity of the proposed algorithm.

preprint2012arXiv

Complete monotonicity, completely monotonic degree, integral representations, and an inequality related to the exponential, trigamma, and modified Bessel functions

In the paper, the authors verify the complete monotonicity of the difference $e^{1/t}-ψ'(t)$ on $(0,\infty)$, compute the completely monotonic degree and establish integral representations of the remainder of the Laurent series expansion of $e^{1/z}$, and derive an inequality which gives a lower bound for the first order modified Bessel function of the first kind.

preprint2012arXiv

Eight interesting identities involving the exponential function, derivatives, and Stirling numbers of the second kind

In the paper, the author establishes some identities which show that the functions $\frac1{(1-e^{\pm t})^k}$ and the derivatives $\bigl(\frac1{e^{\pm t}-1}\bigr)^{(i)}$ can be expressed each other by linear combinations with coefficients involving the combinatorial numbers and the Stirling numbers of the second kind, where $t\ne0$ and $i,k\in\mathbb{N}$.

preprint2012arXiv

On the $q$-Genocchi numbers and polynomials with weight zero and their applications

In this paper, the authors deal with the $q$-Genocchi numbers and polynomials with weight zero. They discover some interesting relations via the $p$-adic $q$-integral on $\mathbb{Z}_{p}$ and familiar basis Bernstein polynomials. Finally, the authors show that the $p$-adic $\log$ gamma functions are associated with the $q$-Genocchi numbers and polynomials with weight zero.

preprint2012arXiv

Some sharp inequalities involving Seiffert and other means and their concise proofs

In the paper, by establishing the monotonicity of some functions involving the sine and cosine functions, the authors provide concise proofs of some known inequalities and find some new sharp inequalities involving the Seiffert, contra-harmonic, centroidal, arithmetic, geometric, harmonic, and root-square means of two positive real numbers $a$ and $b$ with $a\ne b$.

preprint2011arXiv

An extension of an inequality for ratios of gamma functions

In this paper, we prove that for $x+y>0$ and $y+1>0$ the inequality {equation*} \frac{[Γ(x+y+1)/Γ(y+1)]^{1/x}}{[Γ(x+y+2)/Γ(y+1)]^{1/(x+1)}} <\biggl(\frac{x+y}{x+y+1}\biggr)^{1/2} {equation*} is valid if $x>1$ and reversed if $x<1$ and that the power $\frac12$ is the best possible, where $Γ(x)$ is the Euler gamma function. This extends the result in [Y. Yu, \textit{An inequality for ratios of gamma functions}, J. Math. Anal. Appl. \textbf{352} (2009), no.~2, 967\nobreakdash--970.] and resolves an open problem posed in [B.-N. Guo and F. Qi, \emph{Inequalities and monotonicity for the ratio of gamma functions}, Taiwanese J. Math. \textbf{7} (2003), no.~2, 239\nobreakdash--247.].

preprint2011arXiv

Complete monotonicity of a function involving a ratio of gamma functions and applications

In the paper, necessary and sufficient conditions are presented for a function involving a ratio of gamma functions to be logarithmically completely monotonic. This extends and generalizes the main result in [\emph{Inequalities and monotonicity for the ratio of gamma functions}, Taiwanese J. Math. \textbf{7} (2003), no.~2, 239\nobreakdash--247.] and others. As applications, several inequalities involving the volume of the unit ball in $\mathbb{R}^n$ are derived, which refine, generalize and extend some known inequalities.

preprint2010arXiv

Monotonicity and logarithmic convexity relating to the volume of the unit ball

Let $Ω_n$ stand for the volume of the unit ball in $\mathbb{R}^n$ for $n\in\mathbb{N}$. In the present paper, we prove that the sequence $Ω_{n}^{1/(n\ln n)}$ is logarithmically convex and that the sequence $\frac{Ω_{n}^{1/(n\ln n)}}{Ω_{n+1}^{1/[(n+1)\ln(n+1)]}}$ is strictly decreasing for $n\ge2$. In addition, some monotonic and concave properties of several functions relating to $Ω_{n}$ are extended and generalized.

preprint2010arXiv

Sharp bounds for harmonic numbers

In the paper, we first survey some results on inequalities for bounding harmonic numbers or Euler-Mascheroni constant, and then we establish a new sharp double inequality for bounding harmonic numbers as follows: For $n\in\mathbb{N}$, the double inequality -\frac{1}{12n^2+{2(7-12γ)}/{(2γ-1)}}\le H(n)-\ln n-\frac1{2n}-γ<-\frac{1}{12n^2+6/5} is valid, with equality in the left-hand side only when $n=1$, where the scalars $\frac{2(7-12γ)}{2γ-1}$ and $\frac65$ are the best possible.

preprint2010arXiv

Uniqueness of nontrivially complete monotonicity for a class of functions involving polygamma functions

For $m,n\in\mathbb{N}$, let $f_{m,n}(x)=\bigr[ψ^{(m)}(x)\bigl]^2+ψ^{(n)}(x)$ on $(0,\infty)$. In the present paper, we prove using two methods that, among all $f_{m,n}(x)$ for $m,n\in\mathbb{N}$, only $f_{1,2}(x)$ is nontrivially completely monotonic on $(0,\infty)$. Accurately, the functions $f_{1,2}(x)$ and $f_{m,2n-1}(x)$ are completely monotonic on $(0,\infty)$, but the functions $f_{m,2n}(x)$ for $(m,n)\ne(1,1)$ are not monotonic and does not keep the same sign on $(0,\infty)$.

preprint2009arXiv

A class of completely monotonic functions involving divided differences of the psi and polygamma functions and some applications

A class of functions involving the divided differences of the psi function and the polygamma functions and originating from Kershaw's double inequality are proved to be completely monotonic. As applications of these results, the monotonicity and convexity of a function involving ratio of two gamma functions and originating from establishment of the best upper and lower bounds in Kershaw's double inequality are derived, two sharp double inequalities involving ratios of double factorials are recovered, the probability integral or error function is estimated, a double inequality for ratio of the volumes of the unit balls in $\mathbb{R}^{n-1}$ and $\mathbb{R}^n$ respectively is deduced, and a symmetrical upper and lower bounds for the gamma function in terms of the psi function is generalized.

preprint2009arXiv

A property of logarithmically absolutely monotonic functions and the logarithmically complete monotonicity of a power-exponential function

In the article, a notion "logarithmically absolutely monotonic function" is introduced, an inclusion that a logarithmically absolutely monotonic function is also absolutely monotonic is revealed, the logarithmically complete monotonicity and the logarithmically absolute monotonicity of the function $\bigl(1+\fracαx\bigr) ^{x+β}$ are proved, where $α$ and $β$ are given real parameters, a new proof for the inclusion that a logarithmically completely monotonic function is also completely monotonic is given, and an open problem is posed.

preprint2009arXiv

Bounds for the ratio of two gamma functions--From Gautschi's and Kershaw's inequalities to completely monotonic functions

In this expository and survey paper, along one of main lines of bounding the ratio of two gamma functions, we look back and analyse some inequalities, the complete monotonicity of several functions involving ratios of two gamma or $q$-gamma functions, the logarithmically complete monotonicity of a function involving the ratio of two gamma functions, some new bounds for the ratio of two gamma functions and divided differences of polygamma functions, and related monotonicity results.

preprint2009arXiv

Bounds for the ratio of two gamma functions--From Wendel's and related inequalities to logarithmically completely monotonic functions

In this expository and survey paper, along one of main lines of bounding the ratio of two gamma functions, we look back and analyse some inequalities, several complete monotonicity of functions involving ratios of two gamma or $q$-gamma functions, and necessary and sufficient conditions for functions involving ratios of two gamma or $q$-gamma functions to be logarithmically completely monotonic.

preprint2009arXiv

Bounds for the ratio of two gamma functions--From Wendel's limit to Elezović-Giordano-Pečarić's theorem

In the survey paper, along one of main lines of bounding the ratio of two gamma functions, we look back and analyse some known results, including Wendel's, Gurland's, Kazarinoff's, Gautschi's, Watson's, Chu's, Lazarević-Lupaş's, Kershaw's and Elezović-Giordano-Pečarić's inequalities, claim, monotonic and convex properties. On the other hand, we introduce some related advances on the topic of bounding the ratio of two gamma functions in recent years.

preprint2009arXiv

Complete monotonicity of some functions involving polygamma functions

In the present paper, we establish necessary and sufficient conditions for the functions $x^α\bigl\lvertψ^{(i)}(x+β)\bigr\lvert$ and $α\bigl\lvertψ^{(i)}(x+β)\bigr\lvert-x\bigl\lvertψ^{(i+1)}(x+β)\bigr\lvert$ respectively to be monotonic and completely monotonic on $(0,\infty)$, where $i\in\mathbb{N}$, $α>0$ and $β\ge0$ are scalars, and $ψ^{(i)}(x)$ are polygamma functions.

preprint2009arXiv

More supplements to a class of logarithmically completely monotonic functions associated with the gamma function

In this article, a necessary and sufficient condition and a necessary condition are established for a function involving the gamma function to be logarithmically completely monotonic on $(0,\infty)$. As applications of the necessary and sufficient condition, some inequalities for bounding the psi and polygamma functions and the ratio of two gamma functions are derived.

preprint2009arXiv

Necessary and sufficient conditions for a function involving divided differences of the di- and tri-gamma functions to be completely monotonic

In the present paper, necessary and sufficient conditions are established for a function involving divided differences of the digamma and trigamma functions to be completely monotonic. Consequently, necessary and sufficient conditions are derived for a function involving the ratio of two gamma functions to be logarithmically completely monotonic, and some double inequalities are deduced for bounding divided differences of polygamma functions.

preprint2009arXiv

Sharp inequalities for polygamma functions

The main aim of this paper is to prove that the double inequality \frac{(k-1)!}{\Bigl\{x+\Bigl[\frac{(k-1)!}{|ψ^{(k)}(1)|}\Bigr]^{1/k}\Bigr\}^k} +\frac{k!}{x^{k+1}}<\bigl|ψ^{(k)}(x)\bigr|<\frac{(k-1)!}{\bigl(x+\frac12\bigr)^k}+\frac{k!}{x^{k+1}} holds for $x>0$ and $k\in\mathbb{N}$ and that the constants $\Bigl[\frac{(k-1)!}{|ψ^{(k)}(1)|}\Bigr]^{1/k}$ and $\frac12$ are the best possible. In passing, some related inequalities and (logarithmically) complete monotonicity results concerning the gamma, psi and polygamma functions are surveyed.

preprint2009arXiv

Some logarithmically completely monotonic functions related to the gamma function

In this article, logarithmically complete monotonicity properties of some functions such as $\frac1{[Γ(x+1)]^{1/x}}$, $\frac{[{Γ(x+α+1)}]^{1/(x+α)}}{[{Γ(x+1)}]^{1/x}}$, $\frac{[Γ(x+1)]^{1/x}}{(x+1)^α}$ and $\frac{[Γ(x+1)]^{1/x}}{x^α}$ defined in $(-1,\infty)$ or $(0,\infty)$ for given real number $α\in\tr$ are obtained, some known results are recovered, extended and generalized. Moreover, some basic properties of the logarithmically completely monotonic functions are established.

preprint2009arXiv

The function $(b^x-a^x)/x$: Ratio's properties

In the paper, after reviewing the history, background, origin, and applications of the functions $\frac{b^{t}-a^{t}}{t}$ and $\frac{e^{-αt}-e^{-βt}}{1-e^{-t}}$, we establish sufficient and necessary conditions such that the special function $\frac{e^{αt}-e^{βt}}{e^{λt}-e^{μt}}$ are monotonic, logarithmic convex, logarithmic concave, 3-log-convex and 3-log-concave on $\mathbb{R}$, where $α,β,λ$ and $μ$ are real numbers satisfying $(α,β)\ne(λ,μ)$, $(α,β)\ne(μ,λ)$, $α\neβ$ and $λ\neμ$.