Given $\displaystyle f(x) = \sqrt[x]{1+x}$, prove:
$$f(x)+f\left(\frac{1}{x}\right)<4 \quad \forall x>0$$
My reduction so far: it is sufficient to show the inequality holds for $\displaystyle x \in (0,1]$
Jensen's Inequality can't provide an estimate since the LHS is a sum of a convex and concave function.
Do any of the "standard olympiad tricks" work for pulling out this estimate? Or is there no other means besides calculus?
Since function $g(x)=\frac{\ln(1+x)}{x}$ is decreasing when $x\geq 0$, for $\frac12\leq x\leq 1$ we have $$f(x)+f(1/x)=e^{g(x)}+e^{g(1/x)}\leq e^{g(\frac12)}+e^{g(1)}=e^{2\ln\frac32}+e^{\ln 2}=\frac92<4.$$ Also, in the case $\frac{1}{10}\leq x<\frac12$ we have $$f(x)+f(1/x)=e^{g(x)}+e^{g(1/x)}\leq e^{g(\frac{1}{10})}+e^{g(2)}=e^{10\ln\frac{11}{10}}+e^{\frac12\ln3}=\left(\frac{11}{10}\right)^{10}+\sqrt3<4.$$ Finally, for $0<x<\frac{1}{10}$ we have $$f(x)+f(1/x)=e^{g(x)}+e^{g(1/x)}\leq e^{g(0)}+e^{g(10)}=e+e^{\frac{\ln 11}{10}}=e+\sqrt[10]{11}<4.$$