Suppose I have the function:
$u(t,x)=sin(x)cos(2t)+cos(x)sin(t)cos(t)$
How can I know if this function is a periodic function of $t$ if it includes two variables?
Suppose I have the function:
$u(t,x)=sin(x)cos(2t)+cos(x)sin(t)cos(t)$
How can I know if this function is a periodic function of $t$ if it includes two variables?
$u(t+2\pi,x) = \sin(x) \cos(2(t+2\pi)) + \cos(x) \sin(t + 2\pi) \cos(t + 2 \pi) = \sin(x) \cos(2t) + \cos(x) \sin(t) \cos(t) = u(t,x)$
In fact we have $u(t+\pi,x) = u(t,x)$.