What this learning objective is really asking you to learn
This objective asks students to prove simple logarithm laws. Students often learn logarithm properties as rules to memorize:
But this objective asks for more than memorization. It asks students to understand why these laws are true. The reason is that logarithms are exponents, and exponent rules control their behavior.
If \(log_{b}(M)=x\), then \(b^x=M\). If \(log_{b}(N)=y\), then \(b^y=N\). Multiply:
So the exponent needed on \(b\) to get \(MN\) is \(x+y\). Therefore
That proves the product law.
The quotient law works similarly. If \(M=b^x\) and \(N=b^y\), then
So
The power law comes from
so
The key idea is that logarithm laws are exponent laws translated through the inverse relationship between logs and exponentials. Students should see logarithm laws as structural facts, not calculator tricks.
Why students should learn this math
Students should learn logarithm laws because they make exponential and logarithmic expressions usable. Without these laws, solving and simplifying logarithmic equations becomes clumsy. With them, products become sums, quotients become differences, and powers become multipliers. These transformations are powerful in algebra, science, finance, and technology.
The power law is especially important for solving exponential equations. In Objective 161, students solved equations like \((1.05)^t=3\) by taking logs and bringing down the exponent:
That step uses the power law. If students do not understand it, logarithmic solving feels like magic. This objective repairs that by proving the law from exponent rules.
Logarithm laws also explain logarithmic scales. Many real scales compress huge ranges: pH, decibels, earthquake magnitude, information measures, and scientific plots. On log scales, multiplicative changes become additive differences. That is why logarithms are so useful for data spanning many orders of magnitude.
For example, if one intensity is 10 times another, a base-10 logarithm increases by 1. If it is 100 times another, the log increases by 2. The product and power laws explain this compression.
The “why” is that logarithm laws let students transform multiplicative structure into additive structure. That is one of the central powers of logarithms.
The historical machinery: logs turn hard multiplication into easier addition
Historically, logarithms were prized because they turned multiplication into addition. Before electronic calculators, this was a massive advantage. Large products, quotients, and powers could be computed using logarithm tables. The product law, quotient law, and power law made this possible.
If multiplication becomes addition, then complicated numerical work becomes more manageable. Astronomers, navigators, engineers, and scientists used logarithms to perform calculations that would otherwise be tedious. Slide rules depended on logarithmic scales for the same reason.
Today, students may not need logarithm tables for arithmetic, but the structural value remains. Data scientists use log transformations. Scientists use log scales. Algebra uses log laws to solve equations. The laws are still central because they reveal how multiplicative relationships can be represented additively.
The historical lesson is clear: logarithm laws were not invented for school worksheets. They were invented because they made real computation and modeling possible.
Where this fits in the big map of mathematics
This objective follows logarithmic solving. Objective 161 used logarithms to solve exponential equations. Objective 162 proves the laws that made that solving valid.
It connects to exponent laws. Logarithm laws are exponent laws in inverse form.
It connects to inverse functions. Since logarithms undo exponentials, their properties come from exponential properties.
It connects to algebraic proof. Students are asked to prove properties, not only use them.
It connects to logarithmic equations. Future objectives use these properties to translate, simplify, and estimate logarithmic expressions.
It connects to scientific modeling. Log scales depend on these laws.
The big-map role is structural justification. Students learn why logarithm manipulation works.
How to execute the proof technically
To prove a log law, translate logarithmic statements into exponential statements.
Product law proof:
Let
\(log_{b}(M)=x\) and \(log_{b}(N)=y\).
Then
\(M=b^x\) and \(N=b^y\).
Multiply:
So
Substitute back:
Quotient law proof:
Let \(log_{b}(M)=x\) and \(log_{b}(N)=y\).
Then \(M=b^x\) and \(N=b^y\).
Divide:
So
Therefore
Power law proof:
Let \(log_{b}(M)=x\), so \(M=b^x\).
Then
Therefore
These proofs assume valid log inputs: \(b>0\), \(b \ne 1\), and \(M,N>0\).
Worked example: explaining a law numerically
Use base 10.
\(log(1000)=3\) because \(10^3=1000\).
\(log(100)=2\) because \(10^2=100\).
The product is \(1000 \cdot 100=100000\), and
The product law says
The exponents add because multiplying powers of 10 adds exponents:
This numerical example reinforces the proof.
Why log laws have restrictions
Students must know that logarithms require positive inputs and valid bases. \(log_{b}(M)\) is defined in real numbers only when \(M>0\), \(b>0\), and \(b \ne 1\). These restrictions matter when applying laws.
For example, \(log(x^2)\) is defined for \(x \ne 0\), but \(2log(x)\) is defined only for \(x>0\). They are not equivalent over all real x unless restrictions are handled carefully. This is a subtle but important point: log laws are powerful, but domains matter.
Another proof style: use the definition directly
The definition says \(log_{b}(A)\) is the exponent on \(b\) that gives \(A\). If \(log_{b}(M)=x\) and \(log_{b}(N)=y\), then \(M=b^x\) and \(N=b^y\).
The product \(MN\) is
Exponent rules say this is
Therefore, the exponent on \(b\) that gives \(MN\) is \(x+y\). But \(x\) is \(log_{b}(M)\) and \(y\) is \(log_{b}(N)\). So
This proof should be shown slowly because it is the template for all log laws. Students are not proving a mysterious logarithm fact. They are translating an exponent fact.
Why there is no sum law
There is no rule
Use a quick counterexample:
But
\(log_{10}(200)\) is a little more than 2, not 4. So the fake rule fails.
The reason is structural: exponent rules say \(b^x b^y=b^(x+y)\), but they do not say anything like \(b^x + b^y=b^(x+y)\). Logs convert multiplication into addition because exponent multiplication rules create addition in exponents. Addition inside the argument has no corresponding simple log split.
Change of base as a consequence of log structure
Although this objective says simple logarithm laws, students benefit from seeing where change of base comes from. If
then
Take log base 10 or natural log of both sides:
Use the power law:
So
Therefore
This shows why calculators with only \(log\) and \(ln\) buttons can evaluate logs in any base. It also strengthens the power law.