Logarithms

What are Logarithms?

Logarithms are basically the "opposite" of exponents! They answer the question: "What power do I need to raise a base number to, to get another target number?"

Think about it like this:

  • Exponential Form: bx=yb^x = y
    • bb is the base (the number being multiplied)
    • xx is the exponent (the power)
    • yy is the result
  • Logarithmic Form: logb(y)=x\log_b(y) = x
    • log\log stands for logarithm
    • bb is still the base
    • yy is the argument (the target number)
    • xx is still the result (which is the exponent)

Example 1: Everyday Exponent to Logarithm

  • We know that 23=82^3 = 8
  • In logarithmic form, this means: log2(8)=3\log_2(8) = 3
    • It reads: "log base 2 of 8 is 3."
    • It asks: "To what power do I raise 2 to get 8?" The answer is 3!

Example 2: Another Conversion

  • Given: 52=255^2 = 25
  • Logarithmic form: log5(25)=2\log_5(25) = 2

Example 3: Logarithm to Exponent

  • Given: log10(100)=2\log_{10}(100) = 2
  • Exponential form: 102=10010^2 = 100
Types of Logarithms
  1. Common Logarithm (Base 10)

    • When you see log(x)\log(x) without a base written, it's always assumed to be base 10.
    • So, log(x)=log10(x)\log(x) = \log_{10}(x).
    • These are used a lot in science (like the pH scale or Richter scale).
    • Example 1: Find the value of log(1000)\log(1000).
      • Step 1: Ask yourself, "1010 to what power equals 10001000?"
      • Step 2: We know 10 \times 10 \times 10 = 1000,so, so10^3 = 1000.
      • Step 3: Therefore, \log(1000) = 3.
  2. Natural Logarithm (Base e)

    • This is a special logarithm where the base is a constant called Euler's number (e).
    • eisanirrationalnumber,approximatelyis an irrational number, approximately2.71828.
    • Instead of writing \log_e(x),weusethespecialnotation, we use the special notation\ln(x).
    • So, \ln(x) = \log_e(x).
    • Natural logarithms are very important in calculus, physics, and finance.
    • Example 1: Find the value of \ln(e^7).
      • Step 1: Ask yourself, "etowhatpowerequalsto what power equalse^7??"
      • Step 2: It's clearly 77.
      • Step 3: Therefore, ln(e7)=7\ln(e^7) = 7.
    • Example 2: Convert ln(5)=y\ln(5) = y to exponential form.
      • Step 1: Remember that ln\ln means base ee.
      • Step 2: So, loge(5)=y\log_e(5) = y.
      • Step 3: In exponential form, this is ey=5e^y = 5.
Key Properties of Logarithms

These rules help you simplify and solve equations involving logarithms.

  1. Product Rule

    • log<em>b(xy)=log</em>b(x)+logb(y)\log<em>b(xy) = \log</em>b(x) + \log_b(y)
    • This means the logarithm of a product is the sum of the logarithms.
    • Example: Expand log2(48)\log_2(4 \cdot 8).
      • Step 1: Apply the product rule: log<em>2(48)=log</em>2(4)+log2(8)\log<em>2(4 \cdot 8) = \log</em>2(4) + \log_2(8).
      • Step 2: Calculate each logarithm:
        • log2(4)=2\log_2(4) = 2 (because 22=42^2 = 4)
        • log2(8)=3\log_2(8) = 3 (because 23=82^3 = 8)
      • Step 3: Add the results: 2+3=52 + 3 = 5.
      • Check: log<em>2(48)=log</em>2(32)=5\log<em>2(4 \cdot 8) = \log</em>2(32) = 5 (because 25=322^5 = 32). It works!
  2. Quotient Rule

    • log<em>b(xy)=log</em>b(x)logb(y)\log<em>b(\frac{x}{y}) = \log</em>b(x) - \log_b(y)
    • The logarithm of a quotient is the difference of the logarithms.
    • Example: Condense log<em>3(27)log</em>3(9)\log<em>3(27) - \log</em>3(9).
      • Step 1: Apply the quotient rule: log<em>3(27)log</em>3(9)=log3(279)\log<em>3(27) - \log</em>3(9) = \log_3(\frac{27}{9}).
      • Step 2: Simplify the fraction: log3(3)\log_3(3).
      • Step 3: Calculate the logarithm: log3(3)=1\log_3(3) = 1 (because 31=33^1 = 3).
  3. Power Rule

    • log<em>b(xp)=plog</em>b(x)\log<em>b(x^p) = p \log</em>b(x)
    • The logarithm of a number raised to a power is the power multiplied by the logarithm of the number.
    • Example: Simplify log5(253)\log_5(25^3).
      • Step 1: Apply the power rule: log<em>5(253)=3log</em>5(25)\log<em>5(25^3) = 3 \log</em>5(25).
      • Step 2: Calculate the logarithm: log5(25)=2\log_5(25) = 2 (because 52=255^2 = 25).
      • Step 3: Multiply: 32=63 \cdot 2 = 6.
      • Check: log<em>5(253)=log</em>5(15625)=6\log<em>5(25^3) = \log</em>5(15625) = 6 (because 56=156255^6 = 15625). It works!
  4. Change of Base Formula

    • Sometimes you need to calculate a logarithm with a base your calculator doesn't have (most calculators only have log\log for base 10 and ln\ln for base ee).
    • log<em>b(x)=log</em>c(x)logc(b)\log<em>b(x) = \frac{\log</em>c(x)}{\log_c(b)}
    • You can choose any new base cc (usually 10 or ee).
    • Example: Calculate log3(7)\log_3(7).
      • Step 1: Choose a new base, let's use base 10.
      • Step 2: Apply the formula: log3(7)=log(7)log(3)\log_3(7) = \frac{\log(7)}{\log(3)}.
      • Step 3: Using a calculator, log(7)0.845\log(7) \approx 0.845 and log(3)0.477\log(3) \approx 0.477.
      • Step 4: Divide: 0.8450.4771.77\frac{0.845}{0.477} \approx 1.77. So, log3(7)1.77\log_3(7) \approx 1.77.
Special Logarithm Values
  • logb(1)=0\log_b(1) = 0
    • This is true because any non-zero base raised to the power of 0 equals 1 (b0=1b^0 = 1).
  • logb(b)=1\log_b(b) = 1
    • This is true because any base raised to the power of 1 equals itself (b1=bb^1 = b).
  • blogb(x)=xb^{\log_b(x)} = x
    • This shows that exponential and logarithmic functions with the same base cancel each other out.
  • logb(bx)=x\log_b(b^x) = x
    • Another way to see that they cancel each other out.