I am trying to understand the method of finding the points at infinity of elliptic curves. There are good questions that deal with the general theory of doing this, but I couldn't find any good examples.
I understand the following question:
$$C: x^22 + xy − 2y^2 + x − 5y +7=0$$
Homogenizing we find $$C: X^2 + XY - 2Y^2 + XZ - 5YZ + 7Z^2 = 0.$$ To find the points at infinity on $C$, we substitute $Z=0$ and solve: $$X^2 + XY - 2Y^2 = 0$$ Factoring, we have $$(X + 2Y)(X - Y) = 0 \text {, so } X = -2Y \text { or } X = Y \text {.}$$ Thus, there are two points at infinity on $C,[-2,1,0]$ and $[1,1,0]$. These correspond to the "directions" in the affine plane given by the lines $x=-2 y$ and $x=y$.
I'm confused on how to use this method to find the points at infinity of an even simpler equation. Take
$$C_0: 3x - 7y + 5 = 0$$
Homogenizing and taking $Z=0$ just yields $0=0$. What am I doing wrong?