Let $x, y, a > 0$. If $x^3 + y^3 \geq a^3$, then prove that $$x^2 + y^2 > a^2\,.$$
I have tried using the substitutions $b = \frac{x}{a}$ and $c = \frac{y}{a}$, which led to showing that if $$(b + c)^3 - 3bc(b + c) \geq 1\,,$$ then $$(b + c)^2 - 2bc > 1\,.$$ Combining the 2, led to showing that for any $b, c > 0$ we must have $1 + (b + c)(bc - 1) > 0$, at which I point I got stuck.
Convert to polar, letting $x=r\cos\theta$ and $y=r\sin\theta$. Then we have $$r^3(\sin^3\theta+\cos^3\theta)\ge a^3$$ Since $x,y\gt 0$, we have that $\theta\in (0,\pi/2)$. Factoring will show you that, for $\theta\in (0,\pi/2)$, the value of $\sin^3\theta+\cos^3\theta$ is always less than $1$. Thus, we have that $$r^3\gt a^3$$ and so $$r^2\gt a^2$$ Since $r^2=x^2+y^2$, we are done.