Take a look at the following function: $$ x(t) = \sin^3(2t) $$ In order to show the periodicity of the signal, we need to prove the following equality $$ x(t) = x(t+T) $$ We first use some trigonometric identities: $$ x(t) = \sin^3(2t) = \frac{3}{4} \sin(2t)-\frac{1}{4}\sin(6t) \tag{1} $$ What I've done is as follows:
$$ \begin{align} x(t+T) &= \sin^3(2(t+T)) \\ &=\frac{3}{4}\sin(2(t+T)) - \frac{1}{4}\sin(6(t+T)) \\ &=\frac{3}{4}\sin(2(t+T)) - \frac{1}{4}\sin(6(t+T)) \\ &=\frac{3}{4}\sin(2t+2T) - \frac{1}{4}\sin(6t+6T) \\ &= \frac{3}{4}\Big[(\sin(2t)\cos(2T))+(\cos(2t)\sin(2T))\Big] - \\ &\frac{1}{4}\Big[(\sin(6t)\cos(6T))+(\cos(6t)\sin(6T))\Big] \tag{2} \end{align} $$ In order for the condition to hold, we choose $2T=2\pi \implies T=\pi$. Substituting $T$ in (2), we get
$$ \begin{align} x(t+T) &= \frac{3}{4}\Big[\sin(2t)\Big] - \frac{1}{4}\Big[\sin(6t)\Big] \\ &= x(t) \end{align} $$
So, the fundamental period is $T=\pi$ sec. The author states that the fundamental period is $T=1/\pi$ sec. Is it correct?
