Let $P = \{(x,y)\in \mathbb{R}^2:xy\ge3, x,y\ge0\}$, show $P$ is convex. We have done this kind of problem for hyperplanes, not hyperbolas.
I tried to show it algebraically, by showing that for any convex combination of two points $p_1,p_2\in P$ $$\lambda p_1+(1-\lambda p_2)=(\lambda x_1+(1-\lambda)x_2, \lambda y_1+(1-\lambda)y_2)$$ $$(\lambda x_1+(1-\lambda)x_2)(\lambda y_1+(1-\lambda)y_2)\ge3$$ which would imply that the convex combination is again in $P$. However, I end up with an enormous sum where nothing cancels elegantly. Is this even the best approach? If it is, where could I tidy it up?