0
  • Hey I want the easiest method to prove $\exp(x)\geq x+1$.

The only method I use is to consider a new function $F$, that realizes $F(x)=\exp(x)-x-1$ then calculate the derivative then use its monotony to prove that $F(x)<0$ I'm only a high school student, if you could use function study it would be easier for me to understand.
So do you have any better method? this one takes me some time to write down I would love a easier method

Stackman
  • 4,028

2 Answers2

4

$$\exp(x) = 1 + \int_0^{x} \exp(t) \ \mathrm dt > 1 + \int_0^x 1 \ \mathrm dt = 1 + x$$

Kenny Lau
  • 25,049
  • That's what i was looking for! Beautiful method,thanks for taking the time to share it with me i'm grateful. – Bénz Anas Jan 01 '19 at 10:51
0

Defining $$f(x)=e^x-x-1$$ then $$f'(x)=e^x-1$$ and $$f''(x)=e^x>0$$ Can you proceed?

  • 1
    Sometimes I wonder how much of the questions you read. OP wrote: "The only method i use is to consider a new function F, that realizes F(x)=exp(x)-x-1 then calculate the derivative then use its monotony ... So do you have any better method?" – Martin R Dec 31 '18 at 18:50