I don't think those replies do not show what the OP asks to show. The OP wants to know how to use the power series to demonstrate periodicity of the functions. Showing that the power series satisfy some other definition of cos and sin presumably defeats the purpose of the question.
nekronaut said:
Are you talking about the Taylor series expansion of sin and cos?
If you are talking about them, then the period must be 2pi since the Taylor expansion is based on the use of radians as a measure of angles.
If something is periodic you can always check if f(x) = f(x+kP) where P is the period and k=0,1,2,3...
All you know are that you have some functions s(x) and c(x), defined by their power series. x is just a dimensionless argument. It need not be interpreted as a radian. Even if you did interpret it as a radian, you cannot automatically deduce the period is 2\pi. \tan\theta's argument is in radians, but its period isn't 2\pi.
jbunniii said:
Show that the series expansions satisfy the differential equation that uniquely defines sine and cosine:
y'' = -y
sine is the unique solution satisfying y(0) = 0 and y'(0) = 1.
cosine is the unique solution satisfying y(0) = 1 and y'(0) = 0.
You can differentiate the series term by term because they are power series that converge everywhere.
Again, in terms of the OP's problem, that shows the functions s(x) and c(x) satisfy that differential equation, but under the conditions of the problem we don't know about the functions sin or cos, so this is in some sense the first discovery of these functions, and we haven't proven periodicity yet. Of course, perhaps this is the way it actually gets done - the method which I think the OP is asking for (see below) looks intractable to me.For the OP: what I might try, in place of showing the power series satisfy some other definition of sine or cosine, is to use the definition of periodicity, f(x + P) = f(x) and the binomial expansion. e.g.,
s(x+P) = \sum_{k=0}^\infty \frac{(-1)^k(x+P)^{2k+1}}{(2k+1)!} = \sum_{k=0}^\infty \sum_{m=0}^{2k+1} \frac{(-1)^k}{(2k+1)!}\frac{(2k+1)!}{m!(2k+1-m)!} x^m P^{2k+1-m}
I would then switch the order of summation (you'll have to figure out how to change the limits appropriately), and write the series as
\sum_{m=?}^? \frac{x^m}{m!}\left[\sum_{k=?}^{?} \frac{(-1)^k}{(2k+1-m)!} P^{2k+1-m}\right]
Then, show that for P = 2pi this reduces to the original series. In principle I think this should work, but in practice it may be too hard to do. A quick attempt at it give me a hypergeometric function for the inner function, and good luck dealing with that... especially since there's a cosine in the argument! I may have screwed something up, though.