HELP how to plug this into the calculator sigma notation?

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
3 replies · 6K views
femmed0ll
Messages
6
Reaction score
0
how would i plug this into the calculator? to find the sum?
step by step process? thankss!

4
∑ 2 cos (π/k)
k = 1

i tried this site
http://mathbits.com/mathbits/tisection/Algebra2/summation.htm
and i got a different answer...so i just need help with the set up on a T.I calc.
 
Last edited by a moderator:
Physics news on Phys.org
[tex]\sum_{k= 1}^4 2 cos\left(\frac{\pi}{k}\right)= 2 cos\left(\frac{\pi}{1}\right)+ 2 cos\left(\frac{\pi}{2}\right)+ 2 cos\left(\frac{\pi}{3}\right)+ 2 cos\left(\frac{\pi}{4}\right)[/tex]

Since [itex]cos(\pi)= -1[/itex], [itex]cos(\pi/2)= 0[/itex], [itex]cos(\pi/3)= 1/2[/itex], and [itex]cos(\pi/4)= \sqrt{2}/2[/itex], you shouldn't need to use a calculator.
 
for the function f(x) for x=a to x=b the screen should read

sum(seq(f(x),x,a,b,1)

you should be able to catalog or 2nd[math] to find the [sum(] and [seq(] operators

hope this helps