Still in Chapter 2 - field extensions. Then Chapter 3, for the idea of dimension (and a review of some linear algebra).
The double square brackets in F[[x]] is new notation. When R is a ring we write R[[x]] for the ring of "formal power series" in the variable x. That's the set of all expressions of the form a0 + a1x + a2x2 + ... where the coefficients ai come from the ring R. You add and multiply those objects using the usual rules for the arithmetic of exponents (which are ordinary integers) and the arithmetic of the ring R for adding and multiplying the coefficients.
x2 - 2y2 = +-1 (*) n xn yn check 1 1 1 1 - 2*1 = -1 2 3 2 9 - 2*4 = 1 3 7 5 49 - 2*25 = -1Lewanda noted that the pattern seems to be
yn+1 = xn + yn xn+1 = xn + 2ynThis set of solutions to (*) isn't an accident. There's a conceptual way to see what's going on. The clue is in the arithmetic of the ring R = Z[sqrt(2)] - the set of all real numbers of the form a+b*sqrt(2) where a and b are ordinary integers. R is very far from being a field. Most of its members don't have multiplicative inverses. But some do.
x2 - dy2 = +-1 (**)(We've just studied the special case d=2.) See how far you can get with the cases d=3 and d=5. First look for one small solution, then use the strategy above to see how to generate the table.
For more information on this topic (probably more than you want to know), you can google "Pell's equation". Here's the first hit, from mathworld. It's pretty informative, particularly down toward the bottom of the page, at about equation (31). If you get that far, look at the smallest solution for d=61.