The following is a problem (6.10) from Rudin's principles of Mathematical analysis.
Let $p$ and $q$ be positive real numbers such that $$\frac{1}{p}+\frac{1}{q}=1.$$ Prove that if $u\ge 0$ and $v\ge 0$, then $$uv\le \frac{u^p}{p}+\frac{v^q}{q}.$$
I can prove this by using Weighted Arithmetic mean Geometric mean inequality and also by using Jensen's inequality on natural logarithm (this is usually used to the prove generalized AM-GM).
I would like to see alternate elementary methods (preferably avoiding multivariate calculus methods) to solve this (I think Rudin hasn't introduced convexity before this; so generalized AM-GM is cheating).
An idea: Assume $p > 1$ and write the relation $ \frac{1}{p} + \frac{1}{q} = 1 $ as follows: $(p-1)(q-1) = 1 $. Put $x = t^{p-1}$. Hence, $t = x^{q-1}$. the case when $u,v$ are $0$ is a triviality. Hence, assume $u > 0 $ and $v > 0$. Consider in the $xt-$plane the rectangle furnished by the lines $x = v$ and $t = u.$ Draw and picture a show that
$$ uv \leq \int\limits_0^v t^{p-1} dt + \int\limits_0^u x^{q-1} dx $$
The right hand side is obviously $$\frac{ v^p}{p} + \frac{u^q}{q}$$