How to express log2(1+ax/(bx+c)),a>0,b>0,c>0,x>0 in CVX? Uncategorized Jun 15, 2022 W Wang Meng Jun 15, 2022 #1 I have prove that this function is concave with respect to x, when a>0,b>0,c>0. Picture1179×233 31.2 KB M Mark L. Stone Jun 15, 2022 #2 See Can CVX solve this kind of function {x-log(1+0.01*x/(x+1))} W Wang Meng Jun 15, 2022 #3 Replying to #2 Thanks Mark, I’ve known how to model it, thanks a lot!