Skip to main content

Worksheet 3.1 Half Wheel Hell

"Half wheeling" occurs when two cyclists ride side-by-side and one of them insists on always keeping their front wheel one wheel radius ahead of the other rider’s wheel (the title of this worksheet is from [8]). When the rider who is half a wheel behind tries to match the velocity of the rider who is half a wheel in front, the front rider accelerates to maintain the half wheel gap. We wish to model this scenario with a system of differential equations and decide the answer to the following questions:
  • Is it always the case that riding with a half wheeler will result in unbounded velocities or can an equilibrium be achieved?
  • Are there some scenarios in which velocities oscillate and some where they don’t?

1.

How many stocks should we have present in this model and what are they? Create names for them.

2.

Suppose we have two riders: Rider 1 (Speed-match Freddy, who is nice and sociable) and Rider 2 (Half-wheel Eddy, who is kind of a jerk). They each change their velocities according to the other rider as follows:
  • Freddy changes his velocity at a rate proportional to the difference in the two rider’s velocities with constant of proportionality \(k_1\text{.}\) If Eddy is faster, Freddy speeds up. If Eddy is slower, Freddy slows down.
  • Eddy changes his velocity at a rate proportional to the difference between his position and Freddy’s and \(0.5\) meters with constant of proportionality \(k_2\text{.}\) If Eddy is more than \(0.5\) meters ahead of Freddy, he slows down. If Eddy is less than \(0.5\) meters ahead of Freddy, he speeds up.
Develop a system of four differential equations to model this scenario and turn them into an Insight with variables \(k_1\) and \(k_2\text{.}\)

3.

Assume \(k_1 = 1\) and \(k_2 = 3\text{.}\) If the riders start perfectly side-by-side at a velocity of \(8.5\) m/s, what will their long run velocities be? Will they be separated by \(0.5\) meters? Show visuals with both the time series plot and the scatter plot with "show lines" on and "show points" off.

4.

Leaving \(k_1=1\text{,}\) is there a value of \(k_2\) where velocities approach equilibrium rapidly without oscillation? Can you find it?

5.

Suppose Freddy gets fed up with Eddy and quits being nice. He decides to start half-wheeling as well. Modify the system of differential equations and see what happens. Is the new behavior of the velicities what you expect? Does one rider stay consistently in fron of the other?