Log Calculator (Logarithm)

Calculate logarithms, antilogs, and bases with step-by-step solutions

Logarithm Calculator

Current: Calculate logarithm log_b(x) - log (base 10)
Calculate log(100)
Must be positive (x > 0)

Result

Calculate logarithm log_b(x)
log₁₀(100) = 2.000000
Type
log (base 10)
Base
10
Result
2.000000
Explanation
Calculate the common logarithm (base 10) of 100

Step-by-Step Solution

1.Calculate the common logarithm of 100
2.log₁₀(100) = log₁₀(100)
3.Using base 10
4.log₁₀(100) = 2.000000
Related Properties
log (base 10)(1) = 0
log (base 10)(10) = 1
log (base 10)(100 × k) = 2.000 + log (base 10)(k)
log (base 10)(100²) = 2 × 2.000

Logarithm Types

Natural (ln)

Base e ≈ 2.718281

Used in calculus, growth models

Common (log)

Base 10

Used in science, engineering

Binary (log₂)

Base 2

Used in computer science

Custom

Any positive base ≠ 1

Uses change of base formula

Key Properties

Product Rule

log(xy) = log(x) + log(y)

Quotient Rule

log(x/y) = log(x) - log(y)

Power Rule

log(x^n) = n × log(x)

Change of Base

log_a(x) = log(x) / log(a)

Special Values

log(1) = 0, log(base) = 1

Understanding Logarithms

What is a Logarithm?

A logarithm is the inverse operation of exponentiation. If b^y = x, then log_b(x) = y. In other words, the logarithm tells us what power we need to raise the base to get a specific number.

Key Relationships

  • If b^y = x, then log_b(x) = y
  • b^(log_b(x)) = x (for x > 0)
  • log_b(b^x) = x
  • Logarithms are only defined for positive numbers

Common Logarithm Values

xlog₁₀(x)ln(x)
100
20.3010.693
e ≈ 2.7180.4341
1012.303
10024.605
100036.908

Change of Base Formula

To calculate logarithms with any base using natural or common logarithms:

log_a(x) = ln(x) / ln(a) = log₁₀(x) / log₁₀(a)

Real-World Applications

Science & Engineering

pH scale (acidity), Richter scale (earthquakes), decibel scale (sound)

Finance

Compound interest calculations, investment growth, inflation models

Computer Science

Algorithm complexity, binary logarithms, information theory