-1
$\begingroup$

Is it possible to get a formula that has a fixed number of terms for this ecuation:

$$\cos 3+\cos 7+...+\cos(2n+3)=?$$

For example: a product of trigonometric functions

  • 0
    yes it is possible2017-01-20
  • 0
    Whats the formula then?2017-01-20
  • 0
    $\cos 3+\cos 7+...+\cos(2n+3)=?$ is false.2017-01-20
  • 2
    As it stands, your equation is impossible to interpret. Do you mean $\cos 3 + \cos 5+\dcots$? Or do you mean $\cos(4n+3)$?2017-01-20
  • 0
    One could joke that the formula is unbounded thus cannot be compact :D2017-01-20

3 Answers 3

0

Try Euler's formula. Miracles can happen. You will encounter a geometric series. But it only works for summation.

  • 0
    A direct reference: https://en.wikipedia.org/wiki/List_of_trigonometric_identities#Other_sums_of_trigonometric_functions2017-01-20
  • 0
    You can use mathematical induction to prove them.2017-01-20
0

$$S= \cos 3+\cos 7+...+\cos(2n+3) \\ 2\sin(2) S= 2\sin 2\left(\cos 3+\cos 7+...+\cos(2n+3) \right) \\ =2\sin2 \cos3 +2\sin2 \cos 7 + ... +2\sin2 \cos (2n+3)$$

Now, using the identity $$2\sin x \cos y = \sin(y+x)-\sin(y-x)$$ we get $$2\sin(2) S=(\sin 5-\sin1) + (\sin9-\sin 5) + ... +(\sin(2n+5)-\sin(2n+1) \\ 2\sin(2) S=\sin(2n+5)-\sin(1) $$

-1

$${\frac {\cos \left( 5+2\,n \right) -\cos \left( 3+2\,n \right) -\cos \left( 3 \right) +\cos \left( 1 \right) }{2\,\cos \left( 2 \right)-2 }} $$

  • 2
    Just taking a formula out of your sleeve is not that useful for the OP. Deriving the formula would be useful.2017-01-20
  • 0
    It can be obtained using Euler's formula and a geometric progression, as apprenant noted.2017-01-20