English:Introduction to Logarithms

Introduction to Logarithms
Introduction
A logarithm answers a simple question: What exponent do you need? If 23 = 8, then log2(8) = 3. The two statements describe the same relationship in different forms.
For Grades 9–10, the central idea is to connect exponents, exponential functions, and logarithms. You will learn to read logarithmic notation, evaluate basic logarithms, connect logarithms to exponential equations, use key logarithm laws, interpret graphs, and recognize why logarithmic scales are useful.
A logarithm has three important parts. In logb(x) = y, b is the base, x is the argument, and y is the exponent. For real-valued logarithms, the base must satisfy b > 0 and b ≠ 1, and the argument must satisfy x > 0.
From Exponents to Logarithms
Exponential and logarithmic forms are equivalent:
by = x if and only if logb(x) = y.
For example, 102 = 100 tells you immediately that log10(100) = 2. Likewise, 34 = 81 means log3(81) = 4.
A useful way to think about a logarithm is as an inverse operation to exponentiation. Exponentiation starts with a base and an exponent and produces a value. A logarithm starts with the base and the value and asks for the exponent.

The graph above shows this inverse relationship. The graphs of an exponential function and its logarithmic inverse are reflections of each other across the line y = x.
Evaluating Basic Logarithms
You can often evaluate a logarithm by rewriting it as an exponential question.
- Powers of two: log2(8) = 3 because 23 = 8.
- Powers of ten: log10(1000) = 3 because 103 = 1000.
- Fractional exponents: log9(3) = 1/2 because 91/2 = 3.
- Negative exponents: log10(0.01) = -2 because 10-2 = 0.01.
Two values are especially important for every valid base b:
logb(1) = 0 because b0 = 1.
logb(b) = 1 because b1 = b.
Common and Natural Logarithms
The common logarithm has base 10 and is often written simply as log(x). The natural logarithm has base e and is written ln(x). The number e is approximately 2.718 and becomes especially important in later work with continuous growth, decay, and calculus.
For this introductory course, base 10 and base 2 are useful because their powers are familiar. You should also recognize ln as a logarithm with a particular base.

Different bases produce different logarithmic curves, but every valid logarithmic function passes through the point (1, 0).
Graphs of Logarithmic Functions
Consider y = logb(x).
For every valid base, the domain is x > 0 and the range is all real numbers. The y-axis, x = 0, is a vertical asymptote: the graph approaches it but never touches it.
If b > 1, the function is increasing. If 0 < b < 1, the function is decreasing. In both cases, the graph passes through (1, 0) because logb(1) = 0.

The graph helps explain why a real logarithm of zero or a negative number is not defined. There is no real exponent y that makes a positive base b produce 0 or a negative value.
Logarithm Laws
Logarithm laws turn multiplication into addition, division into subtraction, and powers into multiplication. Assume that M and N are positive and that b is a valid base.
Product law: logb(MN) = logb(M) + logb(N)
Quotient law: logb(M/N) = logb(M) - logb(N)
Power law: logb(Mk) = k logb(M)
These rules follow from the rules of exponents. For example, if M = bp and N = bq, then MN = bp+q. Therefore, the exponent needed to produce MN is p + q.
A common mistake is to assume that log(M + N) = log(M) + log(N). This is not a logarithm law.
Change of Base
A calculator may have buttons for log and ln but not for every possible base. The change-of-base formula lets you calculate any valid logarithm:
logb(x) = log(x) / log(b)
or equivalently
logb(x) = ln(x) / ln(b).
For example, log2(7) can be found by dividing log(7) by log(2). The same answer results if you use natural logarithms in both the numerator and denominator.
Solving Simple Logarithmic and Exponential Equations
The inverse relationship between logarithms and exponents is a powerful solving tool.
If log3(x) = 4, rewrite the equation as x = 34, so x = 81.
If 2x = 16, recognize that 16 = 24, so x = 4.
If the powers are not obvious, logarithms can isolate an unknown exponent. For example, if 2x = 7, then x = log2(7). Using change of base gives x = log(7) / log(2), which is approximately 2.81.
Always check that every logarithm in your final equation has a positive argument.
Logarithmic Scales and Orders of Magnitude
Logarithms are useful when quantities cover an enormous range. A logarithmic scale gives equal visual spacing to equal multiplicative factors rather than equal additive differences.

On a base-10 logarithmic scale, moving one unit can represent multiplying a quantity by 10. This makes it easier to compare values that differ by many orders of magnitude.
Examples of logarithmic or partly logarithmic measurement systems include pH, decibels, and several measures used in seismology. These scales compress large numerical ranges while preserving meaningful ratios.

The pH scale is connected to a base-10 logarithm of hydrogen-ion activity. A difference of one pH unit represents a tenfold change in that activity, with lower pH corresponding to greater hydrogen-ion activity.
A Short History of Logarithms
Before electronic calculators, multiplication and division of large numbers were time-consuming. In the early seventeenth century, John Napier developed and published logarithmic methods that converted difficult multiplications into simpler additions. Henry Briggs later helped develop common, base-10 logarithm tables.

Logarithmic ideas were also built into the slide rule, a calculating instrument widely used before pocket calculators. Distances on its scales are arranged logarithmically, so sliding and adding distances can represent multiplication.

The history explains an important mathematical theme: a clever representation can transform a difficult operation into an easier one.
Key Connections and Common Misconceptions
A logarithm is not a new kind of number operation disconnected from exponents. It is the inverse question to exponentiation. Keep these connections in mind:
- Inverse function: Exponential and logarithmic functions undo one another when their bases match.
- Domain: A real logarithm requires a positive argument.
- Exponent rules: Logarithm laws come from the familiar laws of exponents.
- Orders of magnitude: Logarithmic scales compare multiplicative size efficiently.
Be careful with three common misconceptions. First, log(0) is not 0; it is undefined in the real numbers. Second, log(M + N) cannot be split using the product law. Third, the base of a real logarithm cannot be 1 because 1 raised to any real power is still 1.
Interactive Tasks
Quiz: Test Your Knowledge
What is log base 2 of 8? (3) (!2) (!4) (!8)
What does log base b of x equals y mean? (b raised to y equals x) (!x raised to y equals b) (!b times y equals x) (!y divided by b equals x)
What is the common logarithm of 1000? (3) (!10) (!100) (!1000)
What is log base b of 1 for any valid base? (0) (!1) (!b) (!Undefined)
Which values belong to the real domain of a logarithmic function? (Positive values) (!Negative values) (!Zero only) (!All real values)
Which statement describes the product law? (Log of a product becomes a sum) (!Log of a product becomes a difference) (!Log of a sum becomes a product) (!Log of a quotient becomes a sum)
What is log base 2 of 32? (5) (!4) (!6) (!16)
If the common logarithm of x is 2 what is x? (100) (!20) (!10) (!2)
How can log base 2 of 7 be calculated with natural logarithms? (Natural log of seven divided by natural log of two) (!Natural log of two divided by natural log of seven) (!Natural log of seven minus natural log of two) (!Natural log of seven plus natural log of two)
What happens to a base 10 logarithm when its positive input is multiplied by ten? (The output increases by one) (!The output doubles) (!The output decreases by one) (!The output stays unchanged)
Memory Game
| Logarithm | The exponent needed to produce a given value from a base |
| Base | The number that is raised to a power |
| Argument | The positive input inside a logarithm |
| Common logarithm | A logarithm with base ten |
| Natural logarithm | A logarithm with base e |
| Product law | A rule that changes a logarithm of multiplication into addition |
| Asymptote | A line that a graph approaches without reaching |
Drag and Drop
| Match the correct terms. | Topic |
|---|---|
| Turns multiplication into addition | Product law |
| Turns division into subtraction | Quotient law |
| Moves an exponent in front | Power law |
| Rewrites a logarithm with a different base | Change of base |
| Connects logarithmic and exponential forms | Inverse relationship |
...
Crossword Puzzle
| Exponent | What value does a logarithm ask you to find? |
| Argument | What is the input inside a logarithm called? |
| Common | What name is given to a base ten logarithm? |
| Natural | What name is given to a base e logarithm? |
| Inverse | What relationship connects logarithms and exponentials? |
| Asymptote | What kind of line is x equals zero for a basic logarithmic graph? |
LearningApps
Cloze Text
Open-Ended Tasks
Easy
- Exponent and logarithm bridge: Create a two-column poster that pairs at least eight exponential statements with their equivalent logarithmic statements, then add one sentence explaining the pattern you notice.
- Logarithm value table: Build a table for powers of 2 and powers of 10, convert each power into logarithmic form, and highlight the exponent that becomes the logarithm.
- Logarithmic graph sketch: Draw y = log base 2 of x by plotting several exact points, label the domain and vertical asymptote, and explain why the graph passes through one comma zero.
- Logarithm vocabulary cards: Make illustrated study cards for base, argument, exponent, common logarithm, natural logarithm, and asymptote, using your own examples.
Standard
- pH investigation: Use safe classroom data or teacher-provided pH measurements for common liquids, arrange the results on a scale, and explain how a one-unit pH change represents a multiplicative change.
- Sound level research: Research how decibels use logarithmic ratios, compare several everyday sound levels from a reliable source, and write a short explanation of why a linear scale would be less convenient.
- History interview: Interview a teacher, engineer, technician, scientist, or older family member about calculators, slide rules, or logarithm tables, and turn the interview into a one-page illustrated report.
- Logarithm tutorial video: Produce a three-minute video that teaches how to convert between exponential and logarithmic form and includes at least three worked examples.
Advanced
- Exponential model analysis: Find or use a teacher-provided exponential growth or decay data set, fit a simple model, and explain how logarithms could help solve for an unknown exponent.
- Comparing logarithmic scales: Compare pH, decibels, and an earthquake-magnitude system, identifying what quantity is transformed logarithmically and what a one-unit change means in each context.
- Deriving logarithm laws: Write a proof-style explanation of the product, quotient, and power laws starting from exponent rules, and test each law with numerical examples.
- Mathematics museum exhibit: Visit a science museum, mathematics collection, or virtual museum with historical calculating instruments and design a digital exhibit explaining how a slide rule uses logarithmic spacing.
Learning Assessment
- Inverse reasoning assessment: Convert between exponential and logarithmic forms in both directions and explain how each conversion shows that the two operations are inverses.
- Graph interpretation assessment: Analyze an unfamiliar logarithmic graph, determine whether its base is greater than one or between zero and one, and justify your conclusion from the graph's direction.
- Error analysis assessment: Evaluate a worked solution that incorrectly uses log of a sum as a sum of logarithms, identify the exact error, and repair the reasoning.
- Application assessment: Explain why a logarithmic scale is suitable for a quantity spanning many orders of magnitude and illustrate your argument with a real-world example.
- Equation solving assessment: Solve a basic exponential equation whose exponent is not an obvious integer by using logarithms, then check the result numerically.
- Transfer assessment: Given a new formula containing a logarithm, identify the base, argument, domain restrictions, and inverse exponential statement, then explain what each part means in context.
Evidence of Learning
| Evidence type | What demonstrates successful learning |
|---|---|
| Knowledge | You accurately explain logarithms as exponents, identify bases and arguments, state domain restrictions, and connect common and natural logarithms to their bases. |
| Skills | You convert between exponential and logarithmic forms, evaluate exact logarithms, apply product, quotient, and power laws, use change of base, and interpret logarithmic graphs. |
| Products | Your tables, graphs, posters, reports, investigations, or videos use correct notation, clear reasoning, and mathematically valid examples. |
| Reasoning | You can explain why logarithm laws follow from exponent laws and can diagnose common errors rather than only memorizing procedures. |
| Transfer | You can recognize when a logarithmic model or scale is useful in a new scientific, technical, or everyday context and interpret its meaning appropriately. |
OERs on the Topic
Linked Learning Areas
The topic connects strongly with mathematics, algebra, functions, physics, chemistry, computer science, and quantitative reasoning in science and technology.
aiMOOC Projects
MOOCwiki · Deutsch
Nach dem Lernen ist vor dem Lernen
Entdecke direkt den nächsten Lernkurs. Weitere Inhalte erscheinen, wenn Du weiter nach unten scrollst.
Zur MOOCwiki-HauptseiteMediathek
Mediathek
Mediathek wird aus dem Wiki geladen ...
Keine passenden Inhalte gefunden. Bitte ändere Suche oder Filter.
NEWSLernweltNOAH fragen