I was going through Cut-the-Knot's "Joachimsthal's Notations" page discussing Joachimsthal's indice method of studying conics.
The conic can be represented in a following way:
$$ s_{ij} = Ax_i x_j + B(x_i y_j + x_j y_i) + C y_i y_j + F(x_i + x_j) + G(y_i + y_j) + H=0$$
Where the $i$ denotes a pair of number $(x_i,y_i)$ and $j$ also as $(x_j, y_j)$
It is a theorem that if $(x_i,y_i)$ is a point which lies on the conic, then ,
$$s_i = Ax_i x + B (x_i y + x y_i) + Cy_i y + F(x_i + x) + G(y_i + y) +H=0 \tag{1}$$
Where I have let the pair of $(x_j,y_j)$ to be set as free variable
Denotes the equation of tangent of the conic $$ s= Ax^2 +2Bxy + Cy^2 + 2Fx + 2Gy +H$$
At the point $(x_i,y_i)$
My question is regarding a step in the proof of this,
I don't get what exactly is the quantity benig plugged into (1) is, it seem the point has arguement $P(x_1,x_1)$ which doesn't make sense to me. I think the correct expression should be :
$$ P(x,y)= tP(x_1,y_1) + (1-t)P(x_2,y_2)$$
Hence the point being plugged in is given as:
$$ Q = (tx_1 + (1-t)x_2 , ty_1 + (1-t)y_2) $$
However, this seems to be still algebra bashing to move from (10) to (11), is there a more elegant approach to it?