Skip to main content
Logo image

Section Parameter Analysis

[provisional cross-reference: IN PROGRESS]
Many mathematical models include one or more parametersโ€”constants that represent things like birth rates, drug dosage, resource limits, or physical constants. These parameters arenโ€™t just placeholdersโ€”they often control the qualitative behavior of the system. Small changes in a parameterโ€™s value can cause major shifts in the solutionโ€™s behavior. Understanding those changes is the goal of parameter analysis.
In this section, we focus on the most important modeling insight: how equilibria and their stability depend on parameters. When a parameter crosses a critical threshold, the modelโ€™s behavior can shift dramaticallyโ€”this is called a bifurcation.

Subsection Bifurcation Analysis

A bifurcation is a qualitative change in the systemโ€™s dynamics caused by varying a parameter. In the context of differential equations, it usually means that the number or stability of equilibrium solutions changes at certain critical values.
Consider the one-parameter system:
\begin{equation*} \frac{dx}{dt} = f(x, \mu), \end{equation*}
where \(\mu\) is a parameter. As \(\mu\) changes:
  • Existing equilibria may change from stable to unstable (or vice versa).
  • New equilibria may appear or disappear altogether.
  • In some cases, the long-term behavior of the entire system changes.
The basic workflow for bifurcation analysis is:
  1. Find equilibria: Solve \(f(x, \mu) = 0\) for \(x\) in terms of the parameter \(\mu\text{.}\)
  2. Classify stability: Compute \(\frac{\partial f}{\partial x}\) at each equilibrium. The sign determines whether the equilibrium is a sink (stable) or a source (unstable).
  3. Track changes: See how the equilibria and their stability change as \(\mu\) varies. Identify critical values where the behavior โ€œflips.โ€
Consider the parameterized system:
\begin{equation*} \frac{dx}{dt} = \mu - x^2\text{.} \end{equation*}
First, we find the equilibria:
\begin{equation*} \mu - x^2 = 0 \quad \Rightarrow \quad x = \pm \sqrt{\mu}\text{.} \end{equation*}
To see how the equilibria depend on \(\mu\text{,}\) solve for equilibrium:
  • For \(\mu > 0\text{:}\) two equilibria exist (\(x = \pm \sqrt{\mu}\)).
  • For \(\mu = 0\text{:}\) a single equilibrium (\(x = 0\)).
  • For \(\mu < 0\text{:}\) no real equilibria.
Stability analysis shows that one branch is stable and the other is unstable when \(\mu > 0\text{.}\) The bifurcation diagram reveals a โ€œcollisionโ€ of equilibria at \(\mu=0\text{,}\) called a saddle-node bifurcation.
The results are often summarized in a bifurcation diagramโ€”a picture showing:
  • The equilibria plotted against \(\mu\text{.}\)
  • Solid lines for stable equilibria, dashed lines for unstable ones.
  • Critical parameter values where the diagram changes shape.
Figureย 106 shows the bifurcation diagram for the previous example.
Figure 106. Bifurcation diagram for \(\frac{dx}{dt} = \mu - x^2\)
Bifurcation diagrams are a cornerstone of modelingโ€”they show, at a glance, how a systemโ€™s behavior shifts as conditions change.

Subsection Why Parameter Analysis Matters in Modeling

Why should we care about bifurcations? Because in applied problems, parameters represent real things: a harvest rate in an ecology model, a dosage in a drug model, or an investment threshold in an economics model. Changing those parameters changes the system.
The most important modeling insight:
  • Stable equilibria correspond to long-term states the system will settle into.
  • Bifurcation points are thresholds where those long-term states shiftโ€”suddenly and sometimes irreversibly.
For example:
  • In epidemiology, thereโ€™s often a threshold vaccination rate: below it, disease spreads (unstable equilibrium); above it, the disease dies out (stable equilibrium).
  • In ecology, a critical harvest rate might push a fish population from stable sustainability to collapse.

๐Ÿ“ค Wrap-Up.

๐Ÿ—๏ธ Key Takeaways...

  • Parameters control behavior: Changing them can add, remove, or flip the stability of equilibria.
  • Bifurcation diagrams show where those changes occur and summarize the systemโ€™s response to parameter variation.
  • Critical parameter values in a model often correspond to real-world thresholdsโ€”places where โ€œjust a little moreโ€ or โ€œjust a little lessโ€ has huge consequences.

Check Your Understanding.

Checkpoint 107. ๐Ÿ“–โ“ Parameter Analysis.

(a) Spot the Bifurcation.
The model \(\frac{dx}{dt} = \mu - x^2\) changes behavior as \(\mu\) varies. What happens when \(\mu\) crosses zero?
  • Two equilibria collide and disappear.
  • Correctโ€”this is the hallmark of a saddle-node bifurcation.
  • The system gains an oscillation.
  • This model is one-dimensional; it cannot generate oscillations.
  • The systemโ€™s slope changes sign but equilibria stay the same.
  • Noโ€”the set of equilibria itself changes.
You have attempted of activities on this page.