How to calculate large exponents by hand like they did in ancient times? Is it something to do with Prosthaphaeresis? for example calculate $2^{15}$.
2026-04-06 08:03:08.1775462588
How to calculate large exponents by hand?
7.3k Views Asked by user2723 https://math.techqa.club/user/user2723/detail At
1
Use logarithms perhaps?
$$\log_{10} 2^{15} = 15\log_{10} 2 \sim 15\cdot0.3 =4.5$$ So that: $$2^{15} \sim 10^{4.5} = 10^4\sqrt{10} \sim3\cdot 10^4$$ Which is just 7% percent away, and can be done in your head as long as you remember that $\log_{10} 2 \sim 0.3$, which most engineers probably do.