0

Find a period of the following function. $$x(t) = 2\cos(3\pi t) + 7\cos(9t).$$

After finding the individual time period how to proceed?

1 Answers1

2

$T$ names a period of $f$ if $T>0$ and for all $x$ from domain $f$ we need $f(x+T)=f(T)$.

Also, if there is $T'>0$ with previous properties then $T'\geq T$.

Now, let $T$ is a period of our function.

Thus, for all $x$ we have: $$f(x+T)=f(x),$$ where $f(x)=2\cos3\pi x+7\cos9x$ or $$2\cos3\pi(x+T)+7\cos9(x+T)=2\cos3\pi x+7\cos9x.$$ Let $x=0$.

Thus, $$2\cos3\pi T+7\cos9T=9,$$ which gives $\cos3\pi T=1$ and $\cos9T=1$, which gives $$T=\frac{2}{3}k,k\in\mathbb Z$$ and $$T=\frac{2\pi}{9}m, m\in\mathbb Z,$$ which gives $\pi=\frac{3k}{m}$, which is absurd.

Thus, our function has no period.

  • This is just amazing.. Very nice explanations.. This is counter-intuitive if you try to plot and deduce from the plot because it seems to be periodic. – Ahmad Bazzi Aug 03 '17 at 08:27