Is there an algebraic way of representing the phase-shift between the following two summations?
$$\sum_{k=0}^n \cos\pi( x)$$
$$\sum_{k=0}^n \cos\pi(x-k)$$
Thanks in advance :-)
Is there an algebraic way of representing the phase-shift between the following two summations?
$$\sum_{k=0}^n \cos\pi( x)$$
$$\sum_{k=0}^n \cos\pi(x-k)$$
Thanks in advance :-)
Copyright © 2021 JogjaFile Inc.
Note that
$$\sum_{k=0}^n \cos(\pi x)=(n+1)\cos(\pi x)$$
while
$$\sum_{k=0}^n \cos(\pi (x-k))=\begin{cases} \cos(\pi x)&,n\,\text{even}\\\\0&,n\,\text{odd}\end{cases}$$
since $\cos(\pi(x-k))=(-1)^k\cos(\pi x)$.