Projective geometry. Interpretation of a cross product between a line coincident with a point

1k Views Asked by At

Let $p \in \mathcal{P}^2$ be a point in projective 2-space coincident with a line $l\in\mathcal{P}^2$ such that $l^\top p = 0$. What does $l \times p$ mean?

For example, $p = \left(x,y,1\right)^\top$ and $l=\left(-1, 0, x\right)^\top$, the line is coincident with the point, i.e. $(l^\top p = 0)$. The cross product is $v = l \times p = \left(-xy, 1+x^2, -y\right)^\top$. Wondering, what is the physical meaning of $v$?

1

There are 1 best solutions below

0
On BEST ANSWER

This is not a natural operation between lines and points. The cross product of two different lines is a point (intersection) and the cross product of two different points is a line (connecting the points). In this case you have to take the dual of either the point or the line. In the first case the cross product is the point on $l$ at maximum distance from $p$. In the second case it is the line through $p$ orthogonal to $l$.