I want to show that $f(x) = \left(\dfrac{x}{x+1}\right)^x$ is decreasing for $x > 0$; this is clear from plotting its graph. Taking its derivative,
$$f'(x) = \frac{x^x}{(x+1)^{x+1}}\left(1+(x+1)\log\left(\frac{x}{x+1}\right)\right).$$
So we need to show that $1+(x+1)\log\left(\frac{x}{x+1}\right) < 0$, which seems to require taking another derivative. Is there an easier way to show that $f(x)$ is decreasing?