I have two equalities: $$ \alpha x^{2} + \alpha y^{2} - y = 0 $$ $$ \beta x^{2} + \beta y^{2} - x = 0 $$
Where $$ \alpha, \beta $$ are both known constants.
How can I solve for $x$ and $y$?
I have two equalities: $$ \alpha x^{2} + \alpha y^{2} - y = 0 $$ $$ \beta x^{2} + \beta y^{2} - x = 0 $$
Where $$ \alpha, \beta $$ are both known constants.
How can I solve for $x$ and $y$?
On
The number of solutions depends on how many of $\alpha$ and $\beta$ are zero.
The two curves are circles through the origin and they will intersect in at most one other point.
By eliminating $x^2+y^2$, we have
$$\beta y=\alpha x,$$
then
$$\beta(\beta x^2+\beta y^2-x)=(\beta^2 + \alpha^2)x^2 -\beta x = 0. $$
The rest is immediate.
We also have the special case $\alpha=\beta=0$, which is trivial.