Math 201A, Fall 2006: Fibonacci Ratios & Nonlinear Integral Equation, Assignments of Mathematical Methods for Numerical Analysis and Optimization

Solutions to problem set 7 for math 201a, fall 2006. The solutions cover the convergence of the ratio of successive terms in the fibonacci sequence to the golden ratio and the analysis of a nonlinear integral equation. The document also includes proofs for the uniqueness and existence of fixed points.

Typology: Assignments

Pre 2010

Uploaded on 07/30/2009

koofers-user-izs
koofers-user-izs ๐Ÿ‡บ๐Ÿ‡ธ

10 documents

1 / 5

Toggle sidebar

This page cannot be seen from the preview

Don't miss anything!

bg1
Solutions: Problem Set 7
Math 201A,Fall 2006
Problem 1. Let rn=xn+1/xnbe the ratio of successive terms in the
Fibonacci sequence (xn) defined by xn+1 =xn+xnโˆ’1with x0=x1= 1.
Prove that rnโ†’ฯ†as nโ†’ โˆž where ฯ†= (1 + โˆš5)/2 is the golden ratio.
Solution.
โ€ขDividing the recursion relation for the Fibonacci sequence by xn, we
get
rn+1 = 1 + 1
rn
, r1=3
2.
โ€ขLet f(r) = 1 + 1/r. Then f0(r) = โˆ’1/r2<0 in r > 0. Hence
f: (0,โˆž)โ†’Ris monotone decreasing. Since f(3/2) = 5/3 and
f(2) = 3/2, we see that f: [3/2,2] โ†’[3/2,2]. Moreover |f0(r)| โ‰ค 4/9
for 3/2โ‰คrโ‰ค2, so by the mean value theorem fis a contraction on
[3/2,2]. The closed interval [3/2,2] is complete.
โ€ขBy the contraction mapping theorem, fhas a unique fixed point rโˆˆ
[3/2,2] and the iterates rndefined by rn+1 =f(rn) with r1โˆˆ[3/2,2]
converge to ras nโ†’ โˆž.
โ€ขThe fixed points rof fsatisfy r= 1 + 1/r, or r2โˆ’rโˆ’1 = 0. Hence
r=1ยฑโˆš5
2.
The unique fixed point in [3/2,2] is ฯ†, so rnโ†’ฯ†as nโ†’ โˆž.
pf3
pf4
pf5

Partial preview of the text

Download Math 201A, Fall 2006: Fibonacci Ratios & Nonlinear Integral Equation and more Assignments Mathematical Methods for Numerical Analysis and Optimization in PDF only on Docsity!

Solutions: Problem Set 7

Math 201A, Fall 2006

Problem 1. Let rn = xn+1/xn be the ratio of successive terms in the

Fibonacci sequence (xn) defined by xn+1 = xn + xnโˆ’ 1 with x 0 = x 1 = 1.

Prove that rn โ†’ ฯ† as n โ†’ โˆž where ฯ† = (1 +

5)/2 is the golden ratio.

Solution.

  • Dividing the recursion relation for the Fibonacci sequence by xn, we

get

rn+1 = 1 +

rn

, r 1 =

  • Let f (r) = 1 + 1/r. Then f

โ€ฒ (r) = โˆ’ 1 /r

2 < 0 in r > 0. Hence

f : (0, โˆž) โ†’ R is monotone decreasing. Since f (3/2) = 5/3 and

f (2) = 3/2, we see that f : [3/ 2 , 2] โ†’ [3/ 2 , 2]. Moreover |f

โ€ฒ (r)| โ‰ค 4 / 9

for 3/ 2 โ‰ค r โ‰ค 2, so by the mean value theorem f is a contraction on

[3/ 2 , 2]. The closed interval [3/ 2 , 2] is complete.

  • By the contraction mapping theorem, f has a unique fixed point r โˆˆ

[3/ 2 , 2] and the iterates rn defined by rn+1 = f (rn) with r 1 โˆˆ [3/ 2 , 2]

converge to r as n โ†’ โˆž.

  • The fixed points r of f satisfy r = 1 + 1/r, or r

2 โˆ’ r โˆ’ 1 = 0. Hence

r =

The unique fixed point in [3/ 2 , 2] is ฯ†, so rn โ†’ ฯ† as n โ†’ โˆž.

Problem 2. Show that the mapping T : R โ†’ R defined by

T x = 1 + log (1 + e

x )

satisfies |T x โˆ’ T y| < |x โˆ’ y| for all x, y โˆˆ R with x 6 = y, but T does not

have any fixed points. Why doesnโ€™t this example contradict the contraction

mapping theorem?

Solution.

  • Since

T

โ€ฒ (x) =

e

x

1 + ex^

we have 0 < T

โ€ฒ < 1. The mean value theorem implies that if x 6 = y

T x โˆ’ T y = T

โ€ฒ (ฮพ)(x โˆ’ y)

for some ฮพ between x and y, so

|T x โˆ’ T y| < |x โˆ’ y|.

  • We have

T x โˆ’ x = 1 + log

1 + e

โˆ’x

so T has no fixed point. (In fact, T maps any point a distance greater

than 1 away from itself.)

  • As x, y โ†’ โˆž, we have |T x โˆ’ T y|/|x โˆ’ y| โ†’ 1, so there is no constant

c < 1 such that |T x โˆ’ T y| โ‰ค c|x โˆ’ y| for all x, y โˆˆ R. Thus, T does not

satisfy the hypothesis of the contraction mapping theorem.

Problem 4. Consider the following nonlinear integral equation:

f (x) โˆ’

ฯ€

0

f

2 (y)

1 + x

2

  • y

2

dy =

, 0 โ‰ค x โ‰ค 1. (1)

Prove that there is a unique continuous solution f : [0, 1] โ†’ [0, 1] of this

equation.

Solution.

  • Define T by

(T f )(x) =

ฯ€

0

f

2 (y)

1 + x^2 + y^2

dy.

Then f is a solution of the integral equation if and only if f = T f ,

meaning that f is a fixed point of T.

  • Let

B = {f โˆˆ C([0, 1]) | f : [0, 1] โ†’ [0, 1]}.

Then B is a closed subset of the complete space C([0, 1]), since point-

wise convergence โ€” and hence uniform convergence โ€” preserves the

condition 0 โ‰ค f (x) โ‰ค 1, so it is complete.

  • Suppose that k : [0, 1] ร— [0, 1] โ†’ R is continuous. If f : [0, 1] โ†’ R is

square-integrable and g : [0, 1] โ†’ R is given by

g(x) =

1

0

k(x, y)f

2 (y) dy,

then

|g(x 1 ) โˆ’ g(x 2 )| =

0

[k(x 1 , y) โˆ’ k(x 2 , y)] f

2 (y) dy

0

f

2 (y) dy

sup yโˆˆ[0,1]

|k(x 1 , y) โˆ’ k(x 2 , y)|.

Since k is continuous and [0, 1] is compact, it follows that g is continu-

ous. In particular, this is true if f is continuous.

  • By the previous part, if f โˆˆ C([0, 1]) then T f โˆˆ C([0, 1]). Since the

integrand in (1) is nonnegative, we have T f โ‰ฅ 0 for every f โˆˆ C[0, 1].

(In fact, T f โ‰ฅ 3 /4.) If |f | โ‰ค 1, then

T f (x) โ‰ค

ฯ€

0

1 + x^2 + y^2

dy

ฯ€

0

1 + y^2

dy

It follows that T maps B into itself.

  • We claim that T is a contraction on B. If f, g โˆˆ B then โ€–f โ€–โˆž, โ€–gโ€–โˆž โ‰ค 1

and

|T f (x) โˆ’ T g(x)| =

ฯ€

0

f

2 (y) โˆ’ g

2 (y)

1 + x^2 + y^2

dy

โ‰ค โ€–f

2 โˆ’ g

2 โ€–โˆž

ฯ€

0

1 + x

2

  • y

2

dy

โ‰ค (โ€–f โ€–โˆž + โ€–gโ€–โˆž) โ€–f โˆ’ gโ€–โˆž

ฯ€

0

1 + y

2

dy

โ€–f โˆ’ gโ€–โˆž.

Hence, โ€–T f โˆ’ T gโ€–โˆž โ‰ค cโ€–f โˆ’ gโ€–โˆž with c = 1/2.

  • By the contraction mapping theorem, T has a unique fixed point f โˆˆ B,

which proves the result.