I'm trying to study if the following function has continuous partial derivatives at the origin: $$f(x, y) = \begin{cases}\frac{x^4y^3}{x^8 + y^4} & (x, y) \neq (0, 0) \\\\ \quad 0 & (x, y) = (0, 0)\end{cases}$$
I proved $f$ is continuous at the origin, and I also proved its partial derivatives exist at the origin.
Now to show the continuity of $f'_x$ at $(0, 0)$ here is what I did:
$$\frac{\partial f}{\partial x} = \frac{4x^3y^3(y^4 - x^8)}{(x^8 + y^4)^2}$$
Having observed it goes to zero along various paths, I did:
$$\bigg|\frac{4x^3y^3(y^4 - x^8)}{(x^8 + y^4)^2}\bigg| \leq \frac{4x^2y^2|x| |y| (x^8 + y^4)}{(x^8+y^4)^2} \leq \frac{4x^2y^2|x| |y|}{y^4} = \frac{4x^2|x|}{|y|}$$
But now I am stuck.
If for example I say $y = x^4$, this reduces to $\frac{4}{|x|}$ which does not goes to zero.
But the notes say the partial derivatives are continuous (without any proof...)
Any help? Thank you!
Notice We cannot use polar coordinates. We are demanded to find a distance function to make an upper bound to the function we have, in order to conclude it goes to $0$ as $(x, y) \to (0, 0)$.
In problems like this I find it useful to use a homogenized form of polar coordinates: Let $x^4=r\cos\theta$ and $y^2=r\sin\theta$, with $0\le\theta\le\pi/2$. Then $$\left|\frac{x^3y^3(y^4-x^8)}{(y^4+x^8)^2}\right| = \frac{r^{3/4}r^{3/2}r^2|\cos 2\theta||\cos\theta|^{3/4}|\sin\theta|^{3/2}}{r^4} \le r^{3/4+3/2-2} = r^{1/4}.$$ You still have to do a little bit of algebraic work to finish. How do we bound $r^{1/4}$ by a power of $(x^2+y^2)^{1/2}$?
EDIT: $r^2=x^8+y^4\le x^4+y^4\le (x^2+y^2)^2$ when $x^2+y^2\le 1$.