Generally, if you have two trig functions added together, the function is no longer periodic. Take for instance:
f(x) = sin(sqrt(2)PI*x) + cos(PI*x)
then
f'(x) = sqrt(2)PI*cos(sqrt(2)PI*x) - sin(PI*x)
Periodicity implies that f(x) = f(x+T) and f'(x) = f'(x+T). However, think about it... since the two periods are incommensurate, there is no T which you can multiply by two different integers to give you multiples of the periods of each individual sin/cos. To do this would be to solve the equation
t1 = 2PI/sqrt(2)PI = 2/sqrt(2) = sqrt(2)
t2 = 2PI/PI=2
T = n*t1 = m*t2
Such as to find the smallest possible pair of numbers (n, m). But since t1 and t2 are incommensurate, and since n, m are integers, this equation has no solutions.
In fact, functions such as sin(ax) + cos(bx) will have solutions iff the periods are commensurate, that is, they satisfy the equation I gave, and then to find the period, you find a T using the same equation.