Confusion over Bifurcation Diagram

95 Views Asked by At

I have the function $f(x,a) = \frac{2}{x} + 0.75x + a$ and want to create a bifurcation diagram of this function as $a$ varies.

An $\textit{equilibrium}$ point (I thought) of the trajectory made by the function is a point $x_{*}$ such that $f(x_{*}) = x_{*}$. A bifurcation diagram plots equilibrium points on the $y$-axis with $a$ varying as the $x$-axis.

  1. Why does this refer to roots of $f$ as equilibrium points? Am I supposed to be looking for points s.t. $f(x_*)=x_*$ or am I supposed to for points like in that pdf?
  2. Can someone me analyze this function so I can better understand how a bifurcation diagram works?
1

There are 1 best solutions below

4
On

Well, I'm guessing $f(x;a)$ is the RHS of an ODE, and you are looking for equilibrium points of $$ \frac{d x}{d t} = f(x;a). $$

If this is the case, then such points, $x_*$, are given by the relation $$ \frac{2}{x_*} +\frac{x_*}{4} = -a, $$

which translates to $$ x_*^2 + 4 a x_* + 8 = 0. $$

What remains is to analyze this equation as $a$ varies (i.e., number of solutions and value), and construct the diagram by plotting $x_*$ as function of $a$. Note that there are values of $a$ where there are two real solutions, a critical value where there is only one, and values where there is none. All of this should be reflected in your diagram.