It's a question in the textbook that I have and I am having a hard time understanding it. How am I supposed to get the polar equation with this format?
2026-03-30 04:25:19.1774844719
On
What is the equivalent polar equation of $x^2 + (y-1)^2 = 1$?
4.6k Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
3
There are 3 best solutions below
2
On
Just substitute: $x = r\cos(\theta)$ and $y = r\sin(\theta)$:
\begin{align*} r^2\cos^2(\theta) + (r\sin(\theta) - 1)^2 =& r^2\cos^2(\theta) + r^2\sin^2(\theta) - 2r\sin(\theta) + 1 = 1 \\ r^2 - 2r\sin(\theta) + 1 =& 1 \\ r^2 - 2r\sin(\theta) = 0 \\ r(r - 2\sin(\theta)) = 0 \\ r = 0, r = 2\sin(\theta) \end{align*}
Well, clearly, $r = 0$ is not correct (it's only mathematically correct because of the equations), so this leaves: $r = 2\sin(\theta)$
Converting to polar, you have $x = r \cos(\theta)$ and $y = r \sin(\theta)$. So make these substitutions and simplify.