Log Calculator

Standard Logarithm

Logarithmic Equation Solver

Logarithm Properties Calculator

What is a Logarithm?

A logarithm is the inverse operation of exponentiation. If bx = a, then logb(a) = x, where b is the base, a is the argument, and x is the logarithm. Logarithms help solve equations where the unknown variable appears as an exponent and are essential in many scientific and mathematical applications.

Types of Logarithms

Common Logarithm (Base 10)

log₁₀(x) or simply log(x)

The common logarithm uses base 10 and is widely used in scientific calculations, engineering, and the decibel scale for sound measurement.

Natural Logarithm (Base e)

ln(x) = loge(x)

The natural logarithm uses Euler’s number (e ≈ 2.718) as its base. It’s fundamental in calculus, continuous growth models, and compound interest calculations.

Binary Logarithm (Base 2)

log₂(x)

The binary logarithm is crucial in computer science, information theory, and algorithms. It represents how many times you can divide a number by 2.

Logarithm Properties

Product Rule

logb(mn) = logb(m) + logb(n)

The logarithm of a product equals the sum of the logarithms of its factors.

Quotient Rule

logb(m/n) = logb(m) – logb(n)

The logarithm of a quotient equals the difference of the logarithms.

Power Rule

logb(mn) = n × logb(m)

The logarithm of a power equals the exponent times the logarithm of the base.

Change of Base Formula

logb(x) = logc(x) / logc(b)

This formula allows conversion between different logarithm bases.

Step-by-Step Examples

Basic Logarithm

Problem: Calculate log₁₀(1000)

Solution:

Ask: “10 to what power equals 1000?”

Since 10³ = 1000

Answer: log₁₀(1000) = 3

Natural Logarithm

Problem: Calculate ln(e²)

Solution:

Ask: “e to what power equals e²?”

Since e² = e²

Answer: ln(e²) = 2

Product Rule Application

Problem: Simplify log₂(8 × 16)

Solution:

log₂(8 × 16) = log₂(8) + log₂(16)

= 3 + 4 = 7

Verification: 8 × 16 = 128 = 2⁷

Change of Base

Problem: Calculate log₃(27) using base 10

Solution:

log₃(27) = log₁₀(27) / log₁₀(3)

= 1.431 / 0.477 ≈ 3

Answer: log₃(27) = 3

Practical Applications

Sound Measurement

The decibel scale uses logarithms to measure sound intensity. The formula dB = 10 × log₁₀(I/I₀) converts intensity ratios to decibels.

Compound Interest

Logarithms calculate how long investments take to reach target values. The formula t = ln(A/P) / ln(1 + r) finds time for compound growth.

pH Scale

The pH scale uses logarithms to measure acidity. pH = -log₁₀([H⁺]) converts hydrogen ion concentration to pH values.

Earthquake Magnitude

The Richter scale uses logarithms to measure earthquake intensity. Each unit increase represents a 10-fold increase in amplitude.

Frequently Asked Questions

What is the difference between log and ln?

The term “log” typically refers to the common logarithm (base 10), whilst “ln” specifically denotes the natural logarithm (base e). However, in advanced mathematics, “log” sometimes refers to the natural logarithm, so context matters.

Can you take the logarithm of zero or negative numbers?

No, logarithms are only defined for positive real numbers. The logarithm of zero approaches negative infinity, whilst negative numbers don’t have real logarithms (though complex logarithms exist in advanced mathematics).

How do I calculate logarithms with different bases?

Use the change of base formula: logb(x) = logc(x) / logc(b), where c is any convenient base (usually 10 or e). Most calculators only have log (base 10) and ln (base e) buttons.

What does it mean when logb(x) = 0?

When logb(x) = 0, it means that x = 1, because any positive number raised to the power of 0 equals 1. This is why logb(1) = 0 for any valid base b.

How are logarithms used in real life?

Logarithms appear in finance (compound interest calculations), science (pH levels, decibel measurements), computer science (algorithm analysis), and engineering (signal processing). They’re essential for handling exponential growth and large number ranges.

Common Logarithm Values

Here are some useful logarithm values to remember:

Base 10 (Common)

log₁₀(1) = 0
log₁₀(10) = 1
log₁₀(100) = 2
log₁₀(1000) = 3

Base e (Natural)

ln(1) = 0
ln(e) = 1
ln(e²) = 2
ln(e³) = 3

Base 2 (Binary)

log₂(1) = 0
log₂(2) = 1
log₂(4) = 2
log₂(8) = 3

Logarithm Laws Summary

The fundamental laws of logarithms are derived from the properties of exponents and provide powerful tools for simplifying complex calculations:

  • Identity Laws: logb(1) = 0 and logb(b) = 1
  • Inverse Law: blogb(x) = x
  • Product Law: logb(xy) = logb(x) + logb(y)
  • Quotient Law: logb(x/y) = logb(x) – logb(y)
  • Power Law: logb(xn) = n × logb(x)
  • Change of Base: logb(x) = logc(x) / logc(b)

These properties make logarithms invaluable for solving exponential equations, analysing exponential growth and decay, and converting multiplicative relationships into additive ones for easier computation.

Scroll to Top