I'm learning projective geometry and need help with the following problem :
Consider three distinct "points" of the projective space $\mathbb R P^1$, that is three distinct lines $l_1, l_2, l_3$ of $R^2 -\{0\}$ (the plane minus $0$). $(1)$ Show that we can choose homogeneous coordinates $[X_1 : X_2], [Y_1:Y_2]$ and $[Z_1:Z_2]$ for $l_i, i = 1, 2, 3$ such that
$$Z_1 = X_1 + Y_1, \quad Z_2 = X_2 + Y_2.$$
$(2)$ Find such coordinates for the lines $l_1 : -x+2y=0, \, l_2 = 2x+y = 0, \, l_3 : 5x-3y = 0.$
I'm sorry for the lack of effort on my part but I was not able to do much with this problem. I did go back several times through my notes but I don't know where to start here. Any help would be appreciated.
A given line $l_1$ in $\mathbb{RP}^1$ can be specified by any homogeneous coordinate $[\lambda_1 X_1 : \lambda_1 X_2]$, with $\lambda_1$ nonzero. So the desired condition amounts to finding $\lambda_1,\lambda_2$, and $\lambda_3$ so that
$$ X_1 \lambda_1 + Y_1 \lambda_2 = Z_1 \lambda_3 \\ X_2 \lambda_1 + Y_2 \lambda_2 = Z_2 \lambda_3 $$
In other words, your problem amounts to solving a system of linear equations.
I'll take things a bit farther. If we let
$$ A= \begin{bmatrix} X_1 & Y_1\\ X_2 & Y_2 \end{bmatrix}, \quad x=\begin{bmatrix} \lambda_1 \\ \lambda_2 \end{bmatrix}, \quad b=\begin{bmatrix} Z_1 \\ Z_2 \end{bmatrix} $$
then the linear equation $Ax=b$ has a unique solution (why?) and yields a solution to your problem (why?).
Let me know if you'd like any further comments.