0

I would like to prove convexity of $\frac{1}{x}$. It can be proved by using second derivative but I want without using second derivative. Can someone help me?

Ali
  • 2,277

1 Answers1

1

We can use this criterion. Now pick $x>0$, $y>0$ and remark that $$ f \left( \frac{x+y}{2} \right) \leq \frac{f(x)+f(y)}{2} $$ is equivalent to $$ \frac{1}{2} \left( \frac{1}{x}+\frac{1}{y} \right) \geq \frac{1}{\frac{x+y}{2}}. $$ By some algebraic manipulation, this is in turn equivalent to $(x+y)^2 \geq 4xy$, or $x^2-2xy +y^2 \geq 0$. Of course this is always true, since $x^2-2xy+y^2= (x-y)^2$.

Siminore
  • 35,136