Logarithms in Modelling
Welcome, students! In this lesson, you will see how logarithms help us describe real-world situations where quantities change by multiplication instead of by the same fixed amount each time 📈. This is a key idea in IB Mathematics: Applications and Interpretation SL because many models in science, finance, and technology use exponential growth or decay, and logarithms are the tool that lets us work backwards to find time, rate, or starting value.
By the end of this lesson, you should be able to:
- explain what logarithms mean and why they are useful in modelling,
- solve simple modelling problems using logarithms,
- connect logarithmic ideas to exponential change, sequences, and financial contexts,
- interpret logarithms on calculators and in technology-supported analysis,
- understand how logarithms fit into the broader Number and Algebra topic.
What a logarithm means
A logarithm is another way to write an exponent. If $b^x=a$, then $\log_b(a)=x$. This means the logarithm answers the question: “What power of $b$ gives $a$?”
For example, $2^3=8$, so $\log_2(8)=3$. The number $2$ is the base, $8$ is the result, and $3$ is the exponent. In modelling, this matters because many real situations are described by formulas like $A=A_0b^t$ or $A=A_0e^{kt}$, where the variable is in the exponent. That makes ordinary algebra less convenient, and logarithms become the bridge that lets us solve for the unknown.
A useful fact is that logarithms and exponentials are inverse operations. If $y=b^x$, then $x=\log_b(y)$. This inverse relationship is why logarithms are so important when a model has a quantity hidden in the exponent.
Why logarithms appear in real-life models
Many changes do not happen by adding the same amount each time. Instead, they happen by multiplying by a constant factor. For example:
- a population might increase by $5\%$ each year,
- a medicine in the body might decrease by $12\%$ every hour,
- money in an investment account may grow by compound interest,
- the sound intensity needed to compare loudness often uses a logarithmic scale,
- the pH scale in chemistry is logarithmic.
These situations are modeled by exponential functions. A general form is $A=A_0(1+r)^t$ for growth or $A=A_0(1-r)^t$ for decay, where $A_0$ is the starting amount, $r$ is the rate, and $t$ is time. If you need to find $t$, the variable is inside the exponent, so logarithms are the natural tool.
For example, suppose a bacterial culture starts at $500$ cells and triples every $2$ hours. A model could be $N=500\cdot 3^{t/2}.$ If you are asked when the number reaches $10{,}000$, you must solve $10{,}000=500\cdot 3^{t/2}.$ Dividing by $500$ gives $20=3^{t/2}.$ Now the exponent is unknown, so take logarithms:
$$\log(20)=\log\left(3^{t/2}\right).$$
Using the power rule, $$\log\left(3^{t/2}\right)=\frac{t}{2}\log(3).$$
So
$$\frac{t}{2}=\frac{\log(20)}{\log(3)},$$
which gives
$$t=2\cdot\frac{\log(20)}{\log(3)}.$$
This is a standard modelling method: rewrite the equation, use logarithms, then interpret the result in context.
Core logarithm laws used in modelling
Logarithm laws help simplify expressions and solve equations. In IB Mathematics: Applications and Interpretation SL, you should know these rules:
$$\log_b(xy)=\log_b(x)+\log_b(y)$$
$$\log_b\left(\frac{x}{y}\right)=\log_b(x)-\log_b(y)$$
$$\log_b(x^n)=n\log_b(x)$$
These are especially useful when the variable appears in several places.
For example, if a model gives $\ln(y)=2x+1,$ then exponentiating both sides gives $y=e^{2x+1}.$ This shows how logarithmic and exponential forms are equivalent.
A common mistake is forgetting that logarithms only accept positive inputs. Since $\log_b(x)$ is defined only when $x>0$, any model with logarithms must respect that condition. For example, $\log(0)$ and $\log(-5)$ are not defined in the real numbers. In modelling, this makes sense because many physical quantities, like population size or time, cannot be negative in the same context.
Another important idea is that the base matters. In many scientific and calculator-based problems, the natural logarithm $\ln(x)$ is used, which means base $e$. The number $e$ is approximately $2.718$. Natural logs are especially common in continuous growth and decay models, because they are linked to the exponential function $e^x$.
Solving exponential models with logarithms
Let’s work through a financial example 💰.
Suppose $P$ dollars are invested in an account with continuous growth model $A=Pe^{rt},$ where $r$ is the annual interest rate and $t$ is time in years. If $P=2000$, $r=0.04$, and you want to know when the investment reaches $3000$, set up:
$$3000=2000e^{0.04t}.$$
Divide by $2000$:
$$1.5=e^{0.04t}.$$
Take natural logs of both sides:
$$\ln(1.5)=\ln\left(e^{0.04t}\right).$$
Since $\ln(e^u)=u$,
$$\ln(1.5)=0.04t.$$
So
$$t=\frac{\ln(1.5)}{0.04}.$$
This gives the time needed for the investment to grow to $3000$.
This kind of calculation is important in financial modelling because it helps compare savings plans, loan growth, and long-term investment decisions. It also shows why logarithms are practical: they convert an exponential equation into a linear one in the unknown exponent.
Logarithmic scales and interpretation
Not every logarithm in modelling is used to “solve for time.” Sometimes logarithms are used to create a scale that compresses very large numbers into manageable values. This happens when measurements vary over many orders of magnitude.
Examples include:
- the Richter-scale-style measurement of earthquake magnitude,
- the decibel scale for sound,
- the pH scale for acidity.
A logarithmic scale is helpful because each increase by $1$ on the scale often represents a multiplication by a constant factor in the real quantity. For instance, a sound level measured in decibels uses a logarithmic relationship because the human ear responds to ratios rather than simple differences.
If a quantity is modelled by $L=10\log_{10}\left(\frac{I}{I_0}\right),$ then $L$ is the level in decibels, $I$ is intensity, and $I_0$ is a reference intensity. Here, if intensity increases by a factor of $10$, then $L$ increases by $10$ units. This shows how logarithms help compare very small and very large values on a single scale.
When using technology, students, you may enter data into a graphing calculator or spreadsheet and see a logarithmic regression model. Technology can help identify whether a set of data is better modelled by an exponential or logarithmic function. A common strategy is to graph the data and look for linearity after taking logarithms of the variables.
Technology-supported modelling and data analysis
In IB Mathematics: Applications and Interpretation SL, technology is often used to interpret data rather than just calculate by hand. If a scatter plot appears curved upward, an exponential model may fit. If the log of the dependent variable versus the independent variable forms a straight line, this suggests exponential behaviour.
For example, if a dataset follows $y=ab^x,$ then taking logarithms gives
$$\log(y)=\log(a)+x\log(b).$$
This is a linear equation in $x$ with gradient $\log(b)$ and intercept $\log(a)$. Technology can fit this line and estimate $a$ and $b$ from data.
This is useful in real situations like tracking growth of followers online, modeling radioactive decay, or studying population changes. The key modelling skill is not just calculating the formula, but deciding whether the formula makes sense in context. For example, a decay model may predict values close to zero but never negative, which matches many real phenomena.
Conclusion
Logarithms are essential in modelling because they let us work with quantities that change multiplicatively and appear in exponents. In Number and Algebra, they connect algebraic manipulation, function thinking, and numerical modelling. They also support financial models, scientific measurement, and technology-based interpretation of data.
For students, the main idea to remember is this: when the unknown is in the exponent, logarithms help bring it out. That is why they are so important in exponential growth, decay, and logarithmic scales. Mastering them strengthens your ability to analyse real-world situations mathematically and to choose the right model for the problem.
Study Notes
- A logarithm answers the question: what exponent gives a certain number?
- If $b^x=a$, then $\log_b(a)=x$.
- Logarithms and exponentials are inverse operations.
- Exponential models often have the form $A=A_0(1+r)^t$ or $A=A_0e^{kt}$.
- Logarithms are used to solve for variables in the exponent.
- The laws $\log_b(xy)=\log_b(x)+\log_b(y)$, $\log_b\left(\frac{x}{y}\right)=\log_b(x)-\log_b(y)$, and $\log_b(x^n)=n\log_b(x)$ are important.
- The input of a real logarithm must be positive, so $x>0$.
- The natural logarithm $\ln(x)$ has base $e$.
- Logarithmic scales compress very large ranges of data into useful numbers.
- Technology helps fit exponential and logarithmic models to data.
- In modelling, always interpret the answer in context, not just as a number.
