Jul 5, 2024
r = a * cos(θ)
a
: Circle directed towards the right
a
a/2
a
: Circle directed towards the left
abs(a)
abs(a)/2
r = 4 * cos(θ)
(0, 0)
, (4, 0)
, (2, 2)
, and (2, -2)
r = -6 * cos(θ)
(-3, 0)
(0, 0)
, (-6, 0)
, (-3, 3)
, and (-3, -3)
r = a * sin(θ)
a
: Circle centered above x-axisa
: Circle centered below x-axisr = 2 * sin(θ)
(0, 0)
, (0, 2)
, (1, 1)
, and (-1, 1)
r = -8 * sin(θ)
(0, 0)
, (0, -8)
, (4, -4)
, and (-4, -4)
r = a ± b * sin(θ)
or r = a ± b * cos(θ)
a/b
Ratior = 3 + 5 * cos(θ)
r = 2 - 5 * sin(θ)
r = 3 - 7 * cos(θ)
r = 3 + 3 * cos(θ)
a
and b
to identify the graph type