Log 計算

Essential Logarithm Formulas

Basic Properties

Definition

For any positive numbers MM, bb (where b1b ≠ 1):

y=logb(M)    by=My = \log_b(M) \iff b^y = M

Basic Values

ExpressionValueReason
logb(1)\log_b(1)00b0=1b^0 = 1
logb(b)\log_b(b)11b1=bb^1 = b
logb(bn)\log_b(b^n)nnbn=bnb^n = b^n
Remember
The base bb must be positive and not equal to 1.

Core Rules

Product Rule

When multiplying numbers inside a logarithm:

logb(M×N)=logb(M)+logb(N)\log_b(M × N) = \log_b(M) + \log_b(N)

Quotient Rule

When dividing numbers inside a logarithm:

logb(M÷N)=logb(M)logb(N)\log_b(M ÷ N) = \log_b(M) - \log_b(N)

Power Rule

When dealing with exponents:

logb(Mn)=n×logb(M)\log_b(M^n) = n × \log_b(M)

Quick Check

These rules work with any base, including:

  • Common logarithm (base 10)
  • Natural logarithm (base e)
  • Binary logarithm (base 2)

Change of Base

General Formula

To convert between different bases:

logb(M)=loga(M)loga(b)\log_b(M) = \frac{\log_a(M)}{\log_a(b)}

Where aa can be any base (commonly 10 or e)

Common Conversions

FromToFormula
ln(x)\ln(x)log10(x)\log_{10}(x)ln(x)×0.4343\ln(x) × 0.4343
log10(x)\log_{10}(x)ln(x)\ln(x)log10(x)×2.303\log_{10}(x) × 2.303
Calculator Tip

Most calculators only have log\log (base 10) and ln\ln (base e) buttons. Use the change of base formula for other bases!

Common Patterns

Exponential Equations

To solve bx=Mb^x = M:

x=logb(M)x = \log_b(M)

Example: If 2x=82^x = 8, then x=log2(8)=3x = \log_2(8) = 3

Logarithmic Equations

To solve logb(x)=M\log_b(x) = M:

x=bMx = b^M

Example: If log10(x)=2\log_{10}(x) = 2, then x=102=100x = 10^2 = 100

Common Mistakes
  • You cannot take the logarithm of zero or negative numbers
  • The base cannot be 1 or negative
  • Always check your answer in the original equation

Quick Reference Table

RuleFormula
Productlogb(M×N)=logb(M)+logb(N)\log_b(M × N) = \log_b(M) + \log_b(N)
Quotientlogb(M÷N)=logb(M)logb(N)\log_b(M ÷ N) = \log_b(M) - \log_b(N)
Powerlogb(Mn)=n×logb(M)\log_b(M^n) = n × \log_b(M)
Change of Baselogb(M)=loga(M)loga(b)\log_b(M) = \frac{\log_a(M)}{\log_a(b)}
Definitionlogb(M)=y    by=M\log_b(M) = y \iff b^y = M

Try these formulas in our calculator →