I was plotting graphs on Desmos, I plotted $r=a+sin(\theta)$ and it rightfully spit out a cardiod at $a=-1$ and $a=1$
Then when I was sliding the values of $a$, it spits out a limacon for $-1<a<1$($a\neq0$)
Then I notice a weird thing that is when I was sliding the value between $1<|a|<3$ it was spitting out something between cardiod and a circle. What is it called?
For values $|a|>3$ it was mapping circles. Why does this back and forth happen between circles, limacons, cardiodes and the unknown shape?
The figure is called a limaçon for all $a \neq 0$, in particular it's called a cardioid for $|a|=1$. In general, the polar equation $r = a + b\sin\theta$ produces a limaçon when $a,b \neq 0$, and a cardioid when $|a/b|=1$.
What it doesn't produce is circles. Remembering $r^2 = x^2 + y^2$ and $r\sin\theta = y$, we find $$x^2 + y^2 = r^2 = r(a + \sin \theta) = a \sqrt{x^2 + y^2} + y $$ and thus $$(x^2 + y^2-y)^2 = a^2(x^2 + y^2) $$ which is the Cartesian equation of a quartic curve for all $a \neq 0$ (for $a=0$ it does simplify to a degree 2 equation, specifically that of a circle, but you're excluding that case). It would however describe a proper circle for all $a \neq 0$ if the $-y$ term on the LHS weren't there.