How Can We Prove That the Exponential Function is Always Positive?

  • Thread starter Thread starter Päällikkö
  • Start date Start date
  • Tags Tags
    Positive
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
15 replies · 4K views
Messages
516
Reaction score
11
[SOLVED] Showing exp is positive...

... well not quite. This isn't actually homework, but here's what I'd like to prove:
[tex]\forall n \in \mathbb{N} : \sum_{k=0}^{2n}\frac{x^k}{k!} \ge 0[/tex].

I tried going about it through induction, but got into trouble quite early on: I couldn't prove that
[tex]\sum_{k=0}^{2(n+1)}\frac{x^k}{k!} = \sum_{k=0}^{2n}\frac{x^k}{k!} + \frac{x^{2n+1}}{(2n+1)!} + \frac{x^{2n+2}}{(2n+2)!} \ge 0[/tex],
as using
[tex]\sum_{k=0}^{2n}\frac{x^k}{k!} \ge 0[/tex]
here I'd get
[tex]\frac{x^{2n+1}}{(2n+1)!} + \frac{x^{2n+2}}{(2n+2)!} \ge 0[/tex],
which cannot be proven as it's false.

So obviously I'm in need of a different viewpoint. My brain is all tangled up, I do hope the problem isn't as easy as it looks at a first glance.
 
Physics news on Phys.org
Which equation are you talking about? I've tried that plenty before, to no avail.

I forgot to mention in the first post that I managed to show that
[tex]\frac{x^{2n+1}}{(2n+1)!} + \frac{x^{2n+2}}{(2n+2)!} \ge -\frac{(2n+1)^{2n+1}}{(2n+2)!}[/tex],
but that lead to nowhere as the expression
[tex]\sum_{k=0}^{2n}\frac{x^k}{k!} \ge \frac{(2n+1)^{2n+1}}{(2n+2)!}[/tex]
does not hold.
 
Last edited:
Try this. The Lagrange form of the Taylor series remainder is R(2n)(x)=exp(y)*x^(2n+1)/(2n+1)! for some y between 0 and x. So if I call your series P(2n)(x), then P(2n)(x)+R(2n)(x)=exp(x). Clearly you have nothing to worry about if x>0. If x<0 then R(2n)(x)<0, but exp(x)>0. Reach a conclusion about P(2n)(x).
 
I'd start with S(1) = [itex]\sum_{k=0}^{2}{x^k}/{k!} = 1 + x + x^2/2[/itex]. Assume x < 0, then show S(1) > 0 because the first and the third terms trump the second. Then generalize to S(n).
 
Dick said:
Try this. The Lagrange form of the Taylor series remainder is R(2n)(x)=exp(y)*x^(2n+1)/(2n+1)! for some y between 0 and x. So if I call your series P(2n)(x), then P(2n)(x)+R(2n)(x)=exp(x). Clearly you have nothing to worry about if x>0. If x<0 then R(2n)(x)<0, but exp(x)>0. Reach a conclusion about P(2n)(x).

My thinking in the first post works for x > 0, but runs into trouble when x < 0 (More precisely, everything except -2n - 2 < x < 0 should work out directly (I haven't actually tried to prove that the assertion holds in the mentioned region separately, maybe that'll work)). You confronted this difficulty with a quite involved theorem about Lagrange remainders and the properties of exp. Although correct, I'm not completely satisfied: I'd rather have the proof not relying on the properties of exp.

EnumaElish said:
I'd start with S(1) = [itex]\sum_{k=0}^{2}{x^k}/{k!} = 1 + x + x^2/2[/itex]. Assume x < 0, then show S(1) > 0 because the first and the third terms trump the second. Then generalize to S(n).

This is indeed exactly what I've done in the first post. As I pointed out, the difficulty started when trying to prove the implication S(n) => S(n+1).
 
Päällikkö said:
My thinking in the first post works for x > 0, but runs into trouble when x < 0 (More precisely, everything except -2n - 2 < x < 0 should work out directly (I haven't actually tried to prove that the assertion holds in the mentioned region separately, maybe that'll work)). You confronted this difficulty with a quite involved theorem about Lagrange remainders and the properties of exp. Although correct, I'm not completely satisfied: I'd rather have the proof not relying on the properties of exp.

I don't consider Taylor series remainder terms to be be rocket science, but maybe there is a more direct approach. I wish you luck in finding it. I couldn't come up with anything.
 
Päällikkö said:
This is indeed exactly what I've done in the first post. As I pointed out, the difficulty started when trying to prove the implication S(n) => S(n+1).
That must be because any "excess positivity" in S(n) actually gets to be used in S(n+1) to soak up (cancel out) the additional negativity introduced (together with some additional positivity) while one goes from n to n+1.

I.e. you have to assume not only that S(n) > 0 (which is what your attempt at induction assumes), but actually S(n) > M(n) > 0 so that S(n+1) > 0.
 
Last edited:
EnumaElish said:
That must be because any "excess positivity" in S(n) actually gets to be used in S(n+1) to soak up (cancel out) the additional negativity introduced (together with some additional positivity) while one goes from n to n+1.

I.e. you have to assume not only that S(n) > 0 (which is what your attempt at induction assumes), but actually S(n) > M(n) > 0 so that S(n+1) > 0.

If you'd read my posts, you would have noticed that that's what I've tried. To recap: there exists an x such that
[tex]\frac{x^{2n+1}}{(2n+1)!} + \frac{x^{2n+2}}{(2n+2)!} = -\frac{(2n+1)^{2n+1}}{(2n+2)!}[/tex],
but
[tex]\sum_{k=0}^{2n}\frac{x^k}{k!} \ge \frac{(2n+1)^{2n+1}}{(2n+2)!}[/tex]
does not hold for all x. That is, one cannot find an M(n) independent of x (of the kind that would help with the proof). This makes the proof trickier.

EDIT: Got it.
 
Last edited:
Can you show the proof; I want to check whether my proof is same or not.
 
It relies on the fact that:
[tex]\frac{d^2}{dx^2}\sum_{k=0}^{2(n+2)}\frac{x^k}{k!} = \sum_{k=0}^{2n}\frac{x^k}{k!}[/tex]

The rest should easily follow.
 
The functional properties of the exponential function, that Exp(x+y)=Exp(x)*Exp(y) and Exp(0)=1 are sufficient to prove that Exp(x) are greater than 0 for ALL x, since Exp(-x)=Exp(0)/Exp(x) for arbitrary positive x.
 
Päällikkö said:
It relies on the fact that:
[tex]\frac{d^2}{dx^2}\sum_{k=0}^{2(n+2)}\frac{x^k}{k!} = \sum_{k=0}^{2n}\frac{x^k}{k!}[/tex]

The rest should easily follow.

Mine is same.
 
[tex]\forall n \in \mathbb{N} : \sum_{k=0}^{2n}\frac{x^k}{k!} > 0 \quad (1)[/tex]
I changed the greater than or equal sign to a greater than (might as well go for the stronger version as the proof doesn't differ one bit).
So :
[tex]\sum_{k=0}^{2}\frac{x^k}{k!} = 1 + x + \frac{x^2}{2} > 0[/tex].

Therefore we may assume that (1) holds for some n. Now
[tex]\frac{d^2}{dx^2}\sum_{k=0}^{2(n+1)}\frac{x^k}{k!} = \sum_{k=0}^{2n}\frac{x^k}{k!} > 0[/tex]
(Apparently I have a typo in my last post in the indices, that might be confusing)

It follows that the function has exactly one minimum, at the point x0:
[tex]\frac{d}{dx}\sum_{k=0}^{2(n+1)}\frac{x_0^k}{k!} = 0[/tex]

With the above equation, we can drop a whole lot of terms from the original:
[tex]\sum_{k=0}^{2(n+1)}\frac{x^k}{k!} > \sum_{k=0}^{2(n+1)}\frac{x_0^k}{k!} = \frac{x_0^{2n+2}}{(2n+2)!} > 0[/tex]

This holds for all x.
 
Last edited: