Logarithmic Functions
students, in engineering and science, many quantities grow very quickly at first and then more slowly over time 📈. Sound intensity, earthquake measurements, acidity, and signal strength are all examples where a logarithmic scale helps us make sense of very large or very small numbers. In this lesson, you will learn what logarithmic functions are, how they relate to exponentials, and how to use them in algebraic reasoning.
Learning objectives:
- Explain the main ideas and terminology behind logarithmic functions.
- Apply engineering mathematics reasoning and procedures related to logarithmic functions.
- Connect logarithmic functions to algebra and functions.
- Summarize how logarithmic functions fit within algebra and functions.
- Use examples and evidence related to logarithmic functions in engineering mathematics.
What is a logarithmic function?
A logarithmic function is the inverse of an exponential function. That means if an exponential function answers the question “What happens when we raise a number to a power?”, a logarithmic function answers the question “What power do we need?” 🤔
The basic logarithm is written as $\log_b(x)$, where $b$ is the base and $x$ is the input. It means the exponent you must put on $b$ to get $x$.
So,
$$\log_b(x)=y \quad \text{means} \quad b^y=x$$
This is the key idea behind logarithms.
For example,
$$\log_{10}(1000)=3$$
because
$$10^3=1000$$
Another example is
$$\log_2(8)=3$$
because
$$2^3=8$$
This inverse relationship is central to Algebra and Functions because it connects two important families of functions: exponentials and logarithms.
Logarithm terminology and rules
To use logarithms correctly, students, you need to know the main terms.
- Base: the number being raised to a power, such as $10$, $2$, or $e$.
- Argument: the number inside the logarithm, such as $x$ in $\log_b(x)$.
- Exponent: the power found by the logarithm.
There are some important restrictions:
$$b>0, \quad b\ne 1, \quad x>0$$
These conditions matter because exponential functions with valid bases always give positive outputs, so logarithms can only accept positive inputs.
Two very common logarithms are:
- The common logarithm: $\log_{10}(x)$, often written simply as $\log(x)$ in many contexts.
- The natural logarithm: $\ln(x)$, which means $\log_e(x)$, where $e\approx 2.71828$.
Natural logs are especially important in engineering because they appear in growth, decay, circuit analysis, and continuous change.
Converting between logarithmic and exponential forms
One of the most useful algebra skills with logarithms is converting between forms.
If
$$\log_b(x)=y$$
then the equivalent exponential form is
$$b^y=x$$
Let’s look at a few examples.
- $\log_5(125)=3$ because $$5^3=125$$
- $\log_{10}(0.01)=-2$ because $$10^{-2}=0.01$$
- $\ln(e^4)=4$ because $$e^4=e^4$$
This conversion is often the fastest way to solve logarithmic equations.
For example, if you are given
$$\log_3(x)=4$$
rewrite it as
$$3^4=x$$
so
$$x=81$$
This simple method is very important in engineering mathematics because it turns a logarithmic equation into an easier algebra problem.
Graphs and behavior of logarithmic functions
The graph of a logarithmic function helps us understand how it behaves.
For the function
$$y=\log_b(x)$$
with $b>1$, the graph has these features:
- It passes through the point $\left(1,0\right)$ because $\log_b(1)=0$.
- It has a vertical asymptote at $x=0$.
- It increases slowly as $x$ gets larger.
- It is only defined for $x>0$.
If $0<b<1$, the graph decreases instead of increasing.
A useful example is
$$y=\ln(x)$$
This graph also passes through $\left(1,0\right)$ and has a vertical asymptote at $x=0$.
Why does the asymptote matter? Because the function gets closer and closer to $x=0$ but never touches it. This matches the rule that logarithms are only defined for positive numbers.
In real life, this kind of behavior appears when a system changes quickly at first and then more gradually later, such as the brightness of a dimming light or the level of a chemical reaction over time.
Laws of logarithms
Logarithm laws let us simplify expressions, expand products, and solve equations. These are very useful in algebra.
Product law
$$\log_b(MN)=\log_b(M)+\log_b(N)$$
Quotient law
$$\log_b\left(\frac{M}{N}\right)=\log_b(M)-\log_b(N)$$
Power law
$$\log_b\left(M^k\right)=k\log_b(M)$$
These laws are valid when $M>0$ and $N>0$.
Example:
$$\log_{10}(100x)$$
can be expanded as
$$\log_{10}(100)+\log_{10}(x)$$
Since
$$\log_{10}(100)=2$$
this becomes
$$2+\log_{10}(x)$$
Another example is
$$\ln\left(\frac{x^3}{5}\right)=\ln(x^3)-\ln(5)=3\ln(x)-\ln(5)$$
These rules help transform complicated expressions into simpler ones, which is a major skill in algebraic manipulation and simplification.
Solving logarithmic equations
To solve equations with logarithms, students, first look for a way to rewrite them using exponential form or logarithm laws.
Example 1
Solve
$$\log_2(x)=5$$
Convert to exponential form:
$$2^5=x$$
So
$$x=32$$
Example 2
Solve
$$\ln(x)=2$$
Rewrite as
$$e^2=x$$
So
$$x=e^2$$
Example 3
Solve
$$\log_3(x-1)=2$$
Convert to exponential form:
$$3^2=x-1$$
Then
$$9=x-1$$
so
$$x=10$$
Always check that the input is positive. Here, $x-1>0$, and $x=10$ satisfies that condition.
Example 4
Solve
$$\log_5(x)+\log_5(2)=2$$
Use the product law:
$$\log_5(2x)=2$$
Convert to exponential form:
$$5^2=2x$$
so
$$25=2x$$
and
$$x=12.5$$
Again, check the domain. Since $x>0$, the solution is valid.
Real-world engineering uses
Logarithmic functions appear often in engineering mathematics because they compress large ranges of values into manageable scales. This makes them useful for measurement and analysis 🔧.
Decibels in sound engineering
Sound levels are often measured in decibels, which use logarithms. The formula is
$$\text{dB}=10\log_{10}\left(\frac{I}{I_0}\right)$$
where $I$ is the sound intensity and $I_0$ is a reference intensity.
This matters because sound intensity can vary by huge amounts. A logarithmic scale makes the numbers easier to compare.
pH in chemistry and environmental engineering
The pH scale is based on logarithms:
$$\text{pH}=-\log_{10}\left[H^+\right]$$
where $[H^+]$ is the hydrogen ion concentration.
This means small changes in pH can represent big changes in concentration. That is why pH is such a powerful engineering and science tool.
Growth and decay
Logarithms help solve exponential models such as
$$A=A_0e^{kt}$$
If you need to find time $t$, you can use logarithms:
$$\frac{A}{A_0}=e^{kt}$$
then
$$\ln\left(\frac{A}{A_0}\right)=kt$$
so
$$t=\frac{1}{k}\ln\left(\frac{A}{A_0}\right)$$
This is useful in cooling, radioactive decay, population models, and capacitor discharge.
Common mistakes to avoid
When working with logarithms, students, several errors happen often.
- Forgetting the domain: logarithms require positive inputs, so expressions like $\log(-3)$ are not real-valued.
- Confusing $\log(x)$ with $\ln(x)$: the meaning depends on context, but in many engineering settings $\log(x)$ means $\log_{10}(x)$.
- Misusing logarithm laws: for example, $\log_b(M+N)\ne\log_b(M)+\log_b(N)$.
- Forgetting to check answers after solving equations.
A good habit is to verify that each solution makes the logarithm’s argument positive.
Conclusion
Logarithmic functions are the inverse of exponential functions, and that makes them an essential part of Algebra and Functions. They help transform multiplication into addition, powers into products, and huge numerical ranges into usable scales. In engineering mathematics, they are used in sound measurement, chemistry, growth models, and many other applications. students, understanding logarithmic functions gives you a strong tool for simplifying expressions, solving equations, and interpreting real-world data.
Study Notes
- A logarithm answers the question: “What exponent gives this number?”
- $\log_b(x)=y$ is equivalent to $b^y=x$.
- Logarithms are defined only when $x>0$, with $b>0$ and $b\ne 1$.
- The two most common forms are $\log_{10}(x)$ and $\ln(x)=\log_e(x)$.
- The graph of $y=\log_b(x)$ passes through $\left(1,0\right)$ and has a vertical asymptote at $x=0$.
- Useful laws:
- $$\log_b(MN)=\log_b(M)+\log_b(N)$$
- $$\log_b\left(\frac{M}{N}\right)=\log_b(M)-\log_b(N)$$
- $$\log_b\left(M^k\right)=k\log_b(M)$$
- To solve logarithmic equations, convert them to exponential form when possible.
- Logarithmic scales are used in engineering for decibels, pH, and models of growth and decay.
- Always check solutions to make sure logarithm arguments stay positive.
