$$ \Rightarrow x^2+y^2-xy-1=0 $$
$$ \Rightarrow x^2 + 1 = y^2 $$
What I tried was to substitute value of x from one equation to another but $xy$ caused problem in solving it .
How to solve this ?
$$ \Rightarrow x^2+y^2-xy-1=0 $$
$$ \Rightarrow x^2 + 1 = y^2 $$
What I tried was to substitute value of x from one equation to another but $xy$ caused problem in solving it .
How to solve this ?
On
Hint: substitution of $\color{blue}{y^2-1}=x^2$ into $x^2+\color{blue}{y^2}-xy\color{blue}{-1}=0$ gives: $$2x^2-xy = 0 \iff x\left(2x-y\right)=0 \iff \boxed{x = 0 \,\vee\, y=2x}$$
Addition after comment:
On
Use substitution. Substitute $y = \pm\sqrt{x^2+1}$. $$x^2+(x^2+1)-x\big(\pm\sqrt{x^2+1}\big)-1 = 0$$ Simplify completely. $$x^2+x^2\mp x\sqrt{x^2+1} = 0 \implies 2x^2\mp x\sqrt{x^2+1} = 0 \implies 2x^2 = \pm x\sqrt{x^2+1}$$ Square both sides. $$\implies 4x^4 = x^4+x^2 \implies 3x^4-x^2 = 0$$ Factor. $$x^2(3x^2-1) = 0$$ Now, just set either factor equal to $0$ and solve. Plug in the values of $x$ obtained in either function to get the $y$-coordinates. The solutions become $(0, \pm1)$ and $\big(\pm \frac{1}{\sqrt{3}}, \pm \frac{2}{\sqrt{3}}\big)$. The latter can also be rationalized and written as $\big(\pm \frac{\sqrt{3}}{3}, \pm \frac{2\sqrt{3}}{3}\big)$.
I would write $$y=\pm\sqrt{1+x^2}$$ then we get $$x^2+x^2+1-x(\pm\sqrt{1+x^2})-1=0$$so $$2x^2=x(\pm\sqrt{1+x^2})$$ Now we have that $$x=0$$ is one solution and then after dividing by $$x\neq 0$$ we get $$2x=\pm\sqrt{1+x^2}$$ and you must square the equation. We get $$(x,y)=\{0,-1\},\{0,1\},\{-\frac{1}{\sqrt{3}},-\frac{2}{\sqrt{3}}\},\{\frac{1}{\sqrt{3}},\frac{2}{\sqrt{3}}\}$$