I'm being asked to show the function $f(x) = \frac{x}{y}$ is differentiable in its domain, via the definition of a differentiable function. For this I've already calculated the partial derivatives with respect to $x$ and $y$, these are: $\frac{\partial f}{\partial x} = \frac{1}{y}$ and $\frac{\partial f}{\partial y} = \frac{-x}{y^{2}}$.
It only remains to show $\lim_{(x,y) \to (x_{0}, y_{0})} \frac{|\frac{x}{y} - \frac{x_{0}}{y_{0}} - \frac{1}{y_{0}}(x-x_{0}) + \frac{x_{0}}{y_{0}^{2}}(y - y_{0})|}{||(x-x_{0},y-y_{0})||} = 0$.
However, I'm having a lot of trouble trying to factorize the numerator conveniently. Ideally, the numerator should be expressed as additions of terms of the form $|x-x_{0}|(...)$ or $|y-y_{0}|(...)$. If someone could help me just carry out this step I should be able to finish it from there. Thanks in advance.