This is the function: $g(x) = (1+a)^x - a^x$, for some $a>0$ and $x \ge 0$
I can find the monotony for $1>a>0$ this way. Let $x_1, x_2$ be two non-negative numbers such that: $$x_1<x_2 \iff (1+a)^{x_1} < (1+a)^{x_2} \tag{1}$$
$$x_1 < x_2 \iff a^{x_1} > a^{x_2} \iff -a^{x_1} < -a^{x_2} \tag{2}$$
So then: $(1) + (2) \implies g(x_1) < g(x_2)$.
But what about $a\ge 1$?
$$(1+a)^x-a^x=a^x\left(\left(1+\frac1a\right)^x-1\right).$$
For $a>1$ and $x>0$, both factors are positive growing functions.