Find $x\in \mathbb{R}$ so $e^{x}-1=x(e-1)$

122 Views Asked by At

Find $x\in \mathbb{R}$ so $e^{x}-1=x(e-1)$

I tried using Fermat theorem, but I'm not sure that $f= e^{x}-1-x(e-1)$is increasing

2

There are 2 best solutions below

3
On BEST ANSWER

Let $f(x)=e^x-1-x(e-1).$

Thus, $f''(x)=e^x>0,$ which says that $f$ is a convex function.

Hence, our equation has two roots maximum.

But $0$ an $1$ they are roots and we are done!

0
On

You could have checked it easily with graphs . The graph of $y=e^x-1$ goes as

enter image description here

While that of $y=x(e-1)$ goes as

enter image description here

Hence the graph of $e^x-1=x(e-1)$

enter image description here

Note: This could also have been done manually.

Hence our solutions are $x=0,1$