I tried to calculate the area under the cycloid without parametrizing the $x$ & $y$ coordinate in angle $\theta$.
Let's say the radius of circle is $R$ and we are rolling $2\pi$ rad.
If I assume that $y(\theta) = R(1-\cos(\theta))$ can be written as $y(x) = R(1-\cos(\theta(x)))$, the area under the cycloid of $2\pi$ cycle should be the following integral:
$$\int_0^{2\pi R} R(1-\cos(\theta(x))dx = 3\pi R^2 $$
Then,
$$\int_0^{2\pi R} R(1-\cos(\theta(x))dx = \int_0^{2\pi R} \ R dx - \int_0^{2\pi R} R\cos(\theta(x))dx $$ $$ = 2\pi R^2 - \int_0^{2\pi R} R\cos(\theta(x))dx$$ $$ = 3\pi R^2$$
Which gives us: $\int_0^{2\pi R} \cos(\theta(x))dx = -\pi R$
But, since $\cos(\theta(x)) \in [-1,1]$, this restricts the radius R to be: $-\frac{1}{\pi} \le R \le \frac{1}{\pi}$.
(I find this interesting because setting $\theta(x)$ now lead us to some constraint on radius $R$)
We know $x(\theta) = R(\theta - \sin(\theta))$.
Taylor expanding $\sin(\theta)$ then subtracting $\theta$ gives: $$\frac{x}{R} = \sum_{i=0}^\infty \frac{(-1)^n \theta^{2n+3}}{(2n+3)!} $$ If there is a function $F(\theta) = \sum_{i=0}^\infty \frac{(-1)^n \theta^{2n+3}}{(2n+3)!}$, then $\theta(x) = F^{-1}(\frac{x}{R})$.
Is there such a function $F$ that allows us to integrate this cycloid situation in a closed form?
If not, why?