The logistic differential equation deals with modeling growth or decay events with a certain limit. Let's explore more about this unique modeling event.
WeTheStudy lets you connect ideas
Learn more

Another application of differential equations (DE) is modeling growth or decay events with a limit. This post explains more about this event:

Modeling Logistics

The logistic differential equation

Let's recall that for some phenomena, the rate of change is directly proportional to its quantity, just like we did with growth and decay; However, this is only sometimes the case. To illustrate, let's look at population growth. We can model it exponentially as \(y=Ce^{kt}\), but this assumes that the population will grow infinitely.

As time passes, population growth decreases because of a specific limitation \(L\). It happens due to a lot of factors. In our example, the growth slowed down probably because the place has limited resources to offer its people; hence, people leave the area. As a consequence, it regulates growth.

It may be best to model these events using the logistic differential equation. Pierre François Verhulst, a Belgian Mathematician, first created this equation. It states that the rate of change is directly proportional to the difference between quantity \(y\) and a limiting term \(\frac{y^2}{L}\):

  • \(\frac{d y}{d t} \propto \left(y-\frac{y^2}{L}\right)\)
  • \(\frac{d y}{d t} \propto y\left(1-\frac{y}{L}\right)\)
  • \(\frac{d y}{d t}=k y\left(1-\frac{y}{L}\right)\)

The model grows at a \(k\) growth rate as time \(t\) goes by. At some point, \(y\) would approach a limiting capacity \(L\).

We can find the general solution using the separation of variables method or Bernoulli's Equation. Let's use the latter:

  • \(\frac{d y}{d t}=k y\left(1-\frac{y}{L}\right)\)

Rearranging the form:

  • \(\frac{d y}{d t}-k y=-\frac{k y^2}{L}\)

Applying Bernoulli's Equation:

  • \(y^{\prime} y^{-2}-k y^{-1}=-\frac{k}{L}\), eliminate \(y^n\)
  • \(\frac{d\left(y^{-1}\right)}{d t}+k y^{-1}=\frac{k}{L}\), make first term conform to standard form
  • \(\frac{d z}{d t}+k z=\frac{k}{L}\), let \(y^m\) be \(z\) and solve for \(z\)
  • \(\mu=e^{\int k d t}=e^{k t}\), solve for integrating factor
  • \(z=\frac{1}{e^{k t}} \int \frac{k}{L} e^{k t} d t\), solve for general solution
  • \(z=\frac{1}{e^{k t} L}\left(e^{k t}+C_1\right)=y^{-1}\)
  • \(y=\frac{e^{k t} L}{e^{k t}+C_1}\)
  • \(y=\frac{L}{1+C e^{-k t}}\)

The general solution is what we call the logistic function, which consists of the following:

  • \(L\) is the limiting capacity
  • \(C\) is the initial value
  • \(k\) is the growth rate
  • \(t\) is time

We can view the solution curve graphically in the figure. It looks like a sigmoid curve (commonly known as the "S-Curve"). It has a horizontal asymptote at \(y=L\), which would satisfy the model's limiting condition \(L\).

Want to access the remaining content?
You're a Member!
Click to expand on exclusive content
Want to access the remaining content?

Become a Member

When you sign-up and subscribe to WeTheStudy, you’ll get the following benefits:

No ads! (yey!)
Complete access to all articles
Ability to track your progress in the tree

SIGN-UP

Complete Your Checkout

When you complete your account, here are the following benefits:

No ads! (yey!)
Complete access to all articles
Ability to track your progress in the tree

PROCEED CHECKOUT

Example

We can find this function in population growth, epidemiology studies, ecology, artificial learning, and more. For this example, let's consider a situation about a virus epidemic:

The city government formally announced a virus epidemic. According to medical data, it took five days for the virus to infect from 3 to 376 people. Assuming the officials have taken no measures, how many infected residents are there after 15 days in a city with a population of 107,524?

Identify

In this problem, we must find the number of infected residents after 15 days. First, we identify some variables:

  • \(y\) is the number of people infected
  • \(t\) is time in days

Since we are talking about the virus here, the maximum number of people it can infect is 107,524 (assuming a fixed population); hence \(L=107,524\)

The problem also states some conditions, which we can outline below:

  • Initial Condition: There were three people infected on day 0.
  • Secondary Condition: there were 376 people infected after five days.

Find the Model

We use the logistic function general solution to model the event as derived earlier:

\(y=\frac{L}{1+C e^{-k t}}\)

After identifying the model, we need to find the particular solution by finding constants \(C\) and \(k\) using the conditions in the problem.

For \(C\), let's use the first condition to solve it:

  • \(3=\frac{107,524}{1+C e^{-k \cdot 0}}\)
  • \(C=35,840.33\)

For \(k\), we use the secondary condition:

  • \(376=\frac{107,524}{1+35,840.33 e^{-k \cdot 5}}\)
  • \(k=0.96689\)

Now that we know these constants, we can now form the model

  • \(y=\frac{107,524}{1+35,840.33 e^{-0.96689 t}}\)

This expression is the function we use to determine the number of people sick in the city. We can see a graphical view of the function below. This graph shows that the virus will start approaching the limit after quite some time because there is no more person to infect.

Solution Curve

Evaluate

We need to find the number of infected people after 15 days. Let's substitute \(t=15\) to the equation to determine the value:

  • \(y=\frac{107,524}{1+35,840.33 e^{-0.96689 \cdot 15}}\)
  • \(y=105,621.19\)

After 15 days since day zero, the number of infected people will be 105,621. Almost all of the city is already sick by that time. Investigating this model can let city officials and health experts know what they are dealing with. It gives them a sense of their available time to create measures.

Summary

Logistic differential equation deals with modeling growth or decay events with a limit \(L\)
It states that the rate of change is directly proportional to the difference between quantity \(y\) and a limiting term \(\frac{y^2}{L}\): \(\frac{d y}{d t}=k y\left(1-\frac{y}{L}\right)\) The model grows at a \(k\) growth rate as time \(t\) goes by. At some point, \(y\) would approach a limiting capacity \(L\).
The general solution, \(y=\frac{L}{1+C e^{-k t}}\), is what we call the logistic function, which consists of the following: \(L\) is the limiting capacity, \(C\) is the initial value, \(k\) is the growth rate, and \(t\) is time.
The graph of the logistic function looks like a sigmoid curve (commonly known as the "S-Curve"). It has a horizontal asymptote at \(y=L\), which would satisfy the model's limiting condition \(L\).
Created On
June 5, 2023
Updated On
February 23, 2024
Contributors
Edgar Christian Dirige
Founder
References

WeTheStudy original content

Revision
1.00
Got some questions? Something wrong? Contact us