- #1
Jamin2112
- 986
- 12
Homework Statement
Just making sure I understand this stuff. One question on my homework asks about x' = x(r - ex).
Homework Equations
Definition. From my textbook: "The qualitative structure of the flow can change as parameters are varied. In particular, fixed points can be created or destroyed, or their stability can change. These qualitative changes in the dynamics are called bifurcations, and the parameter values at which they occur are called bifurcation points."
The Attempt at a Solution
So I want to think about how this system changes when r takes on different values.
If r = 0, then we have x' = -xex, which means x' = 0 iff x = 0. As x increases beyond 0, x' decreases, and as x decreases beyond 0, x' increases. So x* = 0 is the only fixed point and is stable.
If r < 0, then, still, x' = -xex = 0 iff x = 0, since r - ex = 0 does not have a solution. As x increases beyond 0, x' decreases, and as x decreases beyond 0, x' increases. So, again, x* = 0 is the only fixed point and is stable.
If r = 1, then then x' = 0 iff x = 0. If x < 0, then x' > 0, and if x > 0, then x' < 0. As x increases beyond 0, x' decreases, and as x decreases beyond 0, x' increases. So x* = 0 is the only fixed point and is stable.
If 0 < r < 1 or 1 < r, then x' = 0 iff x = 0 or ln(r).
^ That's the part that's giving me trouble. Do I have to break it into cases of 0 < r < 1 and 1 < r? I'm afraid I'll have to. This question is very annoying.