I have the finite set of curves: $$y = \frac{C}{x}, \qquad C = 2, 3, \ldots, C_{\max},$$ with $C$ and $x$ positive integers, $2 \le x \le C$ ($x$ varies on a finite domain).
Is it possible to apply some transformation to the Cartesian coordinate plane, so that all such curves become parallel straight segments?
How would such a transformation be created?
P.S. One thing I forgot to mention: If possible, I would also like all the lines (or segments, more precisely) to have slope $-1$.
One way can be to first square the points of the plane:
$$(x,y)\mapsto(x^2-y^2,2xy)$$
This sends the hyperbolas to horizontal lines
$$(x,y)\mapsto(x^2-C^2/x^2,2C)$$
To get the slope that you want we can then rotate the appropriate angle ($-\pi/4$):
$$(x,y)\mapsto\left(\frac{\sqrt{2}}{2}(x+y),\frac{\sqrt{2}}{2}(-x+y)\right)$$
Composing these two transformations we get:
$$(x,y)\mapsto\left(\frac{\sqrt{2}}{2}(x^2-C^2/x^2+2C),\frac{\sqrt{2}}{2}(2C-(x^2-C^2/x^2))\right)$$