Warm-up Exercise. Sketch the graphs of the curves defined by the following equations.
- \(x^2+y^2=16\)
- \(x^2+4y^2=16\)
- \(x^2+y^2=x\)
An elliptic curve is the set of solutions to an equation of the form \[ y^2 = x^3 + bx + c \] over some field \(F\).
See handout.
Suppose \(A\) and \(B\) are points on an elliptic curve.
(Board)
Questions:
Curve: \(y^2 = x^3 + 73\)
Addition Law. If \(P\) is any point on an elliptic curve, then \(P + \infty = P = \infty + P\). Let \(P_1 = (x_1,y_1)\) and \(P_2 = (x_2,y_2)\) be points on the elliptic curve \(y^2 = x^3 + bx +c\).
If \(P_1 = P_2\) and \(y_1 = 0\), then \(P_1+P_2 = \infty\).
Otherwise, \(P_1 + P_2 = P_3 = (x_3,y_3)\), where \[ \begin{aligned} x_3 &= m^2 -x_1 -x_2 \\ y_3 &= m(x_1-x_3)-y_1 \end{aligned} \] and \[ m = \left\{\begin{array}{cl} (y_2-y_1)/(x_2-x_1) & \mbox{if } P_1 \neq P_2 \\ (3x_1^2+b)/(2y_1) & \mbox{if } P_1 = P_2 \end{array} \right. \]