Exponential and Logarithmic Functions
students, imagine watching a population of bacteria double, or seeing money grow in a savings account with compound interest π‘ These situations change in a way that starts slowly and then speeds up, which is exactly why exponential functions matter. In this lesson, you will learn how exponential and logarithmic functions work, how to recognize their graphs and key features, and how they connect to the wider study of functions in IB Mathematics Analysis and Approaches SL.
Learning objectives:
- Explain the main ideas and terminology behind exponential and logarithmic functions.
- Apply IB Mathematics Analysis and Approaches SL reasoning or procedures related to exponential and logarithmic functions.
- Connect exponential and logarithmic functions to the broader topic of functions.
- Summarize how exponential and logarithmic functions fit within functions.
- Use evidence or examples related to exponential and logarithmic functions in IB Mathematics Analysis and Approaches SL.
What makes a function exponential?
An exponential function is a function where the variable is in the exponent. A basic example is $f(x)=a^x$, where $a>0$ and $a\neq 1$. The number $a$ is called the base. When $a>1$, the function shows exponential growth. When $0<a<1$, it shows exponential decay.
The most important feature is that the output changes by multiplying by the same factor each time $x$ increases by $1$. For example, if $f(x)=2^x$, then each step to the right doubles the output:
- $f(0)=1$
- $f(1)=2$
- $f(2)=4$
- $f(3)=8$
This is different from linear functions, which change by adding the same amount each time. For instance, $g(x)=2x+1$ increases by $2$ whenever $x$ increases by $1$.
A real-world example is compound interest. If an account grows by a fixed percentage each year, the amount is modeled by an exponential function. If the initial amount is $P$ and the growth rate is $r$, then the amount after $t$ years can be written as $A=P(1+r)^t$ π
Key vocabulary to know:
- Base: the constant multiplier in an exponential expression.
- Exponent: the power to which the base is raised.
- Growth: increasing exponential pattern, usually with $a>1$.
- Decay: decreasing exponential pattern, usually with $0<a<1$.
- Initial value: the value when $x=0$, often $f(0)$.
For $f(x)=a^x$, the graph always passes through $(0,1)$ because $a^0=1$. It has a horizontal asymptote at $y=0$, meaning the graph gets very close to the $x$-axis but does not touch it for the basic form.
Understanding logarithmic functions
A logarithmic function is the inverse of an exponential function. If $a^x=y$, then the equivalent logarithmic form is $\log_a(y)=x$. This statement means that the logarithm tells you the exponent needed to produce a number.
For example, since $2^3=8$, we can write $\log_2(8)=3$. The two forms say the same thing.
This is why logarithms are useful: they help us βundoβ exponentials. If the unknown is in the exponent, logarithms can help solve for it.
Important facts:
- The domain of $\log_a(x)$ is $x>0$.
- The range of $\log_a(x)$ is all real numbers.
- The graph has a vertical asymptote at $x=0$.
- The graph passes through $(1,0)$ because $\log_a(1)=0$.
A common logarithm is $\log_{10}(x)$, often written as $\log(x)$ in many contexts. Another important one is the natural logarithm, $\ln(x)$, which means logarithm base $e$, where $e\approx 2.71828$.
Real-life use: if sound intensity, earthquake strength, or acidity is measured on a scale that compresses large values into manageable numbers, logarithms are often involved π This helps represent very large or very small quantities more clearly.
Graphs, transformations, and key features
In IB Mathematics Analysis and Approaches SL, you should be able to describe how transformations affect exponential and logarithmic graphs. Transformations may include translations, stretches, reflections, and changes to the base.
For an exponential function of the form $f(x)=a\cdot b^{x-c}+d$:
- $c$ shifts the graph horizontally.
- $d$ shifts the graph vertically.
- $a$ stretches or reflects the graph vertically.
The horizontal asymptote changes from $y=0$ to $y=d$.
For a logarithmic function of the form $g(x)=a\log_b(x-c)+d$:
- $c$ shifts the graph horizontally.
- $d$ shifts the graph vertically.
- $a$ stretches or reflects the graph vertically.
The vertical asymptote changes from $x=0$ to $x=c$.
Example: consider $f(x)=2^x$. Then $f(2)=4$. If we define $g(x)=2^{x-1}+3$, the graph shifts right by $1$ and up by $3$. So $g(2)=2^1+3=5$.
Example: consider $h(x)=\log_3(x)$. Then $h(1)=0$. If we define $k(x)=\log_3(x+2)-1$, the graph shifts left by $2$ and down by $1$. The asymptote becomes $x=-2$.
These transformations are part of the larger function topic because they show how one function can be built from another using changes in input and output.
Solving equations with exponentials and logarithms
One major use of logarithms is solving equations where the variable appears in the exponent. Start by rewriting the equation so that you can isolate the exponential term.
Example: solve $2^x=16$.
Since $16=2^4$, we get $2^x=2^4$, so $x=4$.
Example: solve $3^{x+1}=20$.
Take logarithms of both sides:
$$
$\log(3^{x+1})=\log(20)$
$$
Use the power rule:
$$
$(x+1)\log(3)=\log(20)$
$$
Then
$$
$ x=\frac{\log(20)}{\log(3)}-1$
$$
This is an exact algebraic form, and it can also be approximated on a calculator.
Example: solve $\log_5(x)=2$.
Convert to exponential form:
$$
$ x=5^2=25$
$$
Example: solve $\ln(x)=1$.
Convert to exponential form:
$$
$ x=e^1=e$
$$
When solving equations, always check that the final answer is in the allowed domain. For logarithmic equations, the input must be positive, so any solution that makes the logarithm undefined must be rejected.
Real-world modeling with exponential and logarithmic functions
Exponential models are used when the rate of change depends on the current amount. This happens in population growth, radioactive decay, and compound interest.
A population model may look like $P(t)=P_0(1+r)^t$, where $P_0$ is the initial population and $r$ is the growth rate per time period. If a town has $5000$ people and grows by $2\%$ per year, then
$$
$P(t)=5000(1.02)^t$
$$
After $5$ years,
$$
$P(5)=5000(1.02)^5$
$$
which gives a value slightly above $5000$ because the increase compounds.
Decay is similar. If a medicine amount decreases by $15\%$ each hour, then the remaining amount can be modeled by a function like $M(t)=M_0(0.85)^t$.
Logarithmic models are often used when values span a huge range. A logarithmic scale can turn multiplication into addition, which makes patterns easier to compare. For example, if one quantity is $10$ times another, their logarithms differ by $1$ when using base $10$.
This connection shows why exponential and logarithmic functions are closely related: one grows or decays by repeated multiplication, and the other helps measure or reverse that process.
How exponentials and logarithms fit into the wider topic of functions
In the broader Functions topic, you study how rules connect inputs to outputs, how to represent functions, and how to analyze their behavior. Exponential and logarithmic functions are essential because they add two powerful ideas to the function toolkit:
- Nonlinear behavior: they are not straight lines, so they help model changing rates realistically.
- Inverse relationships: exponential and logarithmic functions show how inverses work in a very clear way.
If $f(x)=a^x$, then its inverse is $f^{-1}(x)=\log_a(x)$, provided $a>0$ and $a\neq 1$. This means the graph of $y=a^x$ and the graph of $y=\log_a(x)$ are reflections across the line $y=x$.
Understanding this inverse relationship helps with function notation, domain and range, graphing, and solving equations. It also prepares you for more advanced topics where functions are combined, transformed, and compared.
Conclusion
students, exponential and logarithmic functions are central tools in IB Mathematics Analysis and Approaches SL because they model many real situations and strengthen your understanding of functions. Exponential functions describe repeated multiplication and powerful growth or decay patterns. Logarithmic functions reverse exponentials and help solve equations with variables in exponents. Together, they connect algebra, graphing, transformations, and real-world modeling π
To master this topic, focus on the definitions, the key graphs, the asymptotes, the inverse relationship, and solving equations carefully. These ideas will support later work with composite functions, transformations, and modelling.
Study Notes
- Exponential functions have the variable in the exponent, such as $f(x)=a^x$.
- If $a>1$, the function shows growth; if $0<a<1$, it shows decay.
- The graph of $f(x)=a^x$ passes through $(0,1)$ and has horizontal asymptote $y=0$.
- Logarithmic functions are inverses of exponential functions: if $a^x=y$, then $\log_a(y)=x$.
- The graph of $y=\log_a(x)$ passes through $(1,0)$ and has vertical asymptote $x=0$.
- The domain of a logarithmic function is $x>0$.
- Transformations change graphs by shifting, stretching, or reflecting them.
- Exponential and logarithmic functions are inverses, so their graphs reflect across $y=x$.
- Logarithms are useful for solving equations where the unknown is in the exponent.
- These functions are important for modeling population, finance, decay, and scale-based measurements.
