[Math] Comparing Powers of Different Bases

algebra-precalculusexponentiationinequalitylogarithms

How can I know if one power is bigger than the other when the bases are different?

For example, considering $2^{10}$ and $10^{3}$ the former is the greater one, but how to prove this? Logarithms? I'll be working with big numbers, and though a more general solution is really appreciated, I will be comparing exactly powers of $2$ and $10$.

Best Answer

$\mathrm{log}_2$ is the way to go.

$\mathrm{log}_2(2^{2000})=2000$

$\mathrm{log}_2(10^{800})=800\,\log_2(10)$

So which is bigger $20$ or $8\mathrm{log}_2(10)$?

Let's see $20$ is smaller than $8 \times 3=24$ and $\mathrm{log}_2(10) > \mathrm{log}_2(8)=\mathrm{log}_2(2^3)=3$. So it looks like: $$2^{2000} < 10^{800}$$ (no calculator required).

To compare: $3=\mathrm{log}_2(2^3)=\mathrm{log}_2(8)<\mathrm{log}_2(10)<\mathrm{log}_2(16)=\mathrm{log}_2(2^4)=4$

Related Question