Which conic is represented by $r = a \cos \theta$

1.1k Views Asked by At

The polar equation $r = a \cos \theta$ represents which conic?

1

There are 1 best solutions below

0
On

Multiply both sides by $r$ to get $r^2 = a r \cos \theta$. Then we use the substitution $r^2 = x^2 + y^2$ and $r \cos \theta = x$ to get $x^2 + y^2 = ax$. Then we get $\displaystyle \left(x - \frac{a}{2}\right)^2 + y^2 = \frac{a^2}{4}$. Looks like it's a circle.