Jump to content

Real sequences/Heron's method/Introduction/Section

From Wikiversity
Heron of Alexandria (1. century a.C.)

We begin with a motivating example.


We would like to "compute“ the square root of a natural number, say of 5. Such a number x with the property x2=5 does not exist within the rational numbers (this follows from unique prime factorization). If xR is such an element, then also x has this property. Due to fact, there can not be more than two solutions.

Though there is no solution within the rational numbers for the equation x2=5, there exist arbitrarily good approximations for it with rational numbers. Arbitrarily good means that the error (the deviation) can be made so small that it is below any given positive bound. The classical method to approximate a square root is Heron's method. This is an iterative method, i.e., the next approximation is computed from the preceding approximation. Let us start with a:=x0:=2 as a first approximation. Because of

x02=22=4<5

we see that x0 is to small, x0<x. From a2<5 (a being positive) we get 5/a2>1 and therefore (5/a)2>5, so 5/a>5. Hence we have the estimates

a<5<5/a,

where we get a rational number on the right hand side if a is rational. Such an estimate provides a certain idea where 5 lies. The difference 5/aa is a measure for how good the approximation is.

In particular, when we start with 2, we get that the square root 5 is between 2 and 5/2. Then we take the arithmetic mean of the interval bounds, so

x1:=2+522=94.

Due to (94)2=8116>5, this value is too large and therefore 5 is in the interval [549,94]. Then, we take again the arithmetic mean of these interval bounds and we set

x2:=549+942=16172

to be the next approximation. Continuing like that, we get better and better approximations for 5.

In this way we get always a sequence of better and better approximations of the square root of a positive real number.


Let c+ denote a positive real number. The Heron-sequence, with the positive initial value x0, is defined recursively by

xn+1:=xn+cxn2

Accordingly, this method is called Heron's method for the computation of square roots. In particular, this method produces for every natural number n a real number which approximates a number defined by a certain algebraic property within an error which is arbitrarily small. In many technical applications, it is enough to know a certain number within a certain accuracy, but the accuracy aimed at might depend on the technical goal. In general, there is no accuracy which will work for all possible applications. Instead, it is important to know how to improve a good approximation by a better approximation and to know how many (computational) steps one has to take in order to reach a certain desired approximation. This idea yields the concepts sequence and convergence.


A real sequence is a mapping

,nxn.

We usually write a sequence as (xn)n or simple as (xn)n. For a given starting number x0, the recursively defined numbers by Heron's method (for the computation of c) form a sequence. Sometimes a sequence is not defined for all natural numbers, but just for all natural numbers N. But all concepts and statements apply also in this situation.


Let (xn)n denote a real sequence, and let x. We say that the sequence converges to x, if the following property holds.

For every positive ϵ>0, ϵ, there exists some n0, such that for all nn0, the estimate

|xnx|ϵ

holds.

If this condition is fulfilled, then x is called the limit of the sequence. For this we write

limnxn:=x.
If the sequence converges to a limit, we just say that the sequence converges, otherwise, that the sequence diverges.

One should think of the given ϵ as a small but positive real number which expresses the desired aiming accuracy (or the allowed error). The natural number n0 represents the effort how far one has to go in order to achieve the desired accuracy, and in fact in such a way that above this effort number n0, all the following members will stay within this allowed error. Thus, convergence means that every possible accuracy can be achieved by some suitable effort. The smaller the error is supposed to be (the better the approximation shall be), the higher the effort will be. Instead of arbitrary positive real numbers ϵ, one can also work with unit fractions (the rational numbers of the form 1k, k+), see exercise, or with the inverse powers of ten 110, .

For ϵ>0 and a real number x, the interval ]xϵ,x+ϵ[ is also called the ϵ-neighborhood of x. A sequence converging to 0 is called null sequence.




A constant sequence xn:=c converges to the limit c. This follows immediately, since for every ϵ>0, we can take n0=0. Then we have

|xnc|=|cc|=|0|=0<ϵ

for all n.


The sequence

xn=1n

converges to the limit 0. To show this, let some positive ϵ be given. Due to the Archimedean axiom, there exists an n0, such that 1n0ϵ. Then for all nn0, the estimate

|xn0|=1n1n0ϵ

holds.


We consider the sequence

xn=0.3333,

with exactly n digits after the point. We claim that this sequence converges to 1/3. For this, we have to determine |0,333313|, and before we can do this, we have to recall the meaning of a decimal expansion. We have

xn=0.3333=333310n=j=0n1310j10n,

and therefore

|0,333313|=|j=0n1310j10n13|=|3(j=0n1310j)10n310n|=|(j=0n1910j)10n310n|=|1310n|=1310n.

If now a positive ϵ is given, then for n sufficiently large, this last term is ϵ.


Lemma

A

real sequence has at most one limit.

Proof  

We assume that the sequence has two distinct limits x,y, xy. Then d:=|xy|>0. We consider ϵ:=d/3>0. Because of the convergence to x there exists an n0 such that

|xnx|ϵ for all nn0

and because of the convergence to y there exists an n0 such that

|xny|ϵ for all nn0.

hence both conditions hold simultaneously for nmax{n0,n0}. Suppose that n is as large as this maximum. Then due to the triangle inequality we arrive at the contradiction

d=|xy||xxn|+|xny|ϵ+ϵ=2d/3.