how can I find the monotonicity of $g(x)=f(e^x-1)-f(2+e^{-x})$ ?

42 Views Asked by At

If a function $f:\mathbb{R}\rightarrow\mathbb{R}$ is strictly increasing in $\mathbb{R}$ then how can I find the monotonicity of $$g(x)=f(e^x-1)-f(2+e^{-x})$$ using the definition of monotonicity?

2

There are 2 best solutions below

0
On BEST ANSWER

$x \mapsto e^x -1$ is increasing so $x \mapsto f(e^x-1)$ is also increasing (the composition of two increasing functions is an increasing function). $x \mapsto 2 + e^{-x}$ is decreasing so $x \mapsto -f(2 + e^{-x})$ is increasing (the composition of two decreasing functions is an increasing function).

So, $g(x)$ is the sum of two increasing functions.

0
On

$f(e^x-1)$ increases and $f(2+e^{-x})$ decreases, which says that $g$ increases.