Mister Exam

Sum of series cosmx



=

The solution

You have entered [src]
  n           
 __           
 \ `          
  )   cos(m*x)
 /_,          
m = 1         
$$\sum_{m=1}^{n} \cos{\left(m x \right)}$$
Sum(cos(m*x), (m, 1, n))

    Examples of finding the sum of a series