A Numerical Algorithm
for Creating a Unicycle Track with a Bicycle
To create a unicycle track with a bicycle, we first create
an initial track segment
a unicycle track that can be created by a bicycle.
Sampling Curve: Let
Forward Direction: The data points from the initial segment can be used to generate new data points on the unicycle track following the method for pushing the bicycle forward. Following the method for pushing the bicycle forward (for details see Pushing the Bicycle Forward), we get the iterative formulas
(6) |
|
|
which will produce an extension of the initial track segment in the forward direction, that is for i>M.
Backward Direction The data points from the initial segment can be used to generate new data points on the unicycle track following the method for pushing the bicycle backward. Following the method for pushing the bicycle backward (for details see Pushing the Bicycle Backward), we get the iterative formulas
(7) |
|
|
which will produce an extension of the initial track segment in the backward direction, that is for i<0
For more details, on the equations used see the page Deriving the Equations.
Return to Creating a Unicycle Track with a Bicycle