Skip to main content

Logistic Growth Calculator

Our free exponents & logarithms calculator solves logistic growth problems. Get worked examples, visual aids, and downloadable results.

Share this calculator

Formula

P(t) = K / (1 + ((K - P0) / P0) * e^(-rt))

Where P(t) is population at time t, K is carrying capacity (maximum population), P0 is initial population, r is intrinsic growth rate, and e is Euler's number. The model produces an S-shaped curve that starts exponentially and levels off at K.

Worked Examples

Example 1: Bacterial Colony Growth

Problem: A bacterial colony starts with 100 organisms in an environment that can support 10,000. The intrinsic growth rate is 0.5 per hour. What is the population after 10 hours?

Solution: P(t) = K / (1 + ((K-P0)/P0) * e^(-r*t))\nK = 10,000, P0 = 100, r = 0.5, t = 10\nA = (10,000 - 100) / 100 = 99\nP(10) = 10,000 / (1 + 99 * e^(-0.5*10))\n= 10,000 / (1 + 99 * 0.00674)\n= 10,000 / (1 + 0.6671)\n= 10,000 / 1.6671 = 5,998

Result: P(10) = 5,998 organisms (59.98% of carrying capacity)

Example 2: Technology Adoption Forecast

Problem: A new app has 1,000 users with a potential market of 500,000. If the growth rate is 0.3 per month, when will it reach 250,000 users (inflection point)?

Solution: Inflection occurs at P = K/2 = 250,000\nt_inflection = ln((K-P0)/P0) / r\n= ln((500,000-1,000)/1,000) / 0.3\n= ln(499) / 0.3\n= 6.2126 / 0.3\n= 20.71 months

Result: Inflection point at 20.71 months | Peak growth rate = 37,500 users/month

Frequently Asked Questions

What is logistic growth and how does it differ from exponential growth?

Logistic growth describes population increase that starts exponentially but slows as resources become scarce, eventually leveling off at a maximum called the carrying capacity. In exponential growth, the population increases by a constant percentage indefinitely, which is unrealistic because no environment has unlimited resources. Logistic growth introduces a self-limiting mechanism: as the population approaches the carrying capacity K, the growth rate decreases toward zero. The logistic model produces an S-shaped (sigmoid) curve, while exponential growth produces a J-shaped curve. Most real biological populations follow logistic-type growth over long periods.

What does the growth rate parameter r represent?

The intrinsic growth rate r represents how fast the population would grow if there were no resource limitations. It is the per-capita growth rate when the population is far below the carrying capacity. A higher r means faster initial growth and a steeper S-curve. The parameter r is measured in inverse time units: if r = 0.5 per year, the population would grow approximately 50% per year in the early exponential phase. In practice, r is estimated from the observed doubling time during early growth, from birth and death rate data, or by fitting the logistic model to observed population data. Typical values vary enormously across species and contexts.

What is the inflection point in logistic growth?

The inflection point is where the growth rate reaches its maximum and the curve changes from concave up (accelerating) to concave down (decelerating). It occurs exactly at half the carrying capacity, when P = K/2. At this point, the population is growing as fast as it ever will, with the growth rate equal to rK/4. The inflection point time is calculated as t = ln((K-P0)/P0) / r. This midpoint is significant in epidemiology (peak infection rate), marketing (peak adoption rate), and ecology (optimal harvesting point). Understanding where the inflection point falls helps predict when growth will begin slowing down.

How is the logistic growth model used in epidemiology?

In epidemiology, the logistic growth model helps predict the spread of infectious diseases. The carrying capacity represents the total susceptible population, the growth rate reflects the transmission rate, and the inflection point indicates when new infections peak. During the early phase of an outbreak, cases grow approximately exponentially. As more people become infected (or vaccinated), the susceptible pool shrinks and growth decelerates. Public health officials use logistic models to forecast hospital capacity needs, plan resource allocation, and evaluate the impact of interventions like social distancing. The COVID-19 pandemic saw extensive use of logistic and modified logistic models.

What are the limitations of the logistic growth model?

The standard logistic model makes several simplifying assumptions that may not hold in reality. It assumes the carrying capacity is constant, but environmental conditions change seasonally and over longer periods. It assumes instantaneous density feedback, whereas real populations may respond to density with a time delay (leading to oscillations). It does not account for Allee effects, where very small populations may decline due to difficulty finding mates. It treats all individuals as identical and ignores age structure, spatial distribution, and species interactions. For these reasons, ecologists often use modified logistic models or more complex frameworks like Lotka-Volterra for multi-species systems.

How is logistic growth applied in business and technology adoption?

The logistic model is widely used to forecast technology adoption, market penetration, and product lifecycle stages. The S-curve pattern appears in adoption of innovations from televisions to smartphones to social media platforms. In business, P0 represents early adopters, K represents total addressable market, and r reflects adoption speed driven by marketing, network effects, and product quality. The inflection point signals the transition from early majority to late majority adoption. Companies use logistic forecasting to plan production scaling, marketing budgets, and competitive strategies. The Bass diffusion model, commonly used in marketing, is a close relative of the logistic model.

References