I am asked to graph the polar equation: $r = 1 + 2\cos(\theta)$
I create a table, I've read that this table should start at $0$ and increment by $\pi/2$, unless there is some 'n' in the theta of the polar equation, in that case it's $n\theta = \pi/2$ and we increment by that result.
So what I did was set up the table like so:
$\theta........r$
$======$
$0........3$$
$\pi/4......1$
$\pi/2.....-1$
$3\pi/4.....1$
$\pi........3$
$5\pi/4.....1$
$3\pi/2....-1$
I got the $r$ values from evaluating the function with those thetas. I graph it by first point in the direction of theta and going the distance of $r$ always wrapping around counter clockwise.
Is there something off with my approach? My table? the increments?
Please help
Thank you

This is what you should get (I used python/matplotlib):