Had this question popup while studying for a test but unsure how to go about solving it:
Given $x^2-y^2+2x+2y \geq 2xy+1$ and $y^2-x^2=\frac{1}{3}$ with the condition $x,y > 0$ find $\frac{x}{y}$
Initial thoughts: It feels like $\frac{x}{y}$ doesn't have an actual value but a region but not completely sure.
This is my attempt at finding out $\frac{x}{y}$:
From the first condition
$$x^2-y^2+2x+2y \geq 2xy+1$$
$$ -(y^2-x^2)+2(x+y) \geq 2xy+1$$
$$ -\frac{1}{3}+2(x+y) \geq 2xy+1$$
$$ x+y-xy \geq \frac{2}{3} $$
$$ y(1-x) \geq \frac{2}{3}-x$$
$$ y(1-x) \geq \frac{2-3x}{3}$$
$$ y \geq \frac{2-3x}{3(1-x)} ~~~~\text{if x<1}$$
$$ y \leq \frac{2-3x}{3(1-x)} ~~~~\text{if x>1}$$
But stuck now :(