Teacher Guide: Introduction to Logarithms
Learn what logarithms are and how they relate to exponents as inverse operations.
Use this lesson with your class
Free, no student accounts needed.
Share with students
Students open the lesson and practise with instant feedback.
Class quiz
10 questions on Logarithms. Students join with a name, you see everyone's score.
For Teachers
- Define logarithms as the inverse of exponential functions
- Convert between logarithmic and exponential forms
- Evaluate logarithms with various bases including common and natural logs
- Apply logarithms to solve real-world problems involving exponential scales
- • Understanding of exponents and their properties
- • Familiarity with powers of common bases (2, 10, e)
- • Basic understanding of inverse operations
- 1. Why do you think scientists use logarithmic scales for earthquakes and sound instead of regular numbers?
- 2. If and , what do you think might be approximately?
- 3. How is the relationship between logarithms and exponents similar to the relationship between division and multiplication?
- 4. Why might computer scientists prefer base-2 logarithms while chemists prefer base-10?
Thinking logarithms distribute over addition:
Confusing the log result with the argument
Assuming all logs are base 10
For Struggling Students:
- • Focus only on base 10 and base 2 logarithms initially
- • Provide a reference table of powers (2, 10) for students to consult
- • Use the question 'What power?' consistently before introducing notation
For On-Level Students:
- • Practice converting between exponential and logarithmic forms
- • Evaluate logarithms with bases 2, 3, 5, and 10
- • Solve simple equations like
For Advanced Students:
- • Explore the change of base formula
- • Graph and compare with
- • Investigate natural logarithms and the number
- HSF-BF.B.5 (CCSS.MATH.CONTENT.HSF.BF.B.5)
Understand the inverse relationship between exponents and logarithms
- HSF-LE.A.4 (CCSS.MATH.CONTENT.HSF.LE.A.4)
Express the solution to exponential equations using logarithms
- visualInteractive Log-Exponent Converter
Students convert between logarithmic and exponential forms
- activityLogarithm Base Exploration
Explore how different bases affect logarithm values
- worksheetReal-World Logarithmic Scales
Practice with Richter scale, decibels, and pH calculations
Lesson Content
Everything students see: definition, examples, common mistakes, applications. Tap to open.
Lesson Content
Everything students see: definition, examples, common mistakes, applications. Tap to open.
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 )
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 .
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
Why can't we take the logarithm of zero or a negative number?
What's the difference between and ?
Why is the logarithm of 1 always equal to 0?
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