I'm currently reading the 'A Graduate Course in Applied Cryptography' paper written by Boneh and Shoup. More precisely, I'm reading the chapter about 'Elliptic Curve' and I'm stuck at the exercise about scalar multiplication.
I managed to answer equation 15.37 but I'm stuck for equation 15.38.
What I did so far.
First of all $(2 \alpha + 1)P$ can be expressed as $\alpha P + (\alpha + 1)P$. So as to compute $x_{2\alpha +1}$, I can use the first rule of the law of addition that says that in order to computer x coordinate I have to compute $s_c^2 - x_a - x_{a+1}$ where $s_c^2 = (\frac{y_\alpha - y_{\alpha+1}}{x_\alpha - x_{\alpha+1}})^2$. From this step, we can observe that we managed to obtain a part of the desired denominator. Concerning the above part $y_\alpha^2$ and $y_{\alpha+1}^2$ can be replaced using the Weierstrass equation. My only problem concerns $-2 \times y_\alpha \times y_{\alpha+1}$. My first idea was to replace $y_{\alpha + 1}$ by $\frac{y_\alpha - y_1}{x_\alpha - x_1} \times (x_\alpha - x_{alpha +1}) - y_\alpha$ but I will be stuck with $y_\alpha \times y_1$.
I'd be really grateful if someone could give me a tip on how to answer this question.