Kahibaro
Discord Login Register

Growth

Understanding Exponential Growth

In the chapter on Exponential Functions, you saw the general idea of functions of the form
$$
y = a \cdot b^x
$$
where $a$ is an initial value and $b$ is a constant base. In this chapter, we focus specifically on growth: situations where the quantity increases as time (or some other variable) increases.

For exponential growth, the key condition is
$$
b > 1.
$$

Here, $x$ usually represents time or number of steps, and $y$ is the size of the quantity we are tracking.

Typical features:

Basic Formulas for Exponential Growth

Discrete-time growth: repeated multiplication

Many growth processes are described step-by-step, such as “each year the population increases by 5%.” If something starts at value $P_0$ (read “P-zero”) and grows by the same percentage rate each time period, the general formula is
$$
P(t) = P_0 (1 + r)^t
$$
where:

Why $1 + r$?

Examples of interpreting $1 + r$

In each case, $b > 1$, which means exponential growth.

Continuous-time growth with $e$

In many applications, especially in more advanced math and science, growth is written using the constant $e$:
$$
P(t) = P_0 e^{kt}
$$
where $k$ is the continuous growth rate. For growth, we have $k > 0$.

In this form:

You do not need to master the connection between $k$ and $r$ here, but the important idea is:

This chapter will mostly use the $P(t) = P_0(1+r)^t$ form, which is more common in basic applications and word problems.

Recognizing Exponential Growth from a Formula

You are dealing with exponential growth when all of the following are true:

Examples of growth functions:

Non-examples (not exponential growth):

Reading Growth Rate from a Formula

Suppose you have an exponential growth function already written. How do you find the growth rate?

For a function in the form
$$
P(t) = P_0 (1 + r)^t,
$$
the growth rate is just $r$.

If your function is written as $P(t) = ab^t$, then:

Example:

Here $b = 1.03$,

so $r = 1.03 - 1 = 0.03 = 3\%$.

For the $e$-form:
$$
P(t) = P_0 e^{kt},
$$
the constant $k$ is the continuous growth rate. Translating $k$ to a percentage growth per unit time depends on context and is typically handled in more advanced discussions. For now, you can treat $k$ similarly to $r$ in the sense that:

Graph Features of Exponential Growth

For $y = a b^x$ with $a > 0$ and $b > 1$:

Changing parameters:

Comparing Exponential Growth to Linear Growth

In many problems, you compare exponential growth to linear change.

For example, suppose:

At first, the linear plan may give more money (because \$50 is bigger than the early 5% increases). But as time goes on, the exponential plan will eventually overtake the linear plan, because the percentage increase applies to a growing amount.

This “eventually overtakes” behavior is characteristic of exponential growth: it starts out slow but grows very fast for large $t$.

Typical Word Problems About Growth

Here are the main types of questions you encounter with exponential growth formulas. The exact solving steps will be covered in detail in other chapters (e.g., solving equations), but the structure here is specific to growth.

1. Given initial value and rate, find future value

General form:
$$
P(t) = P_0 (1 + r)^t.
$$

Typical wording:

In both cases, you:

2. Finding the growth rate from data

Typical wording:

Idea:

You might write
$$
1210 = 1000(1 + r)^2
$$
and then solve the equation for $r$.

3. Time to reach a given size

Typical wording:

You:

This often involves logarithms (covered in the Logarithms chapter), but the problem setup—the part specific to growth—is choosing the correct exponential form and placing $P_0$, $r$, and $t$ correctly.

Common Real-World Models of Exponential Growth

Exponential growth appears in many contexts. Here we focus on the algebraic form and the interpretation of parameters, not the full scientific details.

Population growth (simple model)

A basic model:
$$
P(t) = P_0 (1 + r)^t
$$

Interpretation:

Compound interest

For money growing with interest, a very common model is:
$$
A(t) = P\left(1 + \frac{r}{n}\right)^{nt}
$$
where:

Notice that:

If interest is compounded once per year ($n = 1$), this reduces to:
$$
A(t) = P(1 + r)^t
$$
which is exactly the same form as the basic growth formula.

Doubling time

Many exponential growth situations can be described by a doubling time: the time it takes for the quantity to double.

If a quantity doubles every $d$ units of time, you can model it as:
$$
P(t) = P_0 \cdot 2^{t/d}
$$

This is another standard way of writing exponential growth, emphasizing how long it takes to double instead of giving the growth rate per period.

You can rewrite this in the form $P_0(1+r)^t$ by recognizing that
$$
2^{t/d} = \left(2^{1/d}\right)^t
$$
so the base $b = 2^{1/d}$, and the growth factor per one time unit is $2^{1/d}$.

Interpreting Growth in Tables and Graphs

Sometimes you are not given an explicit formula. Instead, you might see a table of values or a graph. Here is how to recognize and interpret exponential growth in such representations.

From a table

If $x$ increases by 1 (or a fixed amount) each row, and the $y$-values are being multiplied by the same factor each time, then $y$ is growing exponentially with respect to $x$.

Example table:

Check ratios:

Each step multiplies by $1.5$. So we have exponential growth with:

So the function is
$$
y = 5(1.5)^x.
$$

From a graph

On a graph, exponential growth:

If you zoom in near large $x$, the graph can appear “almost vertical,” but it is always a smooth curve, not a straight line.

Summary of Key Ideas About Growth

Views: 10

Comments

Please login to add a comment.

Don't have an account? Register now!