I would like to be directed to the proper literature regarding the following problem:
Given a constant sum of $x_n$ values:
$\sum_{n=1}^{N}{\left. {x_n}\right.} = C$
where $x_n ≥ 1$
Find the maximum of the following expression:
$\sum_{n=1}^{N}{\left. {a_n} \log{\left({x_n}\right) }\right.}$
where the $a_n > 0$ values are constants, and the $x_n$ values are free to change, given that their sum will remain constant.
What is the official name or category of this optimization problem? Could someone recommend a book or a website where it is explained how to solve it?