2. Functions

Logistic Models

Logistic Models πŸ“ˆ

Introduction: Why growth cannot keep going forever

students, imagine a plant in a pot 🌱. At first it grows slowly, then quickly, and later more slowly again as it runs out of space, water, or nutrients. Many real situations behave like this: a new app gaining users, a population living in a limited area, or a rumor spreading through a school. A model that captures this kind of growth is called a logistic model.

In this lesson, you will learn how logistic models work, how to recognize their graphs, how to interpret their key features, and how they connect to other ideas in functions. By the end, you should be able to explain the meaning of a logistic curve, use technology to fit one to data, and interpret the results in context.

Learning objectives

  • Explain the main ideas and terminology behind logistic models.
  • Apply IB Mathematics: Applications and Interpretation HL reasoning to logistic models.
  • Connect logistic models to the broader topic of functions.
  • Summarize how logistic models fit within functions.
  • Use evidence and examples related to logistic models in real contexts.

What is a logistic model?

A logistic model is a function used to describe growth that starts slowly, increases rapidly, and then levels off toward a maximum value. This maximum value is called the upper asymptote or carrying capacity.

A common form is

$$f(x)=\frac{L}{1+Ae^{-kx}}$$

where:

  • $L$ is the maximum value the function approaches,
  • $A$ is a constant that affects the starting position,
  • $k$ is a growth-rate constant,
  • $x$ is the input variable, often time.

Another very useful form is

$$f(x)=\frac{L}{1+e^{-k(x-x_0)}}$$

where $x_0$ is the inflection point, the point where the graph changes from curving upward to curving downward.

This type of function is called sigmoid because its graph looks like an S-shape. That shape is important: it shows that growth is not unlimited.

Why logistic models matter

Many real-world quantities cannot increase forever. For example:

  • A town’s population may be limited by housing and resources 🏘️
  • A new product may only reach a certain market size πŸ“±
  • A disease may spread through a population and then slow as fewer people remain susceptible 🦠

In each case, logistic models can be more realistic than exponential models, because exponential models assume unlimited growth.


The shape of the logistic graph

The logistic curve has three key features that help with interpretation:

  1. Lower starting region: the function begins near a small value.
  2. Rapid growth region: the function rises quickly.
  3. Leveling-off region: the function approaches a maximum value.

If $f(x)=\frac{L}{1+Ae^{-kx}}$, then as $x\to\infty$, the value of $e^{-kx}$ gets very close to $0$ when $k>0$. So the denominator approaches $1$, and the function approaches $L$.

This means

$$\lim_{x\to\infty} f(x)=L$$

when $k>0$.

The graph also has a lower asymptote. As $x\to -\infty$, the exponential term becomes very large, so the fraction approaches $0$ if the model is written in this standard growth form.

Example: population in a school club

Suppose a club starts with only a few members, then becomes popular, but eventually most interested students have already joined. The number of members might follow a logistic pattern.

If the club has a maximum possible membership of $200$, then a model might be

$$f(x)=\frac{200}{1+15e^{-0.6x}}$$

Here:

  • $L=200$ means the membership approaches $200$,
  • $A=15$ affects the initial value,
  • $k=0.6$ controls how fast the growth happens.

This model would suggest that membership grows quickly for a while, then slows down as the club gets close to full capacity.


Key terminology and interpretation

To use logistic models well, students, you need to understand the vocabulary attached to them.

Upper asymptote and carrying capacity

The upper asymptote is the horizontal line that the graph approaches but does not usually cross in the long term. In many contexts, this represents a natural limit.

For example, if $f(x)$ models the number of infected people in a closed group, the upper limit may be the total group size. If $L=500$, then the model predicts the value will get close to $500$.

Inflection point

The inflection point is where the graph changes concavity. In a logistic model, this is often the point of fastest growth.

For the form

$$f(x)=\frac{L}{1+e^{-k(x-x_0)}}$$

the inflection point is at $x=x_0$ and the output value there is

$$f(x_0)=\frac{L}{2}$$

That means the graph reaches half of its maximum at the point of greatest growth.

Growth rate parameter

The constant $k$ affects how steep the curve is. A larger positive $k$ usually means faster growth and a steeper middle section. A smaller positive $k$ means slower growth.

Domain and range

In context, the domain is often time, so it may be restricted to $x\ge 0$. The range is usually between a lower value and the upper limit. If the model represents population, negative values would not make sense, so interpretation must always stay connected to the context.


Logistic models compared with other functions

Logistic models belong to the broader family of functions, and they are often studied alongside linear, exponential, and polynomial models.

Compared with linear models

A linear model has a constant rate of change. For example,

$$f(x)=3x+2$$

increases by the same amount each step. Logistic growth does not do this. Its rate of change increases first, then decreases.

Compared with exponential models

An exponential model such as

$$f(x)=2e^{0.4x}$$

grows faster and faster without bound. Logistic growth begins similarly but eventually slows because of limits in the situation.

This is why logistic models often give better results when a maximum value is possible.

Compared with polynomial models

Polynomials can curve and change direction, but they do not naturally have the same S-shaped growth with clear horizontal asymptotes. Logistic models are designed specifically for bounded growth.


Regression and fitting logistic models with technology

In IB Mathematics: Applications and Interpretation HL, you are expected to use technology to analyze relationships in data. Logistic regression or curve fitting is a powerful tool when the data show S-shaped growth.

Suppose a dataset records how many people have adopted a new streaming service over time. A scatter plot may show slow early growth, rapid middle growth, and slower later growth. That pattern suggests a logistic model may fit well.

How to fit a logistic model

Using a graphing calculator, spreadsheet, or software:

  1. Enter the data.
  2. Plot the scatter graph.
  3. Look for an S-shaped pattern.
  4. Use a logistic regression tool if available.
  5. Check how well the curve matches the data.

Interpreting the fit

A good fit means the model follows the data closely, especially in the main growth region. But students, remember that a fitted model is still an approximation. It is not a perfect prediction of the future.

You may be asked to interpret the model in context. For example:

  • What does $L$ represent?
  • What does the value of $x_0$ mean?
  • At what time is the growth fastest?
  • Does the model make sense for values outside the data range?

These questions are important because technology can generate a model quickly, but mathematical reasoning tells you whether the model is meaningful.

Example of interpretation

If a model for the number of users of an app is

$$f(x)=\frac{10000}{1+19e^{-0.8x}}$$

then:

  • the app is expected to level off near $10000$ users,
  • the growth is initially slow,
  • the fastest increase happens around the inflection point,
  • the model is reasonable if the market is limited.

Working carefully with context and limitations

Logistic models are useful, but they have limits.

Not every S-shape is logistic

Some data may look roughly S-shaped but still not fit a logistic curve well. The model should be chosen because the context supports a maximum limit, not just because the graph looks curved.

Extrapolation can be risky

If data only cover early growth, the predicted upper limit may not be reliable. For example, if a product is brand new, later competition may change the pattern. So the model is safest within the data range.

Parameters must make sense

If a model predicts negative values where only positive values are possible, then it may not be appropriate. Mathematical models should always be checked against reality.


Conclusion

Logistic models are essential in functions because they describe bounded growth in a realistic way. Unlike exponential models, they include a natural limit and are especially useful when a quantity grows quickly and then slows down. You should now be able to identify the S-shaped graph, interpret the parameters $L$, $A$, $k$, and $x_0$, and explain the meaning of the asymptotes and inflection point.

For IB Mathematics: Applications and Interpretation HL, logistic models connect graphing, transformation, interpretation, and technology-supported regression. When you analyze real data, always ask: does the situation have a maximum limit? If yes, a logistic model may be a strong choice βœ…


Study Notes

  • Logistic models describe growth that is slow at first, fast in the middle, and then levels off.
  • A common model is $f(x)=\frac{L}{1+Ae^{-kx}}$.
  • The graph is S-shaped, also called sigmoid.
  • The value $L$ is the upper asymptote or carrying capacity.
  • The inflection point is where growth is fastest, and for $f(x)=\frac{L}{1+e^{-k(x-x_0)}}$, it occurs at $x=x_0$.
  • At the inflection point, the output is $\frac{L}{2}$.
  • Logistic models are better than exponential models when growth has a natural limit.
  • Technology can help fit logistic models to data using regression tools.
  • Good interpretation links the equation to the real situation, not just the graph.
  • Always check whether the model is reasonable in context and whether extrapolation is safe.

Practice Quiz

5 questions to test your understanding