Elliptic curves, Fall 2004, Math 7280
http://www.math.lsu.edu/~verrill/teaching/math7280/index.html

Book: This course will follow Cassel's text book on elliptic curves. We will stick pretty closely to the text.
Assessment: will be on about 4 or 5 homeworks (taken from exercises in the book), plus students should give a talk at the very end on some aspect of elliptic curves, e.g., elliptic curves and cryptography, or elliptic curves and factoring primes, or elliptic curves and modular forms, or elliptic curves and Fermat's last theorem... You can work on these in pairs if you wish. Alternatively, instead of giving a talk you can write a computer program for working with elliptic curves.
Office: Locket 210
Telephone: 578.1603
Office hours: Monday, Wednesday, Friday 10:30-11:30am, and Tuesday, Thursday 1:00-2:00pm.
Class place: Locket 114
Class times: Monday, Wednesday, Friday 9:40 - 10:30

What is an elliptic curve?

An elliptic curve is (given by) a cubic (with a point). The "standard elliptic curve" has the form
y2 = x3 + ax + b
for some fixed a and b. (This is called a Weierstrass equation. In characteristic 2 or 3 the form is slightly more complicated, but we'll be sticking to characteristic 0.) Try sketching some yourself.

Why elliptic curves?

Elliptic curves are the simplest possible curves after lines and conics. Lines and conics (which are usually given by linear and quadratic equations respectively) are fairly easy to understand. Curves more complicated than elliptic curves (e.g., defined by polynomials of higher degree than 3) are generally difficult to understand. Elliptic curves are "just right". The fact that they can be dealt with is due to their very rich structure; in particular, they can be viewed as a group. Most of this course is about investigating this group structure.

Useful links:

Pictures

picture of y^2=x^3 - 5x 1) Here's an example of an elliptic curve, with some construction lines for the group law which we will study. Some points on this curve, such as (0,0) and (-1,-2) are easy to find, but others such as (-5248681/4020025,16718705378/8060150125) would be difficult to find without using the group law.
2) Here's a picture of a family of the "standard" elliptic curves in Weierstrass form, drawn using maple, with the command
with(plots):
contourplot(x^3 - 3*x - y^2, x=-3..3, y=-3..3, contours=[-7,-5,-4,-3,-2,-1,0,1,1.95,2,10], axes=NONE,filled=true, numpoints=2000);

12 curves are plotted, all of the form
y2 = x3 - 3x + b
where b varies. The spaces between the curves are coloured.
Question: In this picture, what's special about the curves where b=2 and b=-2?
family of elliptic curves
3) Here's another elliptic curve, but not in the standard form, this is in a family
(x+y+1)(x+y+xy) = bxy,
and we've taken b=1.01 here. This was drawn in Maple with:
contourplot((x+y+1)*(x*y+y+x)-1.01*x*y,x=-3..3,y=-3..3, contours=[0], axes=NONE, numpoints=6000);
Question:
What happens when b=1? Any other interesting values of b? Try sketching more members of this family.
family of elliptic curves

Notes on lectures

Week 1: Conics and projective space.

Week 2: p-adic numbers

Week 3: Hasse's local – global principle for conics

Week 4: Hasse's local-global principle for conics

Week 5: Cubic curves

A cubic curve is defined by an equation of the form
affine cubic,a_1{x}^3 + a_2{y}^3 + a_3{x}^2{y} + a_4{x}{y}^2 + a_5{x}^2 + a_6{y}^2 + a_7 {x}{y} + a_8{x} + a_9{y} + a_{10}=0
where the a_is are coefficients, which we'll take to be rational, and the x and y are affine coordinates. Projectivising, we replace this with:
projective cubic

Week 6: The group law on elliptic curves

Week 7: The Weierstrass form of elliptic curves

Week 8: The group law on singular elliptic curves

Go to part 2 for a continuation of this page