Consider the function $f(x) = 1/x$ on the interval $I = [a, b]$, where $0 < a \leq b$. By Jensen's inequality, we have for any $\{x_j \}_{j=1}^n \subset I$,
$$ f(\overline{x}) \leq \frac{1}{n} \sum_{i=1}^n f(x_i). $$
Above, $\overline{x} = (1/n)\sum_{j=1}^n x_j$. Is there a converse inequality of the form $$ \frac{1}{n} \sum_{i=1}^n f(x_i) \leq C f\Big(\frac{1}{n}\sum_{i=1}^n x_i\Big), $$ where $C$ may depend on $a, b$?
One thing I thought of is a second-order Taylor expansion. By Taylor expansion, there are $\xi_i$ in the interval between $x_i, \overline{x}$ such that $$ \frac{1}{n} \sum_i f(x_i) = f(\overline{x}) + \frac{1}{2n} \sum_{i=1}^n f''(\xi_i) (x_i - \overline{x})^2. $$ Additionally, we have that $f''(\xi) = \tfrac{2}{\xi^3}$, so that the remainder is $$ \frac{1}{n} \sum_{i=1}^n \frac{(x_i - \overline{x})^2}{\xi_i^3} \leq \frac{1}{n} \sum_{i=1}^n \max \Big\{ \frac{(x_i - \overline{x})^2}{x_i^3}, \frac{(x_i - \overline{x})^2}{\overline{x}^3} \Big\}. $$ I struggled to bound this remainder in terms of $C(a, b)~f(\overline{x})$, though.