This is the way I've solved it for x. All three values are constants, but I can't just evaluate at (0,0) because its a closed set at that point.
If x=y=0
\displaystyle\frac{\partial f}{\partial x}=\displaystyle\lim_{x \to{0}}{\displaystyle\frac{f(x,0)-f(0,0}{x}}=\displaystyle\lim_{x \to{0}}{\displaystyle\frac{(0-x^2)(0-2x^2-0)}{x}}=\displaystyle\lim_{x \to{0}}{\displaystyle\frac{2x^4}{x}}=0
If y=x^2, (x,y)=(x_0,x_0^2)
\displaystyle\frac{\partial f}{\partial x}=\displaystyle\lim_{h \to{0}}{\displaystyle\frac{f(x_0+h,x_0^2)-f(x_0,x_0^2)}{h}}=\displaystyle\lim_{h \to{0}}{\displaystyle\frac{(x_0^2-(x_0+h)^2)(x_0^2-2(x_0+h)^2)-0}{h}}=\displaystyle\lim_{h \to{0}}{\displaystyle\frac{(x_0^2-x_0^2-2x_0h-h^2)(x_0^2-2x_0^2-4x_0h-h^2)}{h}}=
=\displaystyle\lim_{h \to{0}}{\displaystyle\frac{-h(2x_0-h)(x_0^2+4x_0h+h^2)}{h}}=\displaystyle\lim_{h \to{0}}{-(2x_0-h)(x_0^2+tx_0h+h^2)=-2x_0^3}
If (x,y)=(x_0,2x_0^2)
\displaystyle\frac{\partial f}{\partial x}=\displaystyle\lim_{h \to{0}}{\displaystyle\frac{f(x_0+h,2x_0^2)-f(x_0,2x_0^2)}{h}}=\displaystyle\lim_{h \to{0}}{\displaystyle\frac{(2x_0^2-(x_0+h)^2)(2x_0^2-2(x_0+h)^2)-0}{h}}=\displaystyle\lim_{h \to{0}}{\displaystyle\frac{(2x_0^2-x_0^2-2x_0h-h^2)(2x_0^2-2x_0^2-4x_0h-h^2)}{h}}=
=\displaystyle\lim_{h \to{0}}{\displaystyle\frac{(x_0^2-2x_0h-h^2)(-h(4x_0+h))}{h}}=\displaystyle\lim_{h \to{0}}{-(x_0^2-2x_0h-h^2)(4x_0+h)=-4x_0^2
As -4x_0^2\neq{-2x_0^3} the derivative doesn't exist at the point (0,0).
Is this right?
For y I've proceeded same way. I think its the right way for solving it.
Thanks.