I am trying to show that for any fixed $x$, the function $$g(p) = \frac 1p (e^{px}-1)$$ is increasing on $(0, \infty)$. To do this, I found the derivative $$g'(p) = e^{px} \left(\dfrac {x}{p} - \dfrac {1}{p^2}\right) + \dfrac {1}{p^2}$$
Solving $(\frac {x}{p} - \frac {1}{p^2}) > 0$ for $p$ yields $p > 1/x$. Thus, for $p > 1/x$, we have $g'(p) > 0$. However, I'm not sure what to do for $p \le \dfrac 1x$.
Since we have a mix of transcendental and algebraic functions, I believe now is the time to approximate $e^{px}$ by a Taylor polynomial. However, I am not sure how to do that.
Any help is appreciated! I welcome any solution, but I am especially interested in a solution using Taylor series.