Log 計算

What is a Logarithm?

What is a Logarithm?

Let’s start with a familiar problem from exponents:

23=82^3 = 8

We know this means:

  • Multiply 2 by itself 3 times: 2×2×2=82 × 2 × 2 = 8
  • The number 3 is called the exponent
  • The number 2 is called the base

Now, what if we want to solve this problem:

2x=82^x = 8

We need to find x. In other words: “What power must we raise 2 to, in order to get 8?”

This is exactly what logarithms help us solve! We write it as:

log2(8)=3\log_2(8) = 3

Think of it this way

log2(8)=3\log_2(8) = 3 means the same as 23=82^3 = 8

They’re just two ways of expressing the same relationship!

Three Common Types of Logarithms

  1. Base 10 Logarithm (written as log\log or log10\log_{10})

    • Most common in everyday calculations
    • Example: log10(100)=2\log_{10}(100) = 2 because 102=10010^2 = 100
  2. Natural Logarithm (written as ln\ln)

    • Uses base ee (approximately 2.718)
    • Very important in calculus
    • Example: ln(e)=1\ln(e) = 1 because e1=ee^1 = e
  3. Base 2 Logarithm (written as log2\log_2)

    • Used in computer science
    • Example: log2(8)=3\log_2(8) = 3 because 23=82^3 = 8

Basic Rules

  1. Product Rule: When multiplying, add the logs log(a×b)=log(a)+log(b)\log(a × b) = \log(a) + \log(b)

  2. Quotient Rule: When dividing, subtract the logs log(a÷b)=log(a)log(b)\log(a ÷ b) = \log(a) - \log(b)

  3. Power Rule: Powers become multiplication log(an)=n×log(a)\log(a^n) = n × \log(a)

Important to Remember
  • If no base is written, assume it’s base 10 (log10\log_{10})
  • You can’t take the log of zero or negative numbers
  • logb(b)=1\log_b(b) = 1 for any base bb (because b1=bb^1 = b)

Real-World Applications

📏 Measuring Earthquakes

The Richter scale uses logarithms (base 10):

  • A magnitude 6 earthquake is 10 times stronger than magnitude 5
  • A magnitude 7 earthquake is 100 times stronger than magnitude 5

地震マグニチュードの比較

🔊 Sound Levels (Decibels)

  • Every +10 decibels means the sound is 10 times louder
  • Normal conversation: ~60 dB
  • Rock concert: ~110 dB (about 100,000 times louder!)

Want to Practice?

Try our logarithm calculator to solve logarithm problems step by step.