I was having trouble finding the directional derivatives at the origin of the function $$f(x,y)=\begin{cases} [(2x^{2}-y)(y-x^{2})]^{1/4} & \text{for $x^{2} \leq y \leq 2x^{2}$} \\ 0 & \text{otherwise} \end{cases}$$
I understand the directional derivative in the direction $\xi=(v,w)$ at the origin to be \begin{align*} D_{\xi}(0) &= \lim_{h \to 0} \frac{f((0,0)+h\xi)-f(0,0)}{h} \\ &=\lim_{h \to 0} \frac{f(hv,hw)}{h} \end{align*} I'm a bit confused past this point. The condition for $x^{2} \leq y \leq 2x^{2}$ is what I find confusing, since it implies that $f(h(v,w))=0$ for $hv^{2} \leq w \leq 2hv^{2}$.