WOLFRAM NOTEBOOK

WOLFRAM|DEMONSTRATIONS PROJECT

Focal Attraction with Rotation

initial, (
x
0
,
y
0
)
rotation, ω
drift, δ
attraction, ν
disk size, R
length,
T
max
This Demonstration uses Mathematica's NDSolve to plot trajectories of the MarkusWilson model of focal attraction on a rotating medium. This dynamical system is parameterized by four positive parameters,
ω
,
δ
,
ν
, and
R
, which correspond to physical parameters of the model:
ω
describes the rotational speed,
δ
quantifies the radial drift in the model (the default is zero, i.e., no drift),
ν
is the magnitude of the focal attraction whose source is at
(R,0)
in Euclidean coordinates, where
R
is the size of the rotating disk. To see how the trajectory develops through time (and hopefully its asymptotic behavior), autorun through the
T
max
parameter. For large
T
max
this may result in slow rendering of the smoothed curve.
The following equations govern the time evolution of this system:
dx
dt
=-ωy+
δ
2
R
-
2
x
+
2
y
x
2
R
2
x
+
2
y
+
ν(R-x)
2
(R-x)
+
2
y
,
dy
dt
=ωx+
δ
2
R
-
2
x
+
2
y
y
2
R
2
x
+
2
y
-
νy
2
(R-x)
+
2
y
.
The solution may not converge rapidly enough to be meaningful for all parameter combinations, in which case warnings will arise. We have attempted to remove most of the offending parameter combinations. However, the parameter space is complicated and one also does not want to remove too much of the content.
Wolfram Cloud

You are using a browser not supported by the Wolfram Cloud

Supported browsers include recent versions of Chrome, Edge, Firefox and Safari.


I understand and wish to continue anyway »

You are using a browser not supported by the Wolfram Cloud. Supported browsers include recent versions of Chrome, Edge, Firefox and Safari.