How do I find the common points at infinity of two parallel planes:
- $\alpha: x-y+2z-t=0$
- $\beta: 3x-3y+6z-7t=0$
My understanding is that the planes are not only going to have common points, but they are going to have infinitely many common points at infinity since they have common line at infinity.
Is it alright if I just find two infinity points satisfying the condition that they just intersect through the first plane (since both planes have the same line at infinity) and construct a line parametric equation of a line going through those two points? In this case that would be:
$M(1,-1,-1,0) \\N(3,1,-1,0) \\ u_g: \begin{cases} x=\lambda+3\mu & \text{} \\ y=-\lambda+\mu & \text{} \\ z=-\lambda-\mu & \text{} \\ t=0 \end{cases}$
So, the common points at infinity of the two planes are all the points on the line $u_g.$
Is this correct? If no, how do I find such points?