I am asked to find the relative extrema of $$f(x,y) = \sqrt{x^2+y^2}$$ The partials that I get are $$f_x=\frac{x}{\sqrt{x^2+y^2}}\\f_y=\frac{y}{\sqrt{x^2+y^2}}$$ and to find the extrema I must do $$f_x=\frac{x}{\sqrt{x^2+y^2}}=0\\f_y=\frac{y}{\sqrt{x^2+y^2}}=0$$ on which I cannot say $x=y=0$ (or can I?)
How can I interpret the minimum on $f(0,0)$? As some point to which the partials do not exist?
A change into polar coordinates would give:
$$f(r, \theta) = r $$
Then you can show $f$ has a relative minimum at $0$ for the interval $[0, \infty]$.
(I could not comment so wrote this as an answer).