For $x\in[0,6]$, find the minimum of $m=x+\dfrac{96-16x}{3\sqrt{x^2+16}}$.
I used derivatives and found that the $x$ which minimizes $m$ is the positive root of \[9x^6+432x^4-2304x^2-49152x-28672=0.\] The approximate value is $x\approx4.71183$, $m\approx5.82339$. But I want the exact value. Since the polynomial function of degree $6$ has no formula to solve its roots, we need another method.
I can think of some alternative methods like using known inequalities or substituting to get rid of the square root, but I can't find any approaches using these methods currently.
RuntimeError: no explicit roots found
. Not much encouraging… Numerically: $x_{\min}\approx4.7118293977$ – jp boucheron Feb 02 '23 at 16:46