2. Functions

Exponential Functions

Exponential Functions

students, imagine a population of bacteria doubling every hour, money growing in a savings account, or a virus spreading through a community 🌱💰📈. All of these situations can be described using exponential functions. In this lesson, you will learn what makes an exponential function special, how to recognize its graph, how transformations change its shape, and how to interpret real-world data with technology.

What makes a function exponential?

An exponential function is a function where the variable appears in the exponent. A common form is $f(x)=a\,b^x$, where $a\neq 0$ and $b>0$, $b\neq 1$. Here, $a$ is the initial value, and $b$ is the growth or decay factor. If $b>1$, the function shows exponential growth. If $0<b<1$, it shows exponential decay.

This is different from linear functions like $f(x)=mx+c$, where equal increases in $x$ give equal increases in $f(x)$. For exponential functions, equal increases in $x$ multiply the output by the same factor. That multiplication pattern is the key idea. For example, if $f(x)=3\cdot 2^x$, then each time $x$ increases by $1$, the output is multiplied by $2$:

$$f(0)=3,\quad f(1)=6,\quad f(2)=12,\quad f(3)=24$$

This “multiply by the same factor” pattern is what makes exponential models powerful in real life.

Understanding the graph and its meaning

The graph of an exponential function has a very distinct shape. For growth, it starts slowly and then rises more and more quickly. For decay, it starts high and decreases rapidly before leveling off. Many exponential graphs have a horizontal asymptote, often $y=0$, meaning the graph gets closer and closer to the axis but does not usually cross it.

Consider $f(x)=2^x$. Some important points are $(-2,\tfrac14)$, $(-1,\tfrac12)$, $(0,1)$, $(1,2)$, and $(2,4)$. Notice that the graph passes through $(0,1)$ because any nonzero number raised to the power $0$ equals $1$.

This is useful in context. If a population model is $P(t)=500(1.08)^t$, then $500$ is the starting population, and the factor $1.08$ means an $8\%$ increase each time period. The graph helps us see future growth quickly. If the model is $A(t)=1200(0.9)^t$, then the amount decreases by $10\%$ each period. That is exponential decay.

When reading graphs, ask: What does the $y$-intercept mean? Does the function grow or decay? What happens after many years or many steps? These questions are important in IB Math because interpreting the meaning of a function is just as important as calculating with it.

Key transformations of exponential functions

Like other functions, exponentials can be transformed. Start with a parent function such as $f(x)=b^x$. Then transformations can shift, stretch, compress, or reflect the graph.

A general transformed exponential function may look like $g(x)=a\,b^{x-h}+k$.

  • $a$ causes a vertical stretch or compression, and if $a<0$, the graph reflects across the $x$-axis.
  • $h$ shifts the graph horizontally.
  • $k$ shifts the graph vertically.

For example, compare $f(x)=2^x$ and $g(x)=2^{x-3}+5$. The graph of $g$ is shifted right $3$ units and up $5$ units. Its horizontal asymptote changes from $y=0$ to $y=5$.

A real-world interpretation matters here. If a company’s profits follow $P(t)=2000(1.15)^t+500$, then $2000$ is the initial growth amount, $1.15$ means $15\%$ growth per period, and $500$ could represent a fixed bonus or baseline income. The transformation $+500$ changes the long-term behavior because the graph approaches $y=500$ when the exponential part gets very small.

students, always connect the algebra to the context. If you see $+k$, think “starting level changes.” If you see $b^x$, think “multiplication over time.” 📊

Exponential growth and decay in context

Many IB problems involve deciding whether a situation is better modeled by growth or decay. A quantity grows exponentially when it increases by the same percentage over equal intervals. It decays exponentially when it decreases by the same percentage over equal intervals.

Example: A phone worth $900$ loses $18\%$ of its value each year. The model is

$$V(t)=900(0.82)^t$$

because after one year the value is $82\%$ of the previous year. To estimate the value after $4$ years, calculate

$$V(4)=900(0.82)^4$$

This gives an approximate value of $416.86$. The exact value depends on rounding.

Another example: A bacteria colony begins with $300$ bacteria and doubles every $6$ hours. If $t$ is measured in hours, then the model is

$$B(t)=300\cdot 2^{t/6}$$

This works because the exponent $t/6$ counts how many six-hour periods have passed. After $12$ hours,

$$B(12)=300\cdot 2^{12/6}=300\cdot 2^2=1200$$

This model is a good example of how exponential functions connect to time intervals, units, and context.

Regression and fitting exponential models with technology

In IB Mathematics: Applications and Interpretation SL, technology is important for analyzing data. Sometimes the data do not obviously look exponential, so you may need to use a graphing calculator or software to fit an exponential model.

Suppose the data show the spread of an online video’s views over several days. If the increase is by similar percentages rather than similar amounts, an exponential model may be suitable. Technology can perform exponential regression and produce a model such as $y=ab^x$.

When interpreting a regression model, do not just copy the equation. Ask these questions:

  • Does the model make sense in context?
  • Is the growth factor $b$ greater than $1$, or is it between $0$ and $1$?
  • Are there any outliers that may affect the fit?
  • Does the model predict reasonable values outside the data range?

For example, if data on forest growth lead to $y=45(1.03)^x$, that suggests a $3\%$ increase per time unit. But if the model predicts extremely large values far into the future, you must be careful. Exponential models often work well for short-to-medium ranges, but real-world limits can change the pattern later.

Technology also helps compare models. A scatter plot that curves upward may suggest exponential growth, while a straight-line pattern suggests linear growth. In IB, understanding the shape of the data is just as important as calculating the regression equation. 🌍

Solving exponential equations and interpreting results

Sometimes you must solve an exponential equation, such as $2^x=16$. Since $16=2^4$, the solution is $x=4$. But many equations are not so simple, like $3^x=10$. In that case, logarithms are often used later in the course, or technology can help find an approximate solution.

If a model is given in context, solving the equation often means finding the time when a quantity reaches a certain level. For example, if a savings account follows

$$A(t)=1500(1.05)^t$$

and you want to know when the balance reaches $2000$, solve

$$1500(1.05)^t=2000$$

This tells you when the account hits the target amount. In practical terms, the answer may need to be rounded to a sensible unit, such as years or months.

Always interpret the answer carefully. If the solution is $t\approx 5.8$, that means about $5.8$ years, not exactly $5$ or $6$ years unless the context requires a whole-number time.

Why exponential functions matter in the Functions topic

Exponential functions are a major part of the broader topic of Functions because they show how one quantity depends on another in a predictable way. They help you compare different types of relationships:

  • Linear functions add the same amount each step.
  • Quadratic functions change at a changing rate.
  • Exponential functions multiply by the same factor each step.

This comparison is important in IB because you are expected to choose the best model for a situation, interpret the parameters, and explain what the model means in context. Exponential functions also connect to graphing, transformations, regression, and technology-supported analysis, which are all central ideas in this course.

When you understand exponential functions, you can model population change, finance, depreciation, and other situations where percentage change matters. That makes this topic both mathematically important and highly practical.

Conclusion

students, exponential functions describe situations where change happens by repeated multiplication rather than repeated addition. Their graphs reveal growth or decay, transformations change their position and asymptote, and technology helps fit models to real data. In IB Mathematics: Applications and Interpretation SL, you should not only calculate with exponential functions but also explain what the numbers mean in context. That ability to interpret, compare, and justify is what makes this topic essential within Functions ✅

Study Notes

  • An exponential function has the variable in the exponent, often written as $f(x)=a\,b^x$.
  • If $b>1$, the function shows exponential growth; if $0<b<1$, it shows exponential decay.
  • The value $a$ usually represents the initial amount when $x=0$.
  • Exponential functions multiply by the same factor for equal increases in $x$.
  • The parent graph $f(x)=b^x$ usually passes through $(0,1)$ and has a horizontal asymptote.
  • A model like $a\,b^{x-h}+k$ includes transformations: horizontal shift, vertical shift, stretch/compression, and possible reflection.
  • In context, $b=1+r$ for growth and $b=1-r$ for decay, where $r$ is the rate as a decimal.
  • Technology is useful for exponential regression when data show percentage-type change.
  • Always check whether an exponential model is reasonable for the situation and the data range.
  • Exponential functions are important in finance, population growth, depreciation, and real-world prediction.

Practice Quiz

5 questions to test your understanding

Exponential Functions — IB Mathematics Applications And Interpretation SL | A-Warded