Is is possible to find the number of digits of $2013^{2013}$ without a calculator?
Asked
Active
Viewed 617 times
3
-
3Can't really get more than $3$ digit accuracy out of a slide rule, so will need to go to log tables. – André Nicolas Aug 04 '13 at 15:34
2 Answers
5
$$1+\lfloor\log_{10}(2013^{2013})\rfloor = 1 + \lfloor 2013\log_{10}(2013)\rfloor = 6651$$
A good estimate without using a calculator is given by $$\log_{10}(2013) = \log_{10}(1000\cdot2\cdot1.0065) = \log_{10}(1000) + \log_{10}(2)+\log_{10}(1.0065)$$ which is approximatively $$\log_{10}(2013)\approx 3+\frac{1}{3}+0 \approx 3.35$$ where the exact result is $\log_{10}(2013) = 3.30384\ldots$

Daniel Robert-Nicoud
- 29,795
-
2
-
1This is not too difficult. The only constant that you need to remember is $\ln 10\approx 2.303$. Then starting from $2^{10}=1024$ you get ($\log$ in base ten) $$10\log 2=3+\log(1.024).$$ Using the differential we get $$\log(1+t)\approx\frac{t}{2.303}$$ for $t\approx0$. This gives $$10\log2=3+\frac{0.024}{2.303}\approx3.0103$$ with pen and paper division of $2400/2303$. The same formula gives $$\log(1.0065)\approx\frac{0.0065}{2.303}\approx0.00282.$$ All this gives $\log2013\approx 3.30385$ (one of us made a mistake in the fifth decimal). Multiplying that is another pen and paper job. – Jyrki Lahtonen Aug 04 '13 at 16:27
-
1Ok, I did remeber $\log 2$ as well. That formula above rounds up to $0.30104$. But all the above can be done with pen and paper. Feynman would have done this with mental arithmetic alone. – Jyrki Lahtonen Aug 04 '13 at 16:33
-
1Feynman and exponential. Euler was also famous for his abilities with mental arithmetic. He was blind towards the end, so he had no choice :-) – Jyrki Lahtonen Aug 04 '13 at 16:43
3
HINT:
Number of digits of $N$ in base $b$ =$1+\lfloor\log_bN\rfloor$ [Proof]
Without calculator $10^3<2013<10^4\implies 3<\log_{10}2013<4$
or as $\sqrt{10^7}>3000>2013, 10^7>2013^2\implies \log_{10}2013<\frac72=3.5$

lab bhattacharjee
- 274,582
-
1Please note that $\lfloor 2013 x \rfloor$ is not necessarily equal to $2013 \lfloor x \rfloor$. You need stronger bounds. – Najib Idrissi Aug 04 '13 at 15:38
-
-
2It is not. The bounds you prove are $3 < \log_{10} 2013 < 3.5$. This is not sufficient to get the value of $\lfloor 2013 \log_{10} 2013 \rfloor$. – Najib Idrissi Aug 04 '13 at 15:40
-
@nik, I don't think without calculator or rigorous calculation, we can achieve better accuracy – lab bhattacharjee Aug 04 '13 at 15:42
-
-
Could you please pinpoint the mistake that has caused the down-voting on the accepted answer – lab bhattacharjee Aug 04 '13 at 16:09
-
I did that. I will remove the downvote, if you edit the answer to acknowledge nik's observation that the accuracy here is not good enough to answer the question. – Jyrki Lahtonen Aug 04 '13 at 16:37