I am given the following function:
$$ f(x,y)=\sqrt[3]{x^2 y } $$ at (0,0), and need to find the directions $\vec{v}$ for which the directional derivative $D_\vec{v} f (0,0)$ is maximal.
I know the answer should be $ (\pm \sqrt{\frac{2}{3}}, \frac{1}{\sqrt{3}}) $.
Since this function is not even differentiable (I think), I should differentiate according to the definition: $$ D_\vec{v} f (0,0) = \lim_{h\to 0} \frac{\sqrt[3]{\cos^2 (\theta) \sin(\theta )} h}{h} = \sqrt[3]{\cos^2 (\theta) \sin(\theta )} $$ and it seems like the only thing I should do now is to find the maximum value of $\sqrt[3]{x^2 y }$. Is there any simple way to do it?
Will you please help me?