The top illustration (bez1) shows a cubic Bézier curve
This was produced using a JavaScript formula.
After generating several dozen cycloid curves & and their 'best fit' Bézier curves to gather some data, we have possibly come up with a solution to the problem of determining where to place the 2 Control Points for the Bézier curve.
We have determined the following (with cycloid ABOVE the baseline):
In
Our research has revealed key points:
Two values have been determined for Control Points as follows:
These values were derived after dozens of visual tests, and are used in a particular way to determine both the x and y coordinates of the cycloid so that they can be use in a path command.