Evaluate log₂(32) without a calculator

hard CBSE JEE-MAIN 2 min read

Question

Evaluate log232\log_2 32 without a calculator.

Solution — Step by Step

Let log232=x\log_2 32 = x. By the definition of logarithm, this means:

2x=322^x = 32
32=2×2×2×2×2=2532 = 2 \times 2 \times 2 \times 2 \times 2 = 2^5

So the equation becomes:

2x=252^x = 2^5

Since the bases are equal, the exponents must be equal:

x=5x = 5

Therefore: log232=5\log_2 32 = \mathbf{5}

Why This Works

The logarithm logba=x\log_b a = x asks the question: “To what power must we raise bb to get aa?” Rewriting in exponential form (bx=ab^x = a) often makes the answer obvious, especially when aa is a perfect power of bb.

The key skill is recognising common powers: 21=22^1=2, 22=42^2=4, 23=82^3=8, 24=162^4=16, 25=322^5=32, 26=642^6=64, 27=1282^7=128, 28=2562^8=256, 29=5122^9=512, 210=10242^{10}=1024.

Alternative Method — Using Logarithm Properties

log232=log2(25)=5log22=5×1=5\log_2 32 = \log_2(2^5) = 5 \cdot \log_2 2 = 5 \times 1 = 5

Using the power rule: logb(bn)=n\log_b(b^n) = n, so log2(25)=5\log_2(2^5) = 5.

Common Mistake

Students sometimes try to compute 32/2=1632/2 = 16 and think "log232=16\log_2 32 = 16" or similar — confusing division with logarithms. Logarithm asks “what is the exponent?” not “how many times does 2 go into 32 by division?” Always convert to exponential form first: log232=x2x=32\log_2 32 = x \Leftrightarrow 2^x = 32.

Build a quick lookup table for powers of 2 in your head. Powers of 2 appear constantly in logarithm, binary (computer science), and combinatorics problems. The pattern: 2,4,8,16,32,64,128,256,512,10242, 4, 8, 16, 32, 64, 128, 256, 512, 1024 corresponds to exponents 11 through 1010. Memorise these.

Want to master this topic?

Read the complete guide with more examples and exam tips.

Go to full topic guide →

Try These Next