Find the minimum distance between point $M(0,-2)$ and points $(x,y)$ such that: $y=\frac{16}{\sqrt{3}\,x^{3}}-2$ for $x>0$ .
I used the formula for distance between two points in a plane to get: $$d=\sqrt{x^{2}+\frac{256}{3x^{6}}}$$ And this is where I cannot come up with how to proceed. I tried calculus but the first derivative of $d(x)$ is fairly ugly expression... A few techniques on how to handle problems on maxima and minima with(out) using calculus would be really useful.
Hint:
Note that the value of $x$ that minimize $d$ minimimize also $d^2=x^2+\dfrac{2^8}{3x^6}=f$ and the derivative is $f'= 2x-\dfrac{2^9}{x^7}$.