Introduction to Logarithms
Learn what logarithms are and how they relate to exponents as inverse operations.
Definition
- Base (): The number being raised to a power (must be positive, not equal to 1)
- Argument (): The result we're taking the log of (must be positive)
- Exponent (): The answer to the logarithm
- Common logarithm: means (base 10)
- Natural logarithm: means (base )
Try it now
Worked Examples
Write in logarithmic form.
Identify the base
The base is (the number being raised to a power) → Base =
Identify the exponent
The exponent is → Exponent =
Identify the result
The result is → Result =
Write in log form:
→
Answer:
Common Mistakes
Confusing the base and the argument
Why it's wrong: In , students often mix up which number is the base and which is the argument.
Correct: The base is the small subscript number (). The argument is inside the parentheses (). Memory tip: The base goes at the bottom (subscript).
Thinking
Why it's wrong: This is FALSE! Logarithms do not distribute over addition.
Correct: The correct rule is . Only multiplication inside the log becomes addition outside.
Forgetting that without a base means base 10
Why it's wrong: Students sometimes assume no base means base or base 2.
Correct: (common log). For base , we write .
Trying to take the logarithm of a negative number or zero
Why it's wrong: The argument of a logarithm must be positive. and are undefined.
Correct: Always check that the argument is positive before evaluating. requires .
Interactive Visual
See how powers of a number grow on the number line. Change the base and exponent.
Linear Function Explorer
| x | y |
|---|---|
| -2 | -2 |
| -1 | -1 |
| 0 | 0 |
| 1 | 1 |
| 2 | 2 |
Interactive Sandbox
Interactive Grapher
Try these examples:
y = 2x + 1
m=2, b=1
Expression Calculator
Try these:
History
No calculations yet
Practice Problems
17 problemsWhat does equal?
Why It Matters
- Earthquake measurement: The Richter scale uses logarithms. An earthquake of magnitude 6 is 10 times stronger than magnitude 5!
- Sound intensity: Decibels measure sound on a logarithmic scale
- pH levels: The acidity of a solution is measured using
- Population growth: Scientists use logarithms to model exponential growth and decay
- Computer science: Algorithm complexity often involves
- Finance: Compound interest and investment growth use logarithmic calculations
Real World Applications
Earthquake Magnitude (Richter Scale)
The Richter scale measures earthquake intensity using logarithms. Each whole number increase represents a 10-fold increase in amplitude.
Example:
A magnitude 7 earthquake is times more powerful than a magnitude 5 earthquake.
An earthquake measures 6.0 on the Richter scale. Another measures 4.0.
How many times more powerful is the first earthquake?
Step 1: Write the mathematical expression
Calculate :
Sound Intensity (Decibels)
Sound intensity is measured in decibels (dB), which uses a logarithmic scale. The formula is $dB = 10 \log\left(\frac{I}{I_0}\right)$.
Example:
A sound that is 1000 times more intense than the reference level has intensity dB.
A lawn mower produces sound at 90 dB. A whisper is 30 dB.
How many times more intense is the lawn mower sound?
Step 1: Write the mathematical expression
Calculate :
Algorithm Complexity in Computer Science
Many efficient algorithms have logarithmic time complexity, written as $O(\log n)$. This is why binary search is so fast!
Example:
To find a word in a dictionary of 1024 pages using binary search, you need at most steps.
A sorted database has 1,000,000 records. You use binary search.
Approximately how many comparisons are needed to find any record?
Step 1: Write the mathematical expression
Calculate :
Key Takeaways
- 1A logarithm answers: "What exponent gives this result?" If , then
- 2 means (common log); means (natural log)
- 3The base must be positive and not equal to 1; the argument must be positive
- 4 for any valid base (because )
- 5 for any valid base (because )
- 6Logarithms and exponents are inverse operations
Frequently Asked Questions
Glossary
- Logarithm
- The exponent to which a base must be raised to produce a given number: means
- Base
- The number being raised to a power in a logarithm; written as subscript in
- Argument
- The number inside the logarithm; the value we're taking the log of
- Common logarithm
- Logarithm with base 10, written as or
- Natural logarithm
- Logarithm with base , written as or
- Inverse operations
- Operations that undo each other; logarithms and exponentiation are inverses