Problem Statement:
Circle $\Gamma$ intersects the hyperbola $y = \frac 1x$ at $(1,1), \left(3,\frac13\right)$, and two other points. What is the product of the $y$ coordinates of the other two points?
My Work:
$x^2+y^2+2gx+2fy+c=0$ and substitute x=$\dfrac{1}{y}$ to get 4th degree equation in y. $y^4+..... + 1=0$ so product of all roots =1. Known roots: 1 and $\dfrac {1}{3}$. So the product of the two other roots will be $\dfrac{1}{\dfrac{1}{3}}=3$.
How would I justify the steps in my proof? How would I make my proof more "complete"?