OK guys I have this problem:
For $x,y,p,q>0$ and $ \frac {1} {p} + \frac {1}{q}=1 $ prove that $ xy \leq\frac{x^p}{p} + \frac{y^q}{q}$
It says I should use Jensen's inequality, but I can't figure out how to apply it in this case. Any ideas about the solution?
The exponential funtion $t\mapsto \exp(t)$ is convex, so $$\begin{align} xy&=\exp(\log(xy))\\ &=\exp(\log(x)+\log(y))\\ &=\exp((1/p)\log(x^p)+(1/q)\log(y^q))\\ &\leq (1/p)\exp(\log(x^p))+(1/q)\exp(\log(y^q))\\ &=\frac{x^p}{p}+\frac{y^q}{q}\\ \end{align}$$