In Mathographics Robert Dixon shows how to draw an Egg-curve (or really half of an egg curve) as an involute:
This allows you to draw a smoother version of eggs created from the 'arcs of a circle method.'
I want to know the formula for idealized involute curves of this type (i.e., 0-D pins, and 0 width string, etc....):
What is the formula for parametric equations for points, $(x_1, y_1), (x_2, y_2), (x_3, y_3)..., (x_n, y_n)$, given a starting point $(x_f, y_f)$ and a point $(x_O, y_O)$ where the string is attached?

Have a look at Fig. 1 modelizing the position of the extremity of a string rolled/unrolled along a convex polygon (here the particular case of a regular octagon) generating a kind of spiral (modelizing rather well a half-egg-shape) ?
Fig. 1.
But one can obtain much general type of curves as one can see on Fig. 2 (see Matlab program below). Here, four different curves ("offsets" of the first one) are displayed just by changing the curve length.
Fig. 2.
Last but not least, being a Frenchman, I don't resist the pleasure to offer you a "croissant" (with eggs entering into its composition :)) :
Fig. 3.
Matlab program (using complex numbers geometry) having generated figure 2 :