Skip to main content
Springer logoLink to Springer
. 2017 May 18;2017(1):116. doi: 10.1186/s13660-017-1392-1

The natural algorithmic approach of mixed trigonometric-polynomial problems

Tatjana Lutovac 1, Branko Malešević 1,, Cristinel Mortici 2,3,4
PMCID: PMC5437218  PMID: 28596694

Abstract

The aim of this paper is to present a new algorithm for proving mixed trigonometric-polynomial inequalities of the form

i=1nαixpicosqixsinrix>0

by reducing them to polynomial inequalities. Finally, we show the great applicability of this algorithm and, as an example, we use it to analyze some new rational (Padé) approximations of the function cos2 x and to improve a class of inequalities by Yang. The results of our analysis could be implemented by means of an automated proof assistant, so our work is a contribution to the library of automatic support tools for proving various analytic inequalities.

Keywords: mixed trigonometric-polynomial functions, Taylor series, approximations, inequalities, algorithms, automated theorem proving

Introduction and motivation

In this paper, we propose a general computational method for reducing some inequalities involving trigonometric functions to the corresponding polynomial inequalities. Our work has been motivated by many papers [113] recently published in this area. As an example, we mention the work of Mortici [3] who extended Wilker-Cusa-Huygens inequalities using the method he called the natural approach method. This method consists in comparing and replacing sinx and cosx by their corresponding Taylor polynomials as follows:

i=02s+1(1)ix2i+1(2i+1)!<sinx<i=02s(1)ix2i+1(2i+1)!,i=02k+1(1)ix2i(2i)!<cosx<i=02k(1)ix2i(2i)!

for every integer s,kN0 and x(0,π/2).

In this way, complicated trigonometric expressions can be reduced to polynomial or rational expressions, which can be, at least theoretically, easier studied (this can be done using some software for symbolic computation, such as Maple).

For example, Mortici in [3] (Theorem 1) proved the following inequality:

cosx(sinxx)3>x415,x(0,π2),

by intercalating the following Taylor polynomials:

cosx(sinxx)3+x415>1x22!+x44!x66!(xx33!+x55!x)3+x415=x6R(x2)1,728,000,

where R(t)=20,0001,560t+60t2t3.

Let δ10δ2, with δ1<δ2. Recall that a function defined by the formula

f(x)=i=1nαixpicosqixsinrix,x(δ1,δ2), 1

is named a mixed trigonometric-polynomial function, denoted in the sequel by an MTP function [8, 14]. Here, αiR{0}, pi,qi,riN0, nN. Moreover, an inequality of the form f(x)>0 is called a mixed trigonometric-polynomial inequality (MTP inequality).

MTP functions currently appear in the monographs on the theory of analytical inequalities [15, 16] and [5], while concrete MTP inequalities are employed in numerous engineering problems (see, e.g., [17, 18]). A large class of inequalities arising from different branches of science can be reduced to MTP inequalities.

It is notable that many of the above-mentioned analyses and treatments of MTP inequalities are all rather sophisticated and involve complex transformations and estimations. Almost all approaches are designed for ’pen and paper analysis’ and many of them are ripe for automation, being formally defined in precise detail, and yet somewhat overwhelming for humans.

Notwithstanding, the development of formal methods and procedures for automated generation of proofs of analytical inequalities remains a challenging and important task of artificial intelligence and automated reasoning [19, 20].

The aim of this paper is to develop a new algorithm, based on the natural approach method, for proving MTP inequalities by reducing to polynomial inequalities.

Although transformation based on the natural approach method has been made by several researchers in their isolated studies, a unified approach has not been given yet. Moreover, it is interesting to note that just trigonometric expressions involving odd powers of cosx were studied, as the natural approach method cannot be directly applicable for the function cos2 x over the entire interval (0,π/2). Our aim is to extend and formalize the ideas of the natural approach method for a wider class of trigonometric inequalities, including also those containing even powers of cosx, with no further restrictions.

Notice the logical-hardness general problem under consideration. According to Wang [21], for every function G defined by arithmetic operations and a composition over polynomials and sine functions of the form sinπx, there is a real number r such that the problem G(r)=0 is undecidable (see [22]). In 2003, Laczkovich [23] proved that this result can be derived if the function G is defined in terms of the functions x,sinx and sin(xsinxn), n=1,2, (without involving π). On the other hand, several algorithms [24, 25] and [26] have been developed to determine the sign and the real zeroes of a given polynomial, so that such problems can be considered decidable (see also [22, 27]).

Let us denote by

Tnϕ,a(x)=k=0nϕ(k)(a)k!(xa)k

the Taylor polynomial of nth degree associated with the function ϕ at a point a. Here, Tnϕ,a(x) and T_nϕ,a(x) represent the Taylor polynomial of nth degree associated with the function ϕ at a point a, in the case Tnϕ,a(x)ϕ(x), respectively Tnϕ,a(x)ϕ(x), for every x(a,b). We will call Tnϕ,a(x) and T_nϕ,a(x) an upward and a downward approximation of ϕ on (a,b), respectively.

We present a new algorithm for approximating a given MTP function f(x) by a polynomial function P(x) such that

f(x)>P(x), 2

using the upward and downward Taylor approximations T_nsin,0(x), Tnsin,0(x), T_ncos,0(x), Tncos,0(x).

The natural approach method and the associated algorithm

The following two lemmas [8] related to the Taylor polynomials associated with sine and cosine functions will be of great help in our study.

Lemma 1

Let Tn(x)=i=0(n1)/2(1)ix2i+1(2i+1)!.

  • (i)
    If n=4s+1, with sN0, then
    Tn(x)Tn+4(x)sinxfor every 0x(n+3)(n+4); 3
    and
    Tn(x)Tn+4(x)sinxfor every (n+3)(n+4)x0. 4
  • (ii)
    If n=4s+3, with sN0, then
    Tn(x)Tn+4(x)sinxfor every 0x(n+3)(n+4); 5
    and
    Tn(x)Tn+4(x)sinxfor every (n+3)(n+4)x0. 6

Lemma 2

Let Tn(x)=i=0n/2(1)ix2i(2i)!.

  • (i)
    If n=4k, with kN0, then
    Tn(x)Tn+4(x)cosxfor every (n+3)(n+4)x(n+3)(n+4). 7
  • (ii)
    If n=4k+2, with kN0, then
    Tn(x)Tn+4(x)cosxfor every (n+3)(n+4)x(n+3)(n+4). 8

According to Lemmas 1-2, the upper bounds of the approximation intervals of the functions sinx and cosx are ε1=(n1+3)(n1+4) and ε2=(n2+3)(n2+4), respectively. As ε1>π2 and ε2>π2, the results of these lemmas are valid, in particular, in the entire interval (0,π2).

Lemma 3

  1. Let nN and x(0,π2). Then
    Tnsin,0(x)0.
  2. Let sN0, pN and x(0,π2). Then
    (T_4s+3sin,0(x))psinpx(T4s+1sin,0(x))p.

Lemma 4

Let kN0, pN and x(0,π2). Then

cospx(T4kcos,0(x))p.

In contrast to the function sinx and its downward Taylor approximations, in the interval (0,π2) the function cosx and the downward Taylor approximations T_4k+2cos,0(x)=i=02k+1(1)ix2i(2i)!,kN0, require special attention as there is no downward Taylor approximation T_4k+2cos,0(x) such that cos2x(T_4k+2cos,0(x))2 for every x(0,π2).

We present the following results related to the problem with downward Taylor approximations of the cosine function.

Proposition 5

  1. For every kN0, the downward Taylor approximation T_4k+2cos,0(x) is a strictly decreasing function on (0,π2).

  2. For every kN0, there exists unique ck(0,π2) such that T_4k+2cos,0(ck)=0.

  3. The sequence (ck)kN0, with c0=2, is strictly increasing and limk+ck=π2.

  4. For every kN0, there exists dk(ck,π2) such that cosdk=|T_4k+2cos,0(dk)|.

  5. The sequence (dk)kN0 is strictly increasing and limk+dk=π2.

Proof

(1) The function T_4k+2cos,0(x) is strictly decreasing on (0,π2) since, according to Lemma 1, (T_4k+2cos,0(x))=T4k+1sin,0(x)0.

(2) The existence of ck follows from the fact that T_4k+2cos,0(0)=1>0 and T_4k+2cos,0(π2)<cos(π2)=0.

(3) The monotonicity of the sequence (ck)kN0 is a result of the monotonicity of T_4k+2cos,0(x) and Lemma 2(ii).

The convergence of the sequence (Tncos,0(x))nN implies the convergence of the sequence (ck)kN0 to π2.

(4) The function |T_4k+2cos,0(x)| is decreasing on (0,ck) and increasing on (ck,π2). Based on Lemma 2(ii), it follows that there exists dk(ck,π2) such that cosdk=|T_4k+2cos,0(dk)|.

(5) This statement is a consequence of the monotonicity of the sequence (ck)kN0 and the increasing monotonicity of the function |T_4k+2cos,0(x)| on (ck,π2). □

Corollary 6

Let kN0 and pN. Then

  1. cos2px>(T_4k+2cos,0(x))2p for every x(0,dk);

  2. cos2px<(T_4k+2cos,0(x))2p for every x(dk,π2).

Based on the above results, we have the following.

Corollary 7

Let kN0 and pN. Then T_4k+2cos,0(x) is not a downward approximation of the MTP function cos2px on (dk,π2).

In order to ensure the correctness of the algorithm [27, 28] we will develop next in the sequel, the following problem needs to be considered.

Problem

For given δ(0,π2) and I(0,π2), find kˆN0 such that for all kN0, kkˆ and xI

cos2x(T_4k+2cos,0(x))2. 9

Remark

If cosx appears in odd powers only in the given MTP function f(x), we take kˆ=0.

One of the methods to solve the problem of downward approximation of the function cos2px,pN is the method of multiple angles developed in [8]. All degrees of the functions sinx and cosx are eliminated from the given MTP function f(x) through conversion into multiple-angle expressions. This removes all even degrees of the function cosx, but then sine and cosine functions appear in the form sinκx or cosκx, where κx(0,κπ2) and κN. In this case, in order to use the results of Lemmas 1-2, we are forced to choose large enough values of kN0 such that (k+3)(k+4)>κπ2. Note that a higher value of k implies a higher degree of the downward Taylor approximations and of the polynomial P(x) in (2) (for instance, see [10] and [12]).

Several more ideas to solve the above problem are proposed and considered below under the names of Methods A-D. In the following, the numbers ck and dk are those defined in Proposition 5.

Method A

If δ<π2, find the smallest kN0 such that dk(δ,π2). Then kˆ=k.

Note that Method A assumes solving a transcendental equation of the form cosx=T_4k+2cos,0(x) that requires numerical methods.

Method B

If δ<π2, find the smallest kN0 such that ck(δ,π2). Then kˆ=k.

Method C

If δ<π2, find the smallest kN0 such that T_4k+2cos,0(δ)0. Then kˆ=k.

Note that Method B and Method C return the same output as for given δ and for every kN0 the following equivalence holds true:

(ck(δ,π2)T_4k+2cos,0(ck)=0)T_4k+2cos,0(δ)0.

As Method B assumes determining the root ck of the downward Taylor approximation T_4k+2cos,0(x) and Method C assumes checking the sign of the downward Taylor approximation at point x=δ, it is notable that Method C presents a faster and simpler procedure.

Method D

Eliminate all even degrees of the function cosx using the transformation

cos2px=(1sin2x)p=i=0p(1)i(pi)sin2ix. 10

Then kˆ=0.

Note that Method D can be applied for any 0<δπ/2. Hence, if an MTP function f(x) is considered in the whole interval (0,π2), then Method D is applicable only (apart from the multiple-angle method). However, Method D implies an increase in the number of terms needed to be estimated. Let us represent a given MTP function f in the following form:

f(x)=i=1mαixpicos2kixsinrix+f1(x), 11

where there are no terms of the form cos2jx,jN, in f1(x). The elimination of all terms of the form cos2kix from (11) using transformation (10) will increase the number of addends in (11), in the general case with k1+k2++km; consequently, it will increase the number of terms of the form sinx, N, in (11) needed to be estimated.

An algorithm based on the natural approach method

Let f be an MTP function and I(0,π/2). We concentrate on finding a polynomial TPf(x) such that for every xI,

f(x)>TPf(x).

In this case, the associated MTP inequality f(x)>0 can be proved if we show that for every xI,

TPf(x)>0,

which is a decidable problem according to Tarski [22, 24]. The following algorithm describes the method for finding such a polynomial TPf(x).

graphic file with name 13660_2017_1392_Figa_HTML.jpg

Comment on step II of the Procedure Estimation: in the general case, the addend ai(x)=βixpi(sinx)qi(cosx)ri can be estimated in one of the following three ways:

  • (i)

    ai(x)=βixpi(sinx)qi(cosx)riβixpi(T_4si+3sin,0(x))qi(T4kicos,0(x))ri,

  • (ii)

    ai(x)=βixpi(sinx)qi(cosx)riβixpi(T4si+1sin,0(x))qi(T_4ki+2cos,0(x))ri,

  • (iii)

    ai(x)=βixpi(sinx)qi(cosx)riβixpi(T4si+1sin,0(x))qi(T4kicos,0(x))ri.

Note that for fixed si,ki,qi and ri, the method (iii) generates polynomials of the smallest degree.

We present the following characteristic [28, 29] for the Natural Approach algorithm.

Theorem 8

The Natural Approach algorithm is correct.

Proof

Every step in the algorithm is based on the results obtained from Lemmas 1-4 and Proposition 5. Hence, for every input instance (i.e., for any MTP function f(x) over a given interval I(0,π/2)), the algorithm halts with the correct output (i.e., the algorithm returns the corresponding polynomial). □

Some applications of the algorithm

We present an application of the Natural Approach algorithm in the proof (Application 1 - Theorem 9) of certain new rational (Padé) approximations of the function cos2 x, as well as in the improvement of a class of inequalities (20) by Yang (Application 2, Theorem 10).

Application 1

Bercu [7] used the Padé approximations to prove certain inequalities for trigonometric functions. Let us denote by (f(x))[m/n] the Padé approximant [m/n] of the function f(x).

In this example we introduce a constraint of the function cos2 x by the following Padé approximations:

(cos2x)[6/4]=59x6+962x43,675x2+4,09517x4+420x2+4,095

and

(cos2x)[4/4]=163x4780x2+94513x4+165x2+945.

Theorem 9

The following inequalities hold true for every x(0,π2):

(cos2x)[6/4]<cos2x<(cos2x)[4/4]. 12

Proof

We first prove the left-hand side inequality (11). Using the computer software for symbolic computations, we can conclude that the function G1(x)=(cos2x)[6/4] has exactly one zero δ=1.551413 in the interval (0,π2). As G1(0)=1>0 and G1(π2)=0.000431<0, we deduce that

G1(x)0for every x(0,δ] 13

and

G1(x)<0for every x(δ,π2). 14

Moreover, G1(x)<cos2x for every x(δ,π2). We prove now that

G1(x)<cos2x,x(0,δ]. 15

We search a downward Taylor polynomial T_4k+2cos,0(x) such that for every x(0,δ],

G1(x)<(T_4k+2cos,0(x))2<cos2x. 16

We apply the Natural Approach algorithm to the function f(x)=cos2x, x(0,δ], to determine the downward Taylor polynomial T_4k+2cos,0(x) such that

(T_4k+2cos,0(x))2<cos2x,x(0,δ].

We can use Method C or Method D from the Natural Approach algorithm since δ<π2. In this proof, we choose Method C.

The smallest k for which T_4k+2cos,0(δ)>0 is k=1. Therefore kˆ=1. In the Estimation procedure only step I can be applied to the (single) addend cos2 x. In this step, s10 and k1kˆ=1 should be selected. Let us select s1=0 and k1=2.1 As a result of this selection, the output of the Natural Approach algorithm is the polynomial

TP(x)=(T_10cos,0(x))2=(1x22!+x44!x66!+x88!x1010!)2.

We prove that

(T_10cos,0(x))2G1(x)>0,x(0,δ]. 17

This is true since

(T_10cos,0(x))2G1(x)=x1213,168,189,440,000(17x4+420x2+4,095)Q(x),

where

Q(x)=17x12+15x8(15,837176x2)+8,100x4(64,5191,687x2)+3,200(50,205,0154,035,906x2)>0.

Finally, we have G1(x)<cos2x for every x(0,δ]. According to (14), we have

G1(x)<cos2xfor every x(0,π2).

Now we prove the right-hand side inequality (12). For G2(x)=(cos2x)[4/4], we prove the following inequalities for every x(0,π2):

cos2x<(T8cos,0(x))2<G2(x). 18

Based on Proposition 5, it is enough to prove that for every x(0,π2),

(T8cosx,0(x))2<G2(x). 19

This is true as

G2(x)(T8cosx,0(x))2=x101,625,702,400(13x4+165x2+945)R(x),

where

R(x)=x8(1,29113x2)+x4(2,004,24066,913x2)+480(632,60474,625x2)>0.

Since cos2x(T4kcos,0(x))2, for every kN0 and all x(0,π2), we have

cos2x<G2(x)for every x(0,π2).

 □

Note

Using Padé approximations, Bercu [7, 13] recently refined certain trigonometric inequalities over various intervals I=(0,δ)(0,π2). All such inequalities can be proved in a similar way and using the Natural Approach algorithm as in the proof of Theorem 9.

Application 2

Jang [6] proved the following inequalities for every x(0,π):

cos2x2sinxxcos3x32+cosx3. 20

Previously, Klén et al. [2] proved the above inequality on (0,27/5) only.

In this example we propose the following improvement of (20).

Theorem 10

The following inequalities hold true for every x(0,π) and a(1,32):

cos2x2(sinxx)asinxx. 21

Proof

As a>1 and 0<sinxx<1, we have

(sinxx)a<sinxx.

We prove now the following inequality:

cos2x2<(sinxx)a 22

for every x(0,π) and a(1,32). It suffices to show that the following mixed logarithmic-trigonometric-polynomial function [11]

F(x)=aln(sinxx)2ln(cosx2) 23

is positive for every x(0,π) and a(1,32). Given that

limx0F(x)=0, 24

based on the ideas from [11], we connect the function F(x) to the analysis of its derivative

F(x)=12f(x2)xsinx2cosx2,

where

f(t)=4t(a1)cos2t2asintcost2t(a2). 25

Let us note that F(x) is the quotient of two MTP functions.

The inequality F(x)>0 is equivalent to f(t)>0. The proof of the later inequality will be done using the Natural Approach algorithm for the function f(t) on (0,π2), with a(1,32). As before, we search a polynomial TP(t) such that

f(t)>TP(t)>0.

In step 1 of the Natural Approach algorithm, we can use Method D only because δ=π2. Then

f(t)=4t(a1)(1sin2t)2asintcost2t(a2)=4t(1a)sin2t2asintcost+2ta 26

with kˆ=0. In the Estimation procedure only2 step II can be applied to the first and second addends in (26), where si0 and ki0, i=1,2, should be selected. Let us, for example, select s1=k1=s2=k2=1. As a result of this selection, the Natural Approach algorithm yields the polynomial

TP(t)=4t(1a)(t16t3+1120t5)22a(t16t3+1120t5)(112t2+124t4)+2ta

for which f(t)>TP(t), for every t(0,π2) and a(1,32). The inequality f(t)>0 is reduced to a decidable problem

TP(t)>0,for every t(0,π2) and a(0,32). 27

The sign of the polynomial TP(t) can be determined in several ways. For example, let us represent the polynomial TP(t) as

TP(t)=p(t)a+q(t), 28

where

p(t)=t3(2t875t6+1,120t47,680t2+19,200)7,200

and

q(t)=4t(t16t3+1120t5)2.

For every fixed t(0,π2), the function TP(t)=p(t)a+q(t) is linear, monotonically decreasing with respect to a(1,32) since for every t(0,π2),

p(t)=t37,200(2t8+5t4(22415t2)+3,840(52t2))<0.

Hence, for every fixed t(0,π2), the value of (28) is greater than the value of the same expression for a=32:

p(t)32+q(t)=t514,400(2t665t4+800t23,840).

But

p(t)32+q(t)=t514,400(t4(652t2)+160(245t2))>0,

so inequality (27) is true; and consequently, F(x)>0 on (0,π) for every a(1,32). But limx0F(x)=0, so F(x)>0 on (0,π) for every a(1,32). □

Remark on Theorem 10

Let us consider possible refinements of inequality (20) by a real analytical function φa(x)=(sinxx)a for x(0,δ) and aR. The function φa(x) is real analytical as it is related to the analytical function

t(x)=aln(sinxx)=ak=1(1)k22k1B2kk(2k)!x2k 29

(Bi are the Bernoulli numbers; see, e.g., [30]). The following consideration of the sign of the analytical function in the left and right neighborhood of zero is based on Theorem 2.5 from [8]. Let us consider the real analytical function

f1(x)=(sinxx)acos2x2=(a6+14)x2+(a272a180148)x4+, 30

x(0,π). The restriction

f1′′(0)=a3+12>0, 31

i.e.,

a(,32), 32

is a necessary and sufficient condition for f1(x)>0 to hold on an interval (0,δ1(a)) (for some δ1(a)>0). Also, the restriction

a(32,) 33

is a necessary and sufficient condition for f1(x)<0 to hold on an interval (0,δ2(a)) (for some δ2(a)>0). The following equivalences hold true for every x(0,π):

a(1,)(sinxx)a<sinxx, 34
a(,1)sinxx<(sinxx)a. 35

The refinement in Theorem 10 is given based on the possible values of the parameter a in (33) and (34). A similar analysis shows us that only the following refinements of inequality (20) are possible.

Corollary 11

Let a[32,+). There exists δ>0 such that for every x(0,δ), it holds

(sinxx)acos2x2. 36

Corollary 12

Let a(,1). There exists δ>0 such that for every x(0,δ), it holds

2+cosx3(sinxx)a. 37

Conclusions and future work

The results of our analysis could be implemented by means of an automated proof assistant [31], so our work is a contribution to the library of automatic support tools [32] for proving various analytic inequalities.

Our general algorithm associated with the natural approach method can be successfully applied to prove a wide category of classical MTP inequalities. For example, the Natural Approach algorithm has recently been used to prove several open problems that involve MTP inequalities (see, e.g., [812]).

It is our contention that the Natural Approach algorithm can be used to introduce and solve other new similar results. Chen [4] used a similar method to prove the following inequalities, for every x(0,1):

2+1745x3arctanx<(arcsinxx)2+arctanxx

and

2+720x3arctanx<2(arcsinxx)+arctanxx;

then he proposed the following inequalities as a conjecture:

(arcsinxx)2+arctanxx<2+π2+π8πx3arctanx,x(0,1)

and

2(arcsinxx)+arctanxx<3+5π12πx3arctanx,x(0,1).

Very recently, Malešević et al. [12] solved this open problem using the same procedure, i.e., the natural approach method, associated with upwards and downwards approximations of the inverse trigonometric functions.

Finally, we present other ways for approximating the function cos2nx, nN. It is well known that the power series of the function cos2nx converges to the function everywhere on R. The power series of the function cos2nx is an alternating sign series. For example, for n=1 and xR, we have

cos2x=1x2+13x4245x6+=1+k=022k1(1)k(2k)!x2k.

Therefore, for the above power (Taylor) series, it is not hard to determine (depending on m) which partial sums (i.e., Taylor polynomials) Tmcos2x,0(x) become good downward or upward approximations of the function cos2 x in a given interval I. Assuming the following representation of the function cos2nx in power (Taylor) series

cos2nx=a0(2n)a2(2n)x2+a4(2n)x4a6(2n)x6+,

with aj(2n)>0 (j=0,2,4,6,), the power (Taylor) series of function cos2n+2x will be an alternating sign series as follows:

cos2n+2x=cos2xcos2nx=a0(2n)a0(2n+2)(a0(2n)+a2(2n))a2(2n+2)x2+(13a0(2n)+a2(2n)+a4(2n))a4(2n+2)x4(245a0(2n)+13a2(2n)+a4(2n)+a6(2n))a6(2n+2)x6+

with aj(2n+2)>0 (j=0,2,4,6,).

Therefore, in general, for the function cos2nx, it is possible to determine, depending on the form of the real natural number m, the upward (downward) Taylor approximations Tmcos2nx,0(x) (T_mcos2nx,0(x)) that are all above (below) the considered function in a given interval I. Such estimation of the function cos2nx and the use of corresponding Taylor approximations will be the object of future research.

Acknowledgements

The first and the second authors were supported in part by the Serbian Ministry of Education, Science and Technological Development, Projects TR 32023 and ON 174032, III 44006. The third author was supported by a Grant of the Romanian National Authority for Scientific Research, CNCS-UEFISCDI, with the Project Number PN-II-ID-PCE-2011-3-0087.

Footnotes

1
For the selection s1=0 and k1=1, the output of the Natural Approach algorithm is the polynomial
TP(x)=T_6cos,0(x)=1x22!+x44!x66!
such that TP(x)G1(x) holds for some x(0,δ].
2

Because for every fixed a(1,32): α1=4(1a)<0 and α2=2a<0.

Competing interests

Authors would like to state that they do not have any competing interest in subject of this research.

Authors’ contributions

All authors participated in every phase of research conducted for this paper.

Publisher’s Note

Springer Nature remains neutral with regard to jurisdictional claims in published maps and institutional affiliations.

Contributor Information

Tatjana Lutovac, Email: tatjana.lutovac@etf.rs.

Branko Malešević, Email: branko.malesevic@etf.rs.

Cristinel Mortici, Email: cristinel.mortici@valahia.ro.

References

  • 1.Zhang L, Zhu L. A new elementary proof of Wilker’s inequalities. Math. Inequal. Appl. 2008;11:149–151. [Google Scholar]
  • 2.Klén R, Visuri M, Vuorinen M. On Jordan type inequalities for hyperbolic functions. J. Inequal. Appl. 2010;2010 doi: 10.1155/2010/362548. [DOI] [Google Scholar]
  • 3.Mortici C. The natural approach of Wilker-Cusa-Huygens inequalities. Math. Inequal. Appl. 2011;14(3):535–541. [Google Scholar]
  • 4.Chen C-P. Sharp Wilker and Huygens type inequalities for inverse trigonometric and inverse hyperbolic functions. Integral Transforms Spec. Funct. 2012;23(12):865–873. doi: 10.1080/10652469.2011.644851. [DOI] [Google Scholar]
  • 5.Anderson GD, Vuorinen M, Zhang X. Analytic number theory, approximation theory and special functions. In: Milovanović G, Rassias M, editors. Topics in Special Functions III. Berlin: Springer; 2014. pp. 297–345. [Google Scholar]
  • 6.Yang Z-H. New sharp Jordan type inequalities and their applications. Gulf J. Math. 2014;2(1):1–10. [Google Scholar]
  • 7.Bercu G. Padé approximant related to remarkable inequalities involving trigonometric functions. J. Inequal. Appl. 2016;2016 doi: 10.1186/s13660-016-1044-x. [DOI] [Google Scholar]
  • 8.Malešević B, Makragić M. A method for proving some inequalities on mixed trigonometric polynomial functions. J. Math. Inequal. 2016;10(3):849–876. [Google Scholar]
  • 9.Banjac B, Makragić M, Malešević B. Some notes on a method for proving inequalities by computer. Results Math. 2016;69(1):161–176. doi: 10.1007/s00025-015-0485-8. [DOI] [Google Scholar]
  • 10.Nenezić M, Malešević B, Mortici C. Accurate approximations of some expressions involving trigonometric functions. Appl. Math. Comput. 2016;283:299–315. doi: 10.1016/j.amc.2016.02.035. [DOI] [Google Scholar]
  • 11. Malešević, B, Lutovac, T, Banjac, B: A proof of an open problem of Yusuke Nishizawa (2016). arXiv:1601.00083
  • 12.Malešević B, Banjac B, Jovović I. A proof of two conjectures of Chao-Ping Chen for inverse trigonometric functions. J. Math. Inequal. 2017;11(1):151–162. [Google Scholar]
  • 13.Bercu G. The natural approach of trigonometric inequalities - Padé approximant. J. Math. Inequal. 2017;11(1):181–191. doi: 10.7153/jmi-11-18. [DOI] [Google Scholar]
  • 14.Dong B, Yu B, Yu Y. A symmetric homotopy and hybrid polynomial system solving method for mixed trigonometric polynomial systems. Math. Comput. 2014;83:1847–1868. doi: 10.1090/S0025-5718-2013-02763-9. [DOI] [Google Scholar]
  • 15.Mitrinović DS. Analytic Inequalities. Berlin: Springer; 1970. [Google Scholar]
  • 16.Milovanović GV, Mitrinović DS, Rassias TM. Topics in Polynomials: Extremal Problems, Inequalities, Zeros. Singapore: World Science; 1994. [Google Scholar]
  • 17.de Abreu GTF. Jensen-Cotes upper and lower bounds on the Gaussian Q-function and related functions. IEEE Trans. Commun. 2009;57(11):3328–3338. doi: 10.1109/TCOMM.2009.11.080479. [DOI] [Google Scholar]
  • 18.Rahmatollahi G, de Abreu GTF. Closed-form hop-count distributions in random networks with arbitrary routing. IEEE Trans. Commun. 2012;60(2):429–444. doi: 10.1109/TCOMM.2012.010512.110125. [DOI] [Google Scholar]
  • 19.Bundy A. The Computer Modelling of Mathematical Reasoning. London, New York: Academic Press; 1983. [Google Scholar]
  • 20.Kaliszyk C, Wiedijk F. Calculemus/MKM. 2007. Certified computer algebra on top of an interactive theorem prover; pp. 94–105. [Google Scholar]
  • 21.Wang PS. The undecidability of the existence of zeros of real elementary functions. J. Assoc. Comput. Mach. 1974;21:586–589. doi: 10.1145/321850.321856. [DOI] [Google Scholar]
  • 22.Kennedy J, editor. Interpreting Gödel: Critical Essays; Chapter: B. Poonen, Undecidable Problems: A Sampler. Cambridge: Cambridge University Press; 2014. pp. 211–241. [Google Scholar]
  • 23.Laczkovich M. The removal of π from some undecidable problems involving elementary functions. Proc. Am. Math. Soc. 2003;131:2235–2240. doi: 10.1090/S0002-9939-02-06753-9. [DOI] [Google Scholar]
  • 24.Tarski A. A Decision Method for Elementary Algebra and Geometry. Berkeley: University of California Press; 1951. [Google Scholar]
  • 25.Mureşan AC. The polynomial roots repartition and minimum roots separation. WSEAS Trans. Math. 2008;8(7):515–527. [Google Scholar]
  • 26.Narkawicz A, Muñoz C, Dutle A. Formally-verified decision procedures for univariate polynomial computation based on Sturm’s and Tarski’s theorems. J. Autom. Reason. 2015;54(4):285–326. doi: 10.1007/s10817-015-9320-x. [DOI] [Google Scholar]
  • 27.Cutland N. Computability: An Introduction to Recursive Function Theory. Cambridge: Cambridge University Press; 1980. [Google Scholar]
  • 28.Cormen TH, Leiserson CE, Rivest RL, Stein C. Introduction to Algorithms. 3. Cambridge, Massachusetts, London: MIT press; 2009. [Google Scholar]
  • 29.Knuth DE. The Art of Computer Programming, Volume 1: Fundamental Algorithms. Reading: Addison-Wesley; 1968. [Google Scholar]
  • 30.Gradshteyn IS, Ryzhik IM. Table of Integrals, Series and Products. 8. San Diego: Academic Press; 2014. [Google Scholar]
  • 31.Geuvers H. Proof assistants: history, ideas and future. Sādhanā. 2009;34(1):3–25. [Google Scholar]
  • 32.Miller D. Communicating and trusting proofs: the case for foundational proof certificates; Proceedings of the 14-th Congress of Logic, Methodology and Philosophy of Science; 2011. pp. 323–342. [Google Scholar]

Articles from Journal of Inequalities and Applications are provided here courtesy of Springer

RESOURCES