I have to prove using (ε,δ)-definition of limit: $$ \lim_{(x,y) \to (7,2)} (x^2+y^2-xy) = 39 $$
I have already used the (ε,δ)-definition for simpler proofs in one variable and a few in two variables. However with this one I´ve been thinking all weekend without success.
The problem is to work with $$|x^2+y^2-xy-39|$$ and show that that is less than a formula involving δ, let´s call it g(δ), formula which I will later equal to ε in order to find the δs that guarantee: $$ ||(x,y)-(7,2)||<δ \implies |x^2+y^2-xy-39|<ε$$
I researched in the site and I haven´t seen a proof of a similar limit that could help me (namely, one of a 2-variable quadratic form). I tried different things, specifically, applying the triangle inequality in different steps. However, I ended up completing the square and landed this equality that gives me most hope (because constants cancel out):
$$|x^2+y^2-xy-39|=|(x-7)^2+(y-2)^2-(x-7)(y-2)+12(x-7)-3(y-2)|$$
If now I apply the triangle inequality I get:
$$ |x^2+y^2-xy-39|\le|x-7|^2+|y-2|^2+|x-7||y-2|+12|x-7|+3|y-2| $$
Here is where I get stuck, because if I apply $$ |x-7| \le ||(x-7,y-2)||$$ and $$ |y-2| \le ||(x-7,y-2)||$$ I arrive at $$ |x^2+y^2-xy-39|<3δ^2+15δ $$ which won´t be useful to get an explicit formula δ=δ(ε).
So, did I start well and then mess up or should I have done an entirely different thing?