Take any two positive numbers and call the larger one
and smaller
. Calculate the arithmetic mean of the two numbers and call this
, where:
Calculate the geometric mean of
and
and call this
so
that:
Suppose you start with 3 and 12, then the arithmmmetic mean is 7.5 and the geometric mean is 6.
Repeat the calculations to generate a sequence of arithmetic means
,
,
, ... and a sequence of geometric means
,
,
, ... where
In the examle given
|
|
Calculate the first 5 terms of each sequence and mark them on a number line. Calculate a few more terms and make a note of what happens to the two sequences.
Now repeat the same calculations starting with different choices of
positive values for
and
. You should notice the same
behaviour of the two sequences whatever starting values you choose. Describe
and explain this behaviour.
You may like to write a short program for a calculator or computer to calculate the sequences and if so you should send in your program with your solution.