I'm trying to solve the following equation:
$$\frac {e^x-3}{e^x-2}-|x|=0$$
I have tried to solve it by algebric mode, but I got stuck at this point: $$\left\{ \begin{array}{c} x \ge0 \\ x(2-e^x)=3-e^x \end{array} \right. \cup \left\{ \begin{array}{c} x <0 \\ x(e^x-2)=3-e^x \end{array} \right.;\ x\neq\log(2) $$
Someone could give me a hint for solve it?
If I would want to solve it by graphic mode, how should I proceed?
Let $$f(x) = \frac{\exp(x)-3}{\exp(x)-2}-|x|=1-\frac{1}{\exp(x)-2}-|x|$$
If $x <0$, $$ f(x) = 1-\frac{1}{\exp(x)-2}+x$$ $$f'(x)=\frac{\exp(x)}{(\exp(x)-2)^2}+1$$
Hence it is increasing.
You might like to examine $f(0)$ and $f(-2)$ and conclude that there is a unique solution in $(-2,0)$.
If $x \geq 0$,$$ f(x) = 1-\frac{1}{\exp(x)-2}-x$$
$$f'(x)=\frac{\exp(x)}{(\exp(x)-2)^2}-1$$
Find the asymptote and prove that it doesn't go close to $0$.