I recently discovered 'egg' curves, such as the following
$$\frac{x^2}{a} + \frac{y^2}{b}t_i(x) = 1$$
where $t_i$ could manifest as $t_1(x) = 1 + cx$ or $t_2(x) = e^{cx}$, with $c \geq 0$.
I was wondering if a parametric form exists, similar to the ordinary ellipse ($x = a\cos(t)$ and $y=\sin(t)$ for $t [0,2\pi]$), such that the shape can be plotted depending on the angle, rather than the range of x and y.
Example of my current approach (for $t_1(x)$):
$$bx^2 + ay^2(1 + cx) = ab \Rightarrow y^2(a + acx) = ab - bx^2 \Rightarrow y = \pm\sqrt{\frac{ab - bx^2}{a + acx}}$$
Example plot showing then Egg curve based on the above equations, with $t_1 = 1 + 0.2$