🎓 Prepared by students from Boğaziçi University

What is a Logarithm?

A logarithm answers the question: to what power must a base be raised to get a given number? Logarithms are the inverse of exponentiation and appear in growth, decay, pH, sound intensity (decibels) and computer science (binary search).

Short answer

The logarithm log_b(x) = y means b^y = x — the exponent y that the base b must be raised to in order to produce x. For example log_2(8) = 3 because 2³ = 8.

y = log₂(x)
54310
x: x · y: y = log₂(x)
01

Try it: interactive calculator

log_b(x)
3
= ln(8)/ln(2)
02

Step-by-step worked examples

Find log_2(8).

log_2(8) = y means 2^y = 8
2³ = 8, so y = 3

Find log_10(1000).

log_10(1000) = y means 10^y = 1000
10³ = 1000, so y = 3

Solve for x: log_3(x) = 4.

log_3(x) = 4 means 3⁴ = x
3⁴ = 81, so x = 81
03

Flashcards

04

Quick quiz

Q1.log_2(16) equals:

Correct answer: B. 2⁴ = 16, so log_2(16) = 4.

Q2.log_10(100) equals:

Correct answer: B. 10² = 100, so log_10(100) = 2.

Q3.log_b(1) is always:

Correct answer: C. Any base to the power 0 equals 1, so log_b(1) = 0.

Q4.log_b(mn) equals:

Correct answer: B. The product rule: log_b(mn) = log_b(m) + log_b(n).
📄Download this topic as a printable worksheet (PDF)Summary + 10 questions + answer key — print it, share it in class.
Study better with Bounlu apps
Notek
Notek

The full card deck, worked steps and AI-tutor support for “What is a Logarithm?” are in Notek — study by hand before your exam.

Get it free
Notek 1Notek 2Notek 3Notek 4Notek 5
05

Common mistakes

Thinking log(mn) = log(m) × log(n).Correct: The product rule adds logs: log(mn) = log(m) + log(n).

Taking the log of a negative number or zero.Correct: Logarithms are only defined for positive arguments (x > 0).

Confusing log base 10 with natural log (ln).Correct: log (no subscript) usually means base 10; ln always means base e.

Forgetting the base changes the answer.Correct: log_2(8)=3 but log_10(8)≈0.9 — always check which base is being used.

06

FAQ

What is a logarithm?

The inverse of exponentiation: log_b(x) = y means b raised to y equals x.

What is the logarithm formula?

log_b(x) = y is equivalent to b^y = x.

How do you calculate a logarithm?

Use the change-of-base formula: log_b(x) = ln(x)/ln(b), or recognize b^y = x directly.

What are examples of logarithms?

log_2(8)=3, log_10(1000)=3, and log_3(81)=4 are common worked examples.

Related topics