Matt Benesi said:
1) Are there any periodic alternating series functions other than sine and cosine (and series derived from them, like the series for cos(a) * cos(b))?
1) mfb answered that all smooth periodic functions (and thus alternating series) can be written as a combination of sine and cosine functions (alternating series):
This means each term of cosine or sine would just be something like (for cosine only series, assume +pi/2 or something for sine)):
x_1 \, cos(a_1) + x_2 \, cos(a_2) +...+x_m \, cos(a_m) =\\ \, \\ 1 - \frac {x_1 \, a_1^2 + x_2 \,a_2^2+..+ x_m \,a_m^2}{2!} + \frac {x_1 \, a_1^4 + x_2 \,a_2^4+..+ x_m \,a_m^4}{4!}-... =\\ \\ \, \\ 1 +\sum_{t=1}^{\infty}<br />
(-1)^t \,\, \frac{\sum_{k=1}^{m} x_m \, a_m^{2t}}{(2t)!}
ETA: So, this uses the gamma function \Gamma \, (2t+1), so to rephrase my question, is there a way to rewrite the above that uses something other than the gamma function for successive terms?
Something like g(t) replaces gamma function, a^{f(t)} or simply f(a,t) replaces a^2t?
\sum_{t=1}^\infty \, (-1)^{t+1} \, \frac{f(a,t)}{g(t)}
Matt Benesi said:
2) What is the following series called when x is (0,1) and (1,2]? Quasiperiodic? Semi?
\sum_{n=0}^\infty \, (-1)^n \, \frac{a^{x+2n}}{\Gamma (x+2n+1)}
So this looks a bit like a Bessel (except the 2n), according to suremarc the partial integral of cosine/sine, but I still do not know what to call the results of the series when x!=0 or 1 (x is not 0 or 1).
Would it be called quasiperiodic (because the periods aren't exactly the same?)? Semiperiodic? Metaperiodic? Almost periodic? What is the proper word for functions that are almost periodic, such as:
cos (\frac{|cos(t)+cos(t\,\times\, cos(t))|}{20}+t)
Matt Benesi said:
3) What is the formula for the fluctuating "period" for the above series?
Just curious about the function in question 2, if someone knows the answer or feels like working out their brain a bit.
Matt Benesi said:
4) are there any (quasi/semi) periodic alternating series that do not use the gamma function (or factorials) for successive terms tn, with ratio a,[strike] x=0 (sine) or 1 (cosine)[/strike]?
\sum_{n=0}^\infty \, (-1)^n \, \frac{a^{n+x}}{t_n}
This was basically answered by mfb in their response to 1.
If every smooth periodic function can be represented by a finite amount of cosine and sine functions the answer is No.
However, if some cases require an infinite amount of sine/cosine functions, would the answer to both 1 and 4 be maybe? That would make sine/cosine superfluous, right? I'm just looking for alternating series that don't use gamma/factorials between successive terms that are semi periodic (not increasing or decreasing a lot, big O of 1 is fine).
Thanks, Matt