I am trying to find a substitution $X(x,r)=?$ and $R(x,r)=?$ to allow me to transform
$dx/dt = 1 + r + x^2$
into
$dX/dt = R +- X^2$ (normal form for saddle node bifurcation)
I'm sure it's a simple substitution, but I just can't see it for the life of me.
Thanks!
The solution was in fact to complete the square which gives:
$dx/dt = 1 - (r/2) + (x+r/2)^2$
then let X=x+r/2, which means dX/dt = dx/dt, and then let R=1-(r/2). Substituting then gives:
$dX/dt = R + X^2$
which is the normal form for a saddle node