Cosine of a Partial Sum - MathOverflow most recent 30 from http://mathoverflow.net 2013-06-20T06:00:30Z http://mathoverflow.net/feeds/question/65096 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://mathoverflow.net/questions/65096/cosine-of-a-partial-sum Cosine of a Partial Sum Jackson Walters 2011-05-16T00:49:49Z 2011-05-16T21:56:26Z <p>Does anyone know of a closed formula for $cos(\displaystyle\sum_{n=0}^m a_{n})$? I've seen formulas for $cos(\displaystyle\sum_{n=0}^\infty a_{n})$ and $tan(\displaystyle\sum_{n=0}^m a_{n})$, but the former remains elusive. I can only think of two ways to approach the problem, either by taking the real part of complex exponentials or defining a recurrence relation, viz.</p> <p>$cos(\displaystyle\sum_{n=0}^m a_{n})$ $=Re[exp(i\displaystyle\sum_{n=0}^m a_{n})]$ $=\frac{1}{2}[exp(i\displaystyle\sum_{n=0}^m a_{n})+exp(-i\displaystyle\sum_{n=0}^m a_{n})]$ $=\frac{1}{2}[\displaystyle\prod_{n=0}^mexp(ia_{n})+\displaystyle\prod_{n=0}^mexp(-ia_{n})]$ $=\frac{1}{2}[\displaystyle\prod_{n=0}^m[cos(a_{n})+isin(a_{n})])+\displaystyle\prod_{n=0}^m[cos(a_{n})-isin(a_{n})]]$</p> <p>which amounts to finding a closed-form expression for</p> <p>$(A_{0}+B_{0})(A_{1}+B_{1})(A_{2}+B_{2})...(A_{m}+B_{m})$</p> <p>similar to finding binomial coefficients, albeit more general. I know there should be $2^m$ unique terms arising from choosing either $A_{0}$ or $B_{0}$, then choosing either $A_{1}$ or $B_{1}$, etc. until you've chosen every combination. The recurrence relation would go as follows:</p> <p>$cos(\displaystyle\sum_{n=0}^m a_{n}) = cos(a_{m}+\displaystyle\sum_{n=0}^{m-1} a_{n}) = cos(a_{m})cos(\displaystyle\sum_{n=0}^{m-1} a_{n})-sin(a_{m})sin(\displaystyle\sum_{n=0}^{m-1} a_{n})$</p> <p>Jackson</p> http://mathoverflow.net/questions/65096/cosine-of-a-partial-sum/65106#65106 Answer by Michael Hardy for Cosine of a Partial Sum Michael Hardy 2011-05-16T03:43:20Z 2011-05-16T21:56:26Z <p>Take the formula for $\cos\left(\sum_{n=0}^\infty a_n\right)$ and let all but finitely many terms be 0. Notice that you have a sum of products of sines and cosines. Each product has only finitely many sine factors. If one of those is the sine of 0, then the whole term vanishes. But if none is the sine of 0, then you have the product of finitely many cosines of nonzero numbers and infinitely factors each of which is $\cos 0 = 1$. In effect, those $\cos 0$ factors also vanish. There you have it.</p> <p>....also: Look at 19th- and early 20th-century books on trigonometry. Lot's of stuff is there that you won't find in more recent books on that topic.</p> http://mathoverflow.net/questions/65096/cosine-of-a-partial-sum/65114#65114 Answer by Jackson Walters for Cosine of a Partial Sum Jackson Walters 2011-05-16T07:34:12Z 2011-05-16T07:34:12Z <p>Michael, that looks like the same explanation you have on Wikipedia, which I have seen, as well as your post on this site about a related topic. While it's a correct formula for $cos(\displaystyle\sum_{n=0}^m a_{n})$, as I said in a previous comment, I am looking for a much more elementary formula that doesn't ask one to "take every permutation of a subset of natural numbers of order k" in the index without an explicit formula. If you'll bear with the indices, I think I've figured it out to my satisfaction.</p> <p>In order to find </p> <p>$(A_{0}+B_{0})(A_{1}+B_{1})...(A_{m}+B_{m})$ </p> <p>we'll need to relabel A and B and instead use $\alpha_{0}$ in place of $A$ and $\alpha_{1}$ in place of $B$. Rewriting, we need to find:</p> <p>$(\alpha_{00}+\alpha_{10})(\alpha_{01}+\alpha_{11})...(\alpha_{0m}+\alpha_{1m})$</p> <p>Since each term will be formed by choosing one term from each binomial, every term will be of the form $\displaystyle\prod_{k=0}^m\alpha_{j_{k}k}$ where $j_{k} \in ${$0,1$}</p> <p>Thus, we may write $\displaystyle\prod_{n=0}^m (\alpha_{0n}+\alpha_{1n})$ as an 'm-sum', viz.</p> <p>$\displaystyle\prod_{n=0}^m (\alpha_{0n}+\alpha_{1n}) = \displaystyle\sum_{j_{0}=0}^1\displaystyle\sum_{j_{1}=0}^1\displaystyle\sum_{j_{2}=0}^1...\displaystyle\sum_{j_{m}=0}^1(\displaystyle\prod_{k=0}^m\alpha_{j_{k}k})$</p> <p>The product basically sets up the term, and the sums take you through every permutation.</p> <p>As an example, in the case where m=1:</p> <p>$(A_{0}+B_{0})(A_{1}+B_{1})$ $= (\alpha_{00}+\alpha_{10})(\alpha_{01}+\alpha_{11})$ $= \displaystyle\prod_{n=0}^1 (\alpha_{0n}+\alpha_{1n})$ $= \displaystyle\sum_{i_{0}=0}^1\displaystyle\sum_{i_{1}=0}^1(\displaystyle\prod_{k=0}^1\alpha_{i_{k}k})$ $= \displaystyle\sum_{i_{0}=0}^1\displaystyle\sum_{i_{1}=0}^1 \alpha_{i_{0}0}\alpha_{i_{1}1}$ $= \alpha_{00}\alpha_{01}+\alpha_{00}\alpha_{11}+\alpha_{10}\alpha_{01}+\alpha_{10}\alpha_{11}$ $= A_{0}A_{1}+A_{0}B_{1}+B_{0}A_{1}+B_{0}B_{1}$</p> <p>as promised.</p> <p>Define $\beta_{0n}:=cos(a_{n})$ and $\beta_{1n}:=isin(a_{n})$. Using the result from above, we see that:</p> <p>$\displaystyle\prod_{n=0}^m[cos(a_{n})+isin(a_{n})]=$ $\displaystyle\sum_{j_{0}=0}^1\displaystyle\sum_{j_{1}=0}^1\displaystyle\sum_{j_{2}=0}^1...\displaystyle\sum_{j_{m}=0}^1(\displaystyle\prod_{k=0}^m\beta_{j_{k}k})$ </p> <p>Similarly, define $\gamma_{0n}:=cos(a_{n})$ and $\gamma_{1n}:=-isin(a_{n})$, then:</p> <p>$\displaystyle\prod_{n=0}^m[cos(a_{n})-isin(a_{n})]=$ $\displaystyle\sum_{j_{0}=0}^1\displaystyle\sum_{j_{1}=0}^1\displaystyle\sum_{j_{2}=0}^1...\displaystyle\sum_{j_{m}=0}^1(\displaystyle\prod_{k=0}^m\gamma_{j_{k}k})$</p> <p>Thus,</p> <p>$cos(\displaystyle\sum_{n=0}^ma_{n})=\frac{1}{2}[\displaystyle\sum_{j_{0}=0}^1\displaystyle\sum_{j_{1}=0}^1\displaystyle\sum_{j_{2}=0}^1...\displaystyle\sum_{j_{m}=0}^1(\displaystyle\prod_{k=0}^m\beta_{j_{k}k})+\displaystyle\sum_{j_{0}=0}^1\displaystyle\sum_{j_{1}=0}^1\displaystyle\sum_{j_{2}=0}^1...\displaystyle\sum_{j_{m}=0}^1(\displaystyle\prod_{k=0}^m\gamma_{j_{k}k})]$</p> <p>Apologizes for the explosion of indices.</p>