I have following function: $a = \dfrac{x\cdot\left(1-\mathrm{e}^{-\frac{yz}{x}}\right)}{z}$
With: $x>0; 0\le y \le 1; z>0$
I am espacially interested in the behaviour of the function for $z$. Looking at graphs and working with numbers it is fairly easy to see that the function is convex and always rising for $z$ in the given value range.
Sadly I am unable to prove it mathemacially. I tried it with the derivations:
$\frac{d}{dz} [f(z)]=\dfrac{y\mathrm{e}^{-\frac{yz}{x}}}{z}-\dfrac{x\cdot\left(1-\mathrm{e}^{-\frac{yz}{x}}\right)}{z^2}$
$\frac{d^2}{dz^2} [f(z)]=\dfrac{\mathrm{e}^{-\frac{yz}{x}}\cdot\left(2x^2\mathrm{e}^\frac{yz}{x}-y^2z^2-2xyz-2x^2\right)}{xz^3}$
Since there are additions/subtractions I cannot show these are always positve or negative. I also tried to use a Hessian Matrix to prove it for the multivariate function, but due to the size of the derivatives I am not finding a proper solution.
Is there an easier way I am missing to proving those characteristics of the function?