Any real number x can be represented as a continued fraction as:

                b
                 0
x = a + ----------------------
     0            b
                   1
         a  + ----------------
          1           b
                       2
               a  + ----------
                2
                     a  + ...
                      3

Typesetters hate this form (quite understandably), and prefer to write continued fractions as:

      b    b    b
       0    1    2
a  + ---- ---- ---- ....
 0   a  + a  + a  +
      1    2    3

A simple continued fraction is where all of the bn are all identically equal to 1.

Continued fractions can be used to find best rational estimates for irrational numbers. Functions may also be written as continued fractions, giving successively better rational approximations.

Continued Fractions

pk+1 = ak+1pk + pk-1, and
qk+1 = ak+1qk + qk-1



p-2 = q-1 = 0 and
p-1 = q-2 = 1


Leveque, James. Fundamentals of Number Theory. See http://www.amazon.com/exec/obidos/tg/detail/-/0486689069/
qid=1074367205//ref=sr_8_xs_ap_i0_xgl14/002-8476672-9958465?v=glance&s=books&n=507846.

Davenport, H. The Higher Arithmetic. See http://www.amazon.com/exec/obidos/tg/detail/-/0486689069/
qid=1074367205//ref=sr_8_xs_ap_i0_xgl14/002-8476672-9958465?v=glance&s=books&n=507846.

Most information in the writeup comes from personal knowledge gleaned from various sources over the years. However, the above references are either very helpful, well-written, highly-recommended, or several of these things.

Log in or register to write something here or to contact authors.