📊 Algebra: Logarithmic Functions

The inverse of exponential functions

🎯 Learning Objectives

  • Understand logarithms as inverse exponential functions
  • Convert between logarithmic and exponential forms
  • Apply logarithm properties and rules
  • Graph logarithmic functions and identify key features
  • Solve logarithmic equations
  • Apply logarithms to real-world problems

1. Understanding Logarithms

🔄 Logarithms as Inverse Functions

Logarithms are the inverse of exponential functions. They "undo" exponentiation.

Definition:

If b^y = x, then y = \log_b x

"y is the logarithm base b of x"

Common Logarithm

\log_{10} x or \log x

Base 10 logarithm

Natural Logarithm

\ln x

Base e logarithm (e ≈ 2.718)

Other Bases

\log_2 x, \log_5 x, etc.

Any base greater than 0 and ≠ 1

🔄 Exponential ↔ Logarithmic Converter

If: =

Then:

If: log =

Then:

Examples:

log₂ 8 = 3

Because 2³ = 8

log₁₀ 100 = 2

Because 10² = 100

ln e = 1

Because e¹ = e

2. Properties of Logarithms

⚡ Logarithm Rules

These properties help simplify logarithmic expressions:

Product Rule

\log_b (MN) = \log_b M + \log_b N

Log of product = sum of logs

Quotient Rule

\log_b \left(\frac{M}{N}\right) = \log_b M - \log_b N

Log of quotient = difference of logs

Power Rule

\log_b (M^k) = k \log_b M

Log of power = exponent × log

Change of Base

\log_b M = \frac{\log_a M}{\log_a b}

Convert between bases

Log = Log

\log_b M = \log_b N \implies M = N

Equal logs imply equal arguments

Zero & Negative

\log_b 1 = 0

\log_b b = 1

Domain: M > 0, b > 0, b ≠ 1

⚡ Properties Practice

1. log₂(8 × 4) = log₂8 + log₂4

Calculate: + =

2. log₁₀(1000) = 3 × log₁₀(10)

Calculate: 3 × =

✂️ Logarithm Simplifier

Simplify using logarithm properties:

log₂ =

3. Graphing Logarithmic Functions

📈 Logarithmic Function Graphs

Logarithmic functions have distinct characteristics:

  • Domain: x > 0 (positive real numbers)
  • Range: All real numbers
  • Vertical asymptote: x = 0
  • X-intercept: (1, 0)
  • Y-intercept: log b(1) = 0
  • Increasing/Decreasing: Always increases for b > 1

📊 Logarithmic Graph Explorer

Current function: f(x) = log₂(x) + 0
Domain: x > 0
Asymptote: x = 0
X-intercept: (1, 0)
Y-intercept: (undefined, 0)

4. Solving Logarithmic Equations

🎯 Solving Strategy

To solve logarithmic equations:

  1. Isolate the logarithmic expression
  2. Convert to exponential form
  3. Solve the resulting equation
  4. Check for extraneous solutions
  5. Verify domain restrictions

Example 1: Solve log₂(x + 3) = 4

Step 1: Convert to exponential form

log₂(x + 3) = 4 → 2⁴ = x + 3

Step 2: Solve

16 = x + 3 → x = 13

Check: log₂(13 + 3) = log₂(16) = 4 ✓

Domain check: x + 3 = 16 > 0 ✓

🧮 Logarithmic Equation Solver

Solve: log () =

📝 Practice Solving

1. Solve: log₂(x - 1) = 3

x =

2. Solve: ln(x + 5) = 2

x =

5. Real-World Applications

🌍 Logarithmic Applications

Logarithms appear in many scientific and real-world contexts:

📊 pH Scale

pH = -log₁₀[H⁺]

Measures acidity of solutions

🌋 Richter Scale

Magnitude = log₁₀(amplitude)

Measures earthquake intensity

🎵 Sound Intensity

dB = 10 log₁₀(I/I₀)

Measures sound loudness

💻 Computer Science

log₂ n for algorithm complexity

Binary search, sorting algorithms

🧪 pH Calculator

pH Scale Reference:

  • pH = 7: Neutral (water)
  • pH < 7: Acidic
  • pH > 7: Basic
  • pH = 0: Strong acid
  • pH = 14: Strong base
📄 algebra-logarithmic.html | 2025-12-26