I want to calculate the surface area given by the curve: $$ r = 2(1-\cos(\theta)) $$
using an integral. I have thought about doing this: $$ x = r\cos(\theta), \, y = r\sin(\theta) $$ $$ \iint r \,dr \,d\theta $$ But I can't figure my integral boundaries. And is it alright to multiply with the Jacobian $r$? Or would that be a mistake? I know that the $dr$ should by limited between $0$ and $2(1-\cos(\theta))$, but I could decide what about the limits of $d\theta$. Do I need to go from $0$ to $\pi$ or from $0$ to $2\pi$ ? Could someone please clarify this for me?
Call $D$ the domain enclosed by your curve. Then, you're right, $$A=\text{Area}(D)=\iint_D\mathrm{d}A,$$ where $\mathrm{d}A$ is the surface element. In polar coordinates, $D$ is represented by $$\Delta=\bigl\{(r,\theta)\in\mathbb{R}^2\;\bigm\vert\;0\leq\theta\leq2\pi,\ 0\leq r\leq2(1-\cos\theta)\bigr\}.$$ Then, using the well-known surface element in polar coordinates, i.e., $\mathrm{d}A=r\,\mathrm{d}r\,\mathrm{d}\theta$ we obtain $$A=\iint_\Delta r\,\mathrm{d}r\,\mathrm{d}\theta.$$ Since $\Delta$ is a normal domain, we can use iterated integrals: $$A=\int_0^{2\pi}\left(\int_0^{2(1-\cos\theta)}r\,\mathrm{d}r\right)\,\mathrm{d}\theta.$$ I'm sure you can take it from here.