To make an ellipse, type in "polar plot r^2 = 6/(2 + sin(theta)^2)". (Don't include the quotation marks, obvs.) The 6 and the 2 in the fraction can be changed to adjust the size of the ellipse.
You can also draw a cardioid by typing "polar plot r = 1 + sin theta". That sharp point at the origin is called a cusp.
This cardioid with a loop is "polar plot r = .5 + sin theta". It can be interesting to see what changes you can make in a graph by changing the coefficients slightly.You might also like "polar plot r = sin (3*theta)" or "polar plot r = sin (4*theta)", especially if you played with Spirograph as a kid.