Which is the biggest and which the smallest of these numbers and
how do they compare in magnitude?
|
|
This solution comes from Ilham Kurnia, age 18, St. Patrick's
College, Wellington, well done and thank you Ilham.
First let's define the function floor(
), where
is a real
number, such that floor(
) = the integer part of
.
Let
.
As a general rule, y will be the number of digits of x in base a.
If we reverse this, we can say that
is somewhere between
and
.
Another basic rule is
. If we don't
use this rule, the calculation cannot be handled using any
standard scientific calculators, as they can't handle calculation
with numbers greater than
.
If we use these two rules to A, B and C in base 10, it will show
that A has 6609 digits, B has 6606 digits, and C has 6603 digits
in base 10.
Therefore, A is bigger than B which in turn is bigger than C. A is
the biggest, and C is the smallest.
A similar solution uses the fact that the logarithm function is an
increasing function so it follows that
if and
only if
. Hence
|
|
|
|
|
|
The approximate difference is given by :
, hence
. Similarly
. Thus
Here is Koopa Koo's more general result.
Claim:
Proof:
if and only if
I shall prove
i.e.
Let
so that for example
f(2) = 4log2 - 3log3.
Differentiating this function,
|
|
This derivative is positive if and only if
Using
for all
, let
.
We have
.
So the
function f is increasing, in particular,
and it follows that
.
The proof that
is
similar.