Math Lab

Logistic Curve y = L / (1 + e^(−k(x − x₀)))

Differential Equations · Class XII

S-shaped growth bounded by capacity L. Set steepness k and midpoint x₀.

1
type a value
0.510
1
type a value
0.13
0
type a value
-55
Live values
  • Value at midpoint0.5
  • Max slope (at x₀)0.25
xy
  • Logistic

Formulas in this lab

  • Value at midpoint
    y(x0)=L/2y(x_0) = L/2
  • Max slope (at x₀)
    kL/4k L/4
Tip: Larger k → sharper transition. As x → ∞, y → L.

Frequently asked questions

What does the logistic curve $y = \dfrac{L}{1 + e^{-k(x - x_0)}}$ describe?

S-shaped growth that saturates at carrying capacity $L$. Steepness is $k$ and midpoint is $x_0$. At $x = x_0$, $y = L/2$. As $x\to\infty$, $y\to L$; as $x\to -\infty$, $y\to 0$.

How do I use the logistic growth lab?

Slide capacity $L$, steepness $k$ and midpoint $x_0$. The lab plots the S-curve and reports the value at the midpoint $L/2$ and the maximum slope $kL/4$ (at $x = x_0$). Try $L = 1$, $k = 2$, $x_0 = 0$ for a sharp transition near zero.

Why is logistic growth better than exponential for populations?

Exponential growth $y = y_0 e^{kx}$ assumes infinite resources, which never holds long-term. Logistic adds the carrying capacity $L$ — the maximum population a habitat can sustain. COVID-19 case counts, market saturation of smartphones in India, and bacterial cultures in a Petri dish all follow logistic, not exponential, curves.

How does logistic relate to differential equations?

Logistic growth solves $\dfrac{dy}{dx} = ky(1 - y/L)$. At low $y$ it behaves like $dy/dx \approx ky$ (exponential); near $y = L$ growth stalls. This is the simplest nonlinear ODE most students meet. The lab shows the solution; sketching the ODE's slope field is a great follow-up.