Assuming that $\operatorname{rect}(x)$ is the rectangular function: $$ \operatorname{rect}(t) = \Pi(t) = \begin{cases} 0 &|t| >\frac{1}{2} \\ \frac{1}{2} & |t| = \frac{1}{2} \\ 1 & |t|< \frac{1}{2} \end{cases} $$
Find the power of the signal $x(t) = 2\operatorname{rect}(\sin(2\pi t))$
The power of a periodic signal $x(t)$ is given by the formula $$P = \frac{1}{T_0}\int_{T_0}{|(x(t))|^2dt}$$ where $T_0$ is the period, which in our case is $T_0 = 1$
Upon trying to use the formula I came across the problem that I don't know how to handle the $\operatorname{rect}^2(t)$ component given that in the case of $\operatorname{rect}(t)$ the Area can be easily calculated as $\frac{1}{a^2}, a \in \Re$. In this case due to the periodicity of $\sin(2\pi t)$ I tried to find the values of $t$ for which $|\sin(2\pi t)| \le 1/2\space$ so that I manually plug in the values and calculate the area, but I failed to do so. Mathematica outputs $\frac{4}{3}$ as a result. Any ideas on how to approach this one?