Logarithm Calculator

General Logarithm: logb(x)

logb(x) = y means by = x

Natural Logarithm: ln(x)

ln(x) = loge(x) where e ≈ 2.71828

Common Logarithm: log₁₀(x)

log₁₀(x) = log(x) (base 10)

Antilog Calculator: bx

antilogb(x) = bx

Logarithm Properties

Product Rule
logb(xy) = logb(x) + logb(y)
Quotient Rule
logb(x/y) = logb(x) - logb(y)
Power Rule
logb(xn) = n · logb(x)
Change of Base
logb(x) = logc(x) / logc(b)
Base Identity
logb(b) = 1
Unity Identity
logb(1) = 0

Change of Base Formula

logb(x) = ln(x) / ln(b) = log₁₀(x) / log₁₀(b)

Logarithm Calculator — quick guide

1) Core idea

Logarithms are the inverse of exponentials: if b^x = y then logb(y) = x. They turn multiplication into addition and powers into products.

2) How this tool works

3) Sanity checks

4) Shortcuts that help

5) Common pitfalls

6) Micro-examples

7) Mini-FAQ

8) Action tip

Switch bases with the change-of-base panel, then compare ln vs log10 to build intuition across contexts.