X/(x+1)^2 convex for x>=2

I’m marking this with the “nonconvex” tag. You are indeed correct that the function is convex for x \geq 2. But it still bumps up against the limitations of CVX that are explained in the FAQ. In particular, the most straightforward representation of this function in terms of CVX “atoms” is f(x) = 1/(x+1) - 1/(x+1)^2, the difference of two convex functions, and CVX cannot handle that.