Green’s Theorem – Compute Area of a Region

multivariable-calculus

I want to use Green's theorem for computing the area of the region bounded by the $x$-axis and the arch of the cycloid:

$$ x = t- \sin (t),\;\;\; y = 1 – \cos (t),\;\; 0 \leq t \leq 2\pi $$

So basically, I know the radius of this cycloid is 1.
And to use Green's theorem, I will need to find $Q$ and $P$.

$$\int_C P\,dx + Q\,dy = \iint_D \left(\frac{\partial Q}{\partial x} – \frac{\partial P}{\partial y}\right) dA$$

Best Answer

You can take $P = y$ and $Q = 0$. Then, $$ \oint\limits_C-ydx = \iint\limits_D dA = \text{Area}(D). $$ Along the $x$-axis, you have $y = 0$, so you only need to compute the integral over the arch of the cycloid. Note that your parametrization of the arch is a clockwise parametrization, so in the following calculation, the answer will be the minus of the area: $$\int_0^{2\pi} (\cos(t) - 1)(1 - \cos(t)) dt = - \int_0^{2\pi} 1 - 2\cos(t) + \cos^2(t) dt = -3\pi. $$