Solve Bifurcation Diagrams: Find Critical Values of r

glebovg
Messages
156
Reaction score
0
Homework Statement

For each of the following equations sketch the bifurcation diagram, determine type of bifurcation, and find the critical value of r.

ẋ = rx + cosh(x)

ẋ = x(r - sinh(x))

ẋ = rx - xe-x2

The attempt at a solution

Fixed points satisfy

f'(x) = r + sinh(x) = 0 ⇒ x* = arcsinh(-r) = -arcsinh(r).

f'(x) = r - sinh(x) - xcosh(x) = 0.

f'(x) = r + 2xe-x2 - e-x2 = 0.
 
Physics news on Phys.org
Fixed points satisfy

ẋ = rx + cosh(x) = 0

ẋ = x(r - sinh(x)) = 0 ⇒ x* = 0, x* = arcsinh(r)

ẋ = rx - xe-x2 = 0 ⇒ x* = 0, x* = ±√[-ln(r)].
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top