Math 326, March 19 - Polar Graphs

We graph equations in polar coordinates as in 5.2.  We start by graphing
    r = a + bcos(ct)
We convert this polar equation into a Cartesian plot using the conversion formulas
    x = rcost, y = rsint
The angle variable t should increase in small steps and span several periods; say 400 steps of 0.02*PI() to start which will give us a 4*2pi range.

Additional Questions
                - Cardioid: r = a + acost
                - Limaçon: r = a + bcost with b > a
                - Astroid: x = cos3t, y = sin3t
                - Deltoid: x = a(2 cost + cos2t), y = a(2 sint - sin2t)
                - Cycloid: x = a(t - sint), y = a(1 - cost)     (shape traced by a point on a wheel)