Testing convergence of sequence

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
2 replies · 2K views
jlu
Messages
3
Reaction score
0
how can i can the convergence of sum[sin (0.4)n / n pi]2 and that sum[sin (0.4)n / n pi] diverges, n is between -infinity and + infinity
 
Physics news on Phys.org
jlu said:
how can i can the convergence of sum[sin (0.4)n / n pi]2 and that sum[sin (0.4)n / n pi] diverges, n is between -infinity and + infinity

The first series converges because it is dominated by 1/n^2 series, which is convergent. The second is harder - the 1/|n| series diverges, but this is only a clue.
 
i used p-series test for the first one and root test for the second one. i stand to be corrected if i used the wrong rules