From Peressini, Sullivan, Uhl, the mathematics of nonlinear programming,
A function is coercive if
$\lim\limits_{\|x\| \to \infty} f(x) \to \infty$
and super-coercive if,
$\lim\limits_{\|x\| \to \infty} \dfrac{f(x)}{\|x\|} \to \infty$
I want to know if $f(x,y) = x\log(x)+y\log(y)$ is a (super) coercive function
If I apply the definition, I get,
$\lim\limits_{\|(x,y)\| \to \infty} x\log(x)+y\log(y)$
or
$\lim\limits_{\|(x,y)\| \to \infty} \dfrac{x\log(x)+y\log(y)}{\sqrt{x^2 + y^2}}$
But there is no obvious dependence on $\|(x,y)\|$ for $f(x,y)$. Is there any way I can argue that this function is or isn't coercive.
Let $x = r\cos t, y = r\sin t$ with $0\leq t\leq \frac \pi 2.$ Then: $$\dfrac{f(x,y)}{r} = \dfrac{r\cos t\log(r\cos t)+r\sin t\log(r\sin t)}{r}=$$ $$=\log(r)(\cos t+\sin t)+\cos t\log\cos t+\sin t\log\sin t.$$ Can you take it from here?
You can prove that: $$g(t) = \cos t\log\cos t+\sin t\log\sin t$$ is bounded below when $0<t<\pi/2$ by some simple calculus.