How can I calculate the area between $p(t) =\begin{pmatrix}a(t-\sin(t)) \\ a(1-\cos(t)) \end{pmatrix}$ ($t\in (0,2\pi)$) and the x-axis.
I thought of a reparameterization to view it as an usual integral, but couldn't work it through. Thank you in advance!
Hint:
WLOG $a=1$ and let us consider $t$ in the first quadrant.
From $y=1-\cos t$ you draw $t=\arccos(1-y)$ and $x=\arccos(1-y)-\sqrt{1-(1-y)^2}.$
Now, rather than $\int y\,dx$, you may consider $\int x\,dy$, which is complementary.
WA gives the antiderivative that follows: http://www.wolframalpha.com/input/?i=integrate+arccos(1-y)-sqrt(1-(1-y)%5E2). Not really nice.
Try with Green's theorem instead.