
Matt L. answered 01/29/13
MIT/Harvard Grad for Academic Tutoring & Test Prep
Roman is right that the answer is very close to
(1000000000000000000001)20 + 1/2 = (1021+1)20 + 1/2
In particular, he's right that the error is very small, much less than 1/2. But you can be even more precise using the Arithmetic Mean-Geometric Mean-Harmonic Mean (AM-GM-HM) Inequality. That's because
sqrt(x2+x)=sqrt[x(x+1)]
is just the geometric mean of x and x+1. The AM-GM-HM inequality says that the arithmetic mean of two different numbers is greater than the geometric mean which in turn is greater than harmonic mean. In other words, the geometric mean is between the arithmetic mean and the harmonic mean. If you don't know what these means are, you can read about them here:
http://www.artofproblemsolving.com/Wiki/index.php/RMS-AM-GM-HM
In the problem you gave, the arithmetic mean of x and x+1 is just x + 1/2, and after a little algebra you'll see that the harmonic mean is
[x(x+1)]/(x+1/2)
That means the difference between the arithmetic mean and the harmonic mean is
AM - HM = (x + 1/2) - [x(x+1)]/(x+1/2) = [(x+1/2)^2-x(x+1)]/(x+1/2)=(1/4)/(x+1/2)=1/(4x+2)
For the gigantic number x you gave, namely x=(1021+1)20, this gap between the arithmetic mean and the harmonic mean is astronomically small. Since the geometric mean, which is what we want, must be between the arithmetic mean and the harmonic mean, the estimate of the geometric mean as x + 1/2 is extremely, extremely close.
Prasenjeet S.
Great! thanks ! but how you know that root under x2+x =x + 1/2
01/29/13