Let $d$ be the minimum distance of $y^3=x^2$ from the point $(1/3,2)$ measured in first quadrant, then find the value of $9 d^2$
I was first trying to solve it taking point $(x,x^{2/3})$ on curve using distance formula but it resulted in tedious calculation. Can we say that minimum distance will be obtained along the normal to the curve which passes through $(1/3,2)$? If so then how are supposed to use that to get required distance?
The curve can be parametrised by $x=t^3, y=t^2$. The normal at point $t$ is $$y-t^2 = -\frac{3t}{2}(x-t^3)$$ and this passes through $(1/3,2)$ when $t$ satisfies $$3t^4+2t^2-t-4 = 0 $$ and this can be factorized as $$(t-1)(3t^3+3t^2+5t+4) = 0$$ and the only root that lies in the first quadrant is $t=1$. Thus the point is $(1,1)$ and the minimum distance is $\frac{\sqrt{5}}{3}$