Given graph of $f(x)=1/x$, i.e. $G=\{(x,y)^t:xy=1\}$, I want to show that rotation of this grph by 45° clockwise gives us a hyperbolic graph.
This means I need to come to something of form $\{(x,y)^t: {x^2 \over a^2}-{y^2\over b^2}=1\}$. How do I calculate $a$ and $b$?
I wanted to roteate the original graph for 315° counter-clockwise (positive direction) using rotation matrix $A=\frac{1}{\sqrt{2}}\pmatrix{1 & 1 \\ -1 & 1}$, but don't know how to proceed.