Consider the following Taylor expansion of the natural logarithm (denoted by log here):
log(1+x)=x−x2/2+x3/3−x4/4+x5/5−⋯
It appears that from this expansion, inequalities can be generated.
log(1+x)≤x is well known for all x>−1. The Taylor expansion however
motivates further inequalities which, on numerical inspection, appear valid for all x>−1:
log(1+x)≤x−x2/2+x3/3log(1+x)≤x−x2/2+x3/3−x4/4+x5/5⋯
Further, for even powers also inequalities appear to hold. For −1<x≤0:
log(1+x)≤x−x2/2log(1+x)≤x−x2/2+x3/3−x4/4⋯
and for x≥0 the opposite:
log(1+x)≥x−x2/2log(1+x)≥x−x2/2+x3/3−x4/4⋯
The very same procedure also works with the Taylor expansion of (1+x)log(1+x). Possibly other examples can be found.
Questions:
- does it hold indeed for expansions up to all powers of x?
- is this a special feature of the log function?
- is there a general rule when this procedure of "generating inequalities from Taylor expansions with alternating signs" will work?
Thanks for your help!
Answer
The derivatives of f(x)=log(1+x) are
f(n)(x)=(−1)n−1(n−1)!(1+x)n(n≥1)
If we denote the nth Taylor polynomial with Tn
Tn(x)=n∑k=1(−1)n−1nxn
and the remainder with Rn
log(1+x)=Tn(x)+Rn(x)
then Taylor's theorem with the mean-value form of the remainder gives
Rn(x)=f(n+1)(ξ)(n+1)!xn+1=(−1)nxn+1(n+1)(1+ξ)n+1
for some ξ between 0 and x.
So in this case, f(n)(x) has alternating signs independent of x,
and it follows that
log(1+x){<Tn(x) for −1<x<0<Tn(x) for 0<x≤1,n odd>Tn(x) for 0<x≤1,n even
The case −1<x<0 is also obvious because all terms in the Taylor expansion are negative.
For 0<x≤1 it would also follow because the Taylor series
is alternating with decreasing absolute values.
The same reasoning can be applied to g(x)=(1+x)log(1+x)
because g′(x)=1+log(1+x), so that g(n)(x) has alternating
signs for n≥2.
Alternating terms in the Taylor series alone are not sufficient
to draw any conclusion about the relationship of f(x) and Tn(x), a simple counter example is
f(x)=x−x22+x33−x4,T2(x)=x−x22
with
f(x){<T2(x) for x<13>T2(x) for x>13
No comments:
Post a Comment