The Question:
Picture two vectors in the complex plane spinning at different angular frequencies, one spinning at an angular frequency twice of the other.
$$Z_1=e^{i\omega t} \ \ \ \& \ \ \ \ Z_2=e^{i2\omega t}$$
Alternatively...
$$Z_1=\cos(\omega t)+i \sin (\omega t) \ \ \ \& \ \ \ \ Z_2=\cos(2\omega t)+i \sin (2\omega t) $$
I was playing around with this Java application I downloaded, made primarily to understand the concept of "beat frequencies," (linked at end, in case you want to download) and started looking at the sum of these two spinning vectors.
In the picture above, the green vector attached to the origin is $Z_2$, the blue vector attached to the origin is $Z_1$, and the red vector is their sum. The dot indicates the projection of their sum onto the real axis.
I'm interested in the figure which the red phasor traces as a function of time. I've captured a gif - you can access it with the following link:
https://gyazo.com/97807fe65da1666e4271ce5906541d0a
It seems to me, although I may be wrong, that the endpoint of the red phasor is tracing out a limaçon...or at least, something similar to it.
After looking around on the web for a little, I could not find any sources to confirm or deny this...or in fact, any sources talking about the shape which the sum of spinning vectors form at all.
I'd appreciate any help! Both information, and direction to any resources you may know!
Thanks.
Link to Java Application Download:

