What could be the equation of this curve?

36 Views Asked by At

Does anyone have an idea what (parametric) equation might give a plot like this?

enter image description here

This is in the XY plane. I want to render it nicely on Mathematica, hence why I need the equation.

So far I came up with $\{t*\sin[t/2], \cos[t/2]\}$ which seems to be on the right track but doesn't quite do what I want...

2

There are 2 best solutions below

0
On BEST ANSWER
ParametricPlot[(1 + .1 Sin[θ/2 - π/4]) {Cos[θ], Sin[θ]}, {θ, 0, 4 π}]

enter image description here

0
On

If you don't need perfect circles, maybe: Figure2 Figure2