Laws of Logarithms
Introduction
students, this lesson explores one of the most useful ideas in algebra and number systems: the laws of logarithms π. Logarithms help us work with very large or very small numbers, solve equations with exponents, and simplify expressions that would otherwise be hard to manage. In IB Mathematics Analysis and Approaches SL, you use logarithms to connect exponentials, symbolic manipulation, and proof-style reasoning.
By the end of this lesson, you should be able to:
- explain what a logarithm means and why logarithm laws are true,
- use the main laws of logarithms correctly,
- simplify expressions and solve equations involving logarithms,
- connect logarithms to exponentials and the wider Number and Algebra topic,
- recognize common mistakes and avoid them.
A logarithm is closely tied to an exponential statement. If $a^x=b$, then $\log_a b=x$. That means a logarithm answers the question: βWhat power of $a$ gives $b$?β For example, $\log_{10} 1000=3$ because $10^3=1000$.
Logarithms are not just a set of rules to memorize. The laws come from the rules of exponents, so understanding the connection makes the topic much easier to use correctly β .
What a Logarithm Means
Before using the laws, students, it helps to understand the basic meaning of a logarithm. The expression $\log_a b$ is defined only when $a>0$, $a\neq 1$, and $b>0$. These conditions matter because exponentials with a positive base behave predictably only under those restrictions.
The base tells us what number is being repeatedly multiplied, and the logarithm tells us the exponent. For instance:
- $\log_2 8=3$ because $2^3=8$,
- $\log_5 125=3$ because $5^3=125$,
- $\log_{10} 0.01=-2$ because $10^{-2}=0.01$.
Two important bases appear often in mathematics:
- common logarithms: $\log_{10} x$, often written as $\log x$ in some contexts,
- natural logarithms: $\log_e x$, written as $\ln x$.
The base $e$ is a special irrational number approximately equal to $2.71828$. In IB work, $\ln x$ is especially important in exponential growth, decay, and calculus later on.
A key idea is that logarithms and exponents are inverse operations. This means they undo each other:
$$\log_a(a^x)=x$$
and
$$a^{\log_a x}=x.$$
This inverse relationship is the reason the laws of logarithms work.
The Main Laws of Logarithms
The three main laws are the product law, quotient law, and power law. Each one comes directly from exponent rules.
1. Product Law
If $a>0$, $a\neq 1$, and $M>0$, $N>0$, then
$$\log_a(MN)=\log_a M+\log_a N.$$
Why is this true? Suppose $\log_a M=x$ and $\log_a N=y$. Then $M=a^x$ and $N=a^y$. So
$$MN=a^x\cdot a^y=a^{x+y}.$$
Taking logarithms base $a$ gives
$$\log_a(MN)=x+y=\log_a M+\log_a N.$$
Example:
$$\log_{10}(100\cdot 1000)=\log_{10}100+\log_{10}1000=2+3=5.$$
Since $100\cdot 1000=100000$, the left side is also $\log_{10}100000=5$.
2. Quotient Law
If $a>0$, $a\neq 1$, and $M>0$, $N>0$, then
$$\log_a\left(\frac{M}{N}\right)=\log_a M-\log_a N.$$
This follows from the exponent rule $a^x\div a^y=a^{x-y}$. If $M=a^x$ and $N=a^y$, then
$$\frac{M}{N}=\frac{a^x}{a^y}=a^{x-y},$$
so
$$\log_a\left(\frac{M}{N}\right)=x-y=\log_a M-\log_a N.$$
Example:
$$\log_2\left(\frac{32}{4}\right)=\log_2 32-\log_2 4=5-2=3.$$
Since $\frac{32}{4}=8$, this matches $\log_2 8=3$.
3. Power Law
If $a>0$, $a\neq 1$, $M>0$, and $r$ is any real number allowed by the expression, then
$$\log_a(M^r)=r\log_a M.$$
This comes from the exponent rule $(a^x)^r=a^{xr}$. If $M=a^x$, then
$$M^r=(a^x)^r=a^{xr},$$
so
$$\log_a(M^r)=xr=r\log_a M.$$
Example:
$$\log_{10}(100^3)=3\log_{10}100=3\cdot 2=6.$$
Since $100^3=1{,}000{,}000$, the result $\log_{10}(1{,}000{,}000)=6$ is correct.
Using the Laws to Simplify Expressions
The laws of logarithms are often used to rewrite expressions in simpler forms. This is especially useful when expressions contain multiplication, division, or powers inside the logarithm.
For example, simplify
$$\log_3(9x).$$
Using the product law:
$$\log_3(9x)=\log_3 9+\log_3 x.$$
Since $9=3^2$,
$$\log_3 9=2,$$
so the expression becomes
$$2+\log_3 x.$$
Another example:
$$\log_5\left(\frac{25x^2}{y}\right).$$
Use the quotient law first:
$$\log_5\left(\frac{25x^2}{y}\right)=\log_5(25x^2)-\log_5 y.$$
Then use the product law:
$$\log_5(25x^2)=\log_5 25+\log_5(x^2).$$
Now use the power law:
$$\log_5(x^2)=2\log_5 x.$$
Since $25=5^2$,
$$\log_5 25=2.$$
So the simplified result is
$$2+2\log_5 x-\log_5 y.$$
This kind of rewriting is common in IB questions because it shows algebraic fluency and careful symbolic manipulation βοΈ.
Solving Logarithmic Equations
The laws of logarithms can help solve equations where the unknown appears inside a logarithm. A standard strategy is to combine logarithms first, then rewrite the equation in exponential form.
Example 1:
Solve
$$\log_2 x+\log_2(x-2)=3.$$
First, combine the logarithms using the product law:
$$\log_2[x(x-2)]=3.$$
Rewrite as an exponential equation:
$$x(x-2)=2^3=8.$$
So
$$x^2-2x-8=0.$$
Factor:
$$ (x-4)(x+2)=0.$$
This gives $x=4$ or $x=-2$. But logarithms require positive arguments, and $x-2>0$, so $x>2$. Therefore only $x=4$ is valid.
Example 2:
Solve
$$\ln(x)-\ln(3)=\ln(5).$$
Use the quotient law:
$$\ln\left(\frac{x}{3}\right)=\ln(5).$$
Since equal natural logarithms with the same base have equal arguments,
$$\frac{x}{3}=5,$$
so
$$x=15.$$
Always check the domain after solving. A solution that makes a logarithm undefined is not acceptable.
Common Mistakes and Why They Happen
A very common mistake is thinking that
$$\log_a(M+N)=\log_a M+\log_a N.$$
This is false. The product law works for multiplication, not addition. For example,
$$\log_{10}(2+8)=\log_{10}(10)=1,$$
but
$$\log_{10}2+\log_{10}8\neq 1.$$
Another mistake is forgetting the domain. If you see $\log_a(x-5)$, then you must have
$$x-5>0,$$
so
$$x>5.$$
Another error is using the power law incorrectly with sums. The law says
$$\log_a(M^r)=r\log_a M,
$$
not
$$\log_a(M+r)=r\log_a M.$$
It is also important to remember that the logarithm of a negative number is not defined in the real number system. So expressions like $\log(-3)$ are not valid in standard IB Mathematics Analysis and Approaches SL.
Connection to Number and Algebra
Laws of logarithms fit naturally into Number and Algebra because they build on properties of real numbers, exponents, and algebraic manipulation. Logarithms are useful for rewriting expressions, solving equations, and linking different ways of representing the same number.
They also help in modeling real situations. For example, in science and economics, exponential models describe population growth, radioactive decay, and compound interest. Logs are used to find unknown times or rates in equations like
$$A=Pe^{rt}$$
or
$$A=P\left(1+\frac{r}{n}\right)^{nt}.$$
Even though those formulas belong to exponential modeling, the same logarithmic ideas are used to rearrange them.
In a broader mathematical sense, logarithms turn multiplication into addition. That makes them useful in simplifying patterns and making large computations more manageable. This is one reason logarithms appear in many areas of mathematics, science, and technology.
Conclusion
students, the laws of logarithms are powerful because they come from exponent rules and inverse relationships. The product, quotient, and power laws allow you to simplify expressions, solve equations, and connect logarithms with exponential growth and algebraic structure. In IB Mathematics Analysis and Approaches SL, these ideas are essential for working confidently with symbolic expressions and number systems. If you remember the domain restrictions and apply the laws carefully, logarithms become a reliable tool rather than a confusing topic π.
Study Notes
- A logarithm answers: βWhat exponent gives this number?β
- The definition is $\log_a b=x$ if and only if $a^x=b$.
- Logarithms are defined only when $a>0$, $a\neq 1$, and $b>0$.
- Product law: $\log_a(MN)=\log_a M+\log_a N$.
- Quotient law: $\log_a\left(\frac{M}{N}\right)=\log_a M-\log_a N$.
- Power law: $\log_a(M^r)=r\log_a M$.
- Logarithms and exponentials are inverse operations.
- Do not split sums inside logarithms: $\log_a(M+N)\neq\log_a M+\log_a N$.
- Always check for valid solutions after solving logarithmic equations.
- Logarithms connect to exponential models, algebraic manipulation, and real-world applications in Number and Algebra.
