Processing math: 100%

Monday, August 21, 2017

An easy exercise on continued fractions

1. Basic theory of continued fractions

Let (an)n0 and (bn)n1 be such that an,bn>0. (By convention, we always set b0=1.) If we define 2×2 matrices (Pn)n1 by

Pn=(0110)(011a0)(0b11a1)(0bn1an)

then it can be written in the form

Pn=(pn1pnqn1qn)

where (pn) and (qn) solves the following recurrence relation

{pn=anpn1+bnpn2,p2=0,p1=1qn=anqn1+bnqn2,p2=1,p1=0

Using the theory of fractional linear transformation, we find that

pnqn=a0+nKi=1biai=a0+b1a1+b2a2+bn1an1+bnan

where the right-hand side is the Gauss' Kettenbruch notation for continued fractions. Taking determinant to Pn and simplifying a little bit, we also obtain

pnqn=a0+ni=1(1)i1b1biqiqi1

which is often useful for establishing the convergence of the infinite continued fraction.

2. Computing some continued fractions

Let (pn) and (qn) be as before. Assume that pn/qn converges and that we can find a sequence (rn) of positive reals such that n=0qnrnxn converges for x[0,1) and diverges at x=1. Then we can compute the limit of pn/qn through the following averaging argument:

a0+Ki=1biai=limnpnqn=limnpn/rnqn/rn=limx1n=0pnrnxnn=0qnrnxn.

We give some examples to which this technique applies.

Example 1. As the first example, we consider the following identity

11+22+33+=Kn=1nn=1e1.

In this case, it turns out that we can choose rn=n!. Indeed, assume that (cn) solves the recurrence relation cn=ncn1+ncn2. Then the exponential generating function

y(x)=n=0cnn!xn

solves the initial value problem

y+x2+1x(x1)y=c0x(x1),y(0)=c0.

The solution is easily found by the integrating factor method.

y(x)=c0+(c12c0)xex(x1)2.

Plugging cn=pn and cn=qn, we obtain

Kn=1nn=limx1p0+(p12p0)xexq0+(q12q0)xex=e11e1=1e1

as desired.

Example 2. The exponential generating function y(x) of cn=ncn1+ncn2 solves the equation

(x1)y+2y+y=0.

Any solution of this equation is of the form

y(x)=αI1(21x)+βK1(21x)1x,

where I1 and K1 are the modified Bessel functions of order 1. From this we deduce that

11+12+13+=Kn=11n=limx1I1(2)K1(21x)K1(2)I1(21x)I0(2)K1(21x)+K0(2)I1(21x)=I1(2)I0(2).

Example 3. Consider the Rogers-Ramanujan continued fraction

11+q1+q21+=Kn=1qn11.

Adopting the same strategy, the generating function y(x)=n=0cnxn for the recurrence relation cn=cn1+qn1cn2 satisfies

y(x)=c0+c1x1x+qx21xy(qx).

Let y0 be the solution for (c0,c1)=(0,1) and y1 the solution for (c0,c1)=(1,1). Then it follows that both y0 and y1 has simple pole at x=1 and thus

Kn=1qn11=1+qy0(q)1+qy1(q).

Iterating the functional equation for y0 and y1, we find that

1+qy0(q)=n=0qn(n+1)(q;q)n,1+qy1(q)=n=0qn2(q;q)n.

Rogers-Ramanujan identities tell that these can be represented in terms of infinite q-Pochhammer symbol.

No comments:

Post a Comment