0
$\begingroup$

I have the following points in a projective plane ($P(\mathbb{R}^{3\times 1})$:

$B=\mathbb{R}(1,1,1)^T$

$C=\mathbb{R}(1,0,1)^T$

and

$D=\mathbb{R}(0,2,0)^T$

To-Do:

1) prove that these points are collinear

2) Find the point $A$ of intersection of $Bv C$ (line going through $B$ and $C$) with $4x_0-x_1=0$

3) Find the cross-ratio $(A,B;C,D)$


I have read the chapter few times. Nevertheless I am not sure how to prove that three points in a projective pane are collinear. Has anyone an idea how to solve this problem?

  • 0
    Well, what does it mean for the three points to be collinear?2017-01-22
  • 0
    Wha do you mean by BvC in question 2 ?2017-01-22
  • 0
    The line going through B and C2017-01-22
  • 0
    Note that $(1,1,1)$, $(1,0,1)$, and $(0,2,0)$ are linearly dependent.2017-01-22
  • 0
    Yes, Point $A$ has not to be collinear to $B$, $C$ and $D$2017-01-22
  • 0
    @Morgan Rodgers : Very sorry for this total confusion2017-01-22
  • 1
    In fact $A$ **will** have to be collinear with $B,C,D$ for being able to speak of croos ratio $(A,B,C,D)$2017-01-22

2 Answers 2

1

a) $B,C,D$ are projectively aligned because they appear as belonging to a same $\mathbb{R^3}$ plane. Indeed, their resp coordinates:

$$\pmatrix{x_0\\x_1\\x_2}=\pmatrix{1\\1\\1}, \pmatrix{1\\0\\1}, \pmatrix{0\\2\\0}$$

obey the same linear constraint: $x_0-x_2=0$.

Another explanation: there is a null linear combination: $$2B-2C-D=0.$$

b) A parametric representation of line $BC$ is: $$\lambda\pmatrix{1\\1\\1}+(1-\lambda)\pmatrix{1\\0\\1}=\pmatrix{1\\ \lambda\\1}=\pmatrix{x_0\\ x_1\\ x_2}$$

as we must also have $4x_0=x_1$, the intersection point $A$ must be such that : $\lambda=4.$ Thus $$A:=\pmatrix{1\\ 4\\ 1}.$$

c) $(A,B;C,D)$ can be computed through one of its projections on one of the coordinates' axes. Let us take it on component $x_1$:

$$ (A,B;C,D) = (4,1;0,2) = ((0-4)/(0-1))/((2-4)/(2-1))=4/(-2) = -2$$

Explanation: projection on one of the axes is a linear transform, thus is a particular case of projective transform, and it is a fundamental property that projective transforms preserve cross ratios.

  • 0
    Can you say how you have understood my solution ? For example, for question c), I have added an explanation.2017-01-24
0

Three points in $\mathbf P^2_K$ ($K$ a field): $[x:y:t]$, $[x':y':t']$, $[x'':y'':t'']$ are collinear if and only if the determinant of their projective coordinates: $$\begin{bmatrix} x&x'&x''\\y&y'&y''\\t&t'&t'' \end{bmatrix}=0.$$ It is the case here.

Without determinants: just show the rank of the matrix is $\le 2$, with row reduction: $$\begin{bmatrix} 1&1&0\\1&0&2\\1&1&0 \end{bmatrix}\rightsquigarrow\begin{bmatrix} 1&1&0\\0&-1&2\\0&0&0 \end{bmatrix}$$ (Of course, for this matrix, it isn't even necessary.)

  • 0
    Thanks, but determinants is not something we have done so far. Is there a way to show this w/o using determinants?2017-01-22
  • 0
    Use row reduction, and show the matrix has rank $2$ (or less).2017-01-22