Calculating cos(2nπ/3)/(n²) using the Sum of Series 1/n²

  • Thread starter Thread starter andrey21
  • Start date Start date
  • Tags Tags
    Series Sum
andrey21
Messages
475
Reaction score
0
Using the fact that sum of series 1/n^2 is (pi)^2/6 FInd the following:





cos(2npi/3)/(n^2)



Not sure really where to start on this one any help would be great.
 
Physics news on Phys.org
What did you already try to solve the problem?
Surely you can start by calculating \cos(2\pi n/3)...
 
Jamiey1988 said:
Using the fact that sum of series 1/n^2 is (pi)^2/6 FInd the following:





cos(2npi/3)/(n^2)



Not sure really where to start on this one any help would be great.
What is cos(2*n*pi/3) for integer n?
 
Yes I thought about calculating cos(2*n*pi/3), but for how many values of n?? until it tends to a figure?
 
Calculate \cos(2n\pi/3) until you notice a pattern.
Try to calculate it for n=0,1,2,3,4,5,... A pattern should pop up very quickly...
 
Jamiey1988 said:
Yes I thought about calculating cos(2*n*pi/3), but for how many values of n?? until it tends to a figure?
HINT: Cosine is periodic (with period 2Pi) :wink:
 
So taking ur advice I calculated cos(2npi/3)/(n^2) as the question states. I can see it converges on a value of 1. Correct? I did n=0,1,2,3,4,5,6,7,8,9,10,100,1000,10000,100000,1000000
 
No, don't calculate \cos(2n\pi/3)/n^2. Only calculate \cos(2n\pi/3). What happens if n=0,1,2,3,4,5?? Can you give me that values?
 
Oh ok I've done that also I have 1,-0.5,-0.5,1,-0.5 correct??
 
  • #10
Yes, so you see an easy pattern showing up:

\cos(2n\pi/3)=1 ~\text{if}~n=3k~\text{and}~\cos(2n\pi/3)=1/2~\text{otherwise}

So, can you now split up your series in two parts?
 
  • #11
From what you have said:
<br /> \cos(2n\pi/3)=1 ~\text{if}~n=3k~\text{and}~\cos(2n\pi/3)=1/2~\text{otherwise}<br />

Should it be -1/2?
 
  • #12
Yes, I'm sorry. It should be a -1/2. Sorry for the confusion :blushing:
 
  • #13
Ok so splitting the series in two. What do u mean here? Use sum of 1/n^2 and claculate some of cos(2npi/3) and sum them together?
 
  • #14
I mean the following

\sum_{n=1}^{+\infty}{\frac{\cos(2\pi n/3)}{n^2}}=\sum_{k=1}^{+\infty}{\frac{1}{(3k)^2}}-\frac{1}{2}\left(\sum_{k=1}^{+\infty}{\frac{1}{(3k+1)^2}}+\sum_{k=1}^{+\infty}{\frac{1}{(3k+2)^2}}\right)
 
  • #15
Oh ok I understand now, so simply subbing in values for k until it converges on a figure will be the answer?
 
  • #16
Am i rite to simply plug k values in and see what value it tends to. For examples:

k = 1 would give

1/9 - 1/2(1/16+1/25)

=0.05986...
 
Last edited:
  • #17
is this correct micromass??
 
  • #18
Well, although it is not incorrect, I doubt that this is what they want you to do. You'll need to find the value of the sum EXACTLY. The thing you suggested will only be an approximation to the sum.

Let's consider the first sum

\sum_{n=1}^{+\infty}{\frac{1}{(3n)^2}}

How would you evaluate this sum??
 
  • #19
Erm well I am not to sure. evaluating it at some values for n i obtain:

1/9 + 1/36 + 1/81 + 1/144 + 1/225...

How do I get the excat value?
 
  • #20
HINT: use that

\sum_{n=1}^{+\infty}{\frac{1}{n^2}}=\frac{\pi^2}{6}

The only problem is that you have (3n)² instead of n². How would you solve that?
 
  • #21
Would that just be pi squared / 18
 
  • #22
No, that is incorrect. How did you arrive there?
 
  • #23
Sorry I don't know what I was writing above. I havnt got a proof of how 1/n^2 = pi squared /6. The question just states to use this.
 
  • #24
Could u show me a link or a proof of 1/n^2 = Pi^2/6 micromass.
 
  • #26
Oh i thought i cud just adapt that but use 3n^2 instead of n^2. If not how can I solve 1/3n^2?? I am really struggling with this question.
 
  • #27
What does \frac{1}{(3n)^2} equal? Just bring the 3 from under the square...
 
  • #28
So it equals:

1/9n^2 or 9n^(-2)

Is this correct?
 
  • #29
Allright, so

\sum_{n=1}^{+\infty}{\frac{1}{(3n)^2}}=\sum_{n=1}^{+\infty}{\frac{1}{9}\frac{1}{n^2}}

Can you calculate the sum now?
 
  • #30
So 1/9n^2 = 1/9 . Pi^2/6

gives pi^2/54
 
  • #31
Yes! So that's the first sum. Now try to evaluate

\sum_{n=1}^{+\infty}{\frac{1}{(2n+1)^2}}+\sum_{n=1}^{+\infty}{\frac{1}{(2n+2)^2}}
 
  • #32
Ye ok is it (2n+2)^2 or (3n+2)^2? Just in the first page it was 3 not 2 before the n.
 
  • #33
Ow, my apologies, it is 3 instead of 2...
 
  • #34
Ok so from the two sums I get:

1/(9n^2+6n+1)

and

1/(9n^2 +12n+4)
 
  • #35
Hmm, you won't be able to calculate those sums separately...
You'll have to use the following:

\sum_{n=1}^{+\infty}{\frac{1}{n^2}}=\sum_{n=1}^{+\infty}{\frac{1}{(3n)^2}}+\sum_{n=1}^{+\infty}{\frac{1}{(3n+1)^2}}+\sum_{n=1}^{+\infty}{\frac{1}{(3n+2)^2}}

You know two of the above series...
 
  • #36
Rite so what your saying is:

Pi^2/6 = Pi^2/54 + SUM 1/(3n+1)^2 + SUM 1/(3n+2)^2
 
  • #37
Yes, so you've found the values to all the series!
 
  • #38
Ah ok so:

Pi^2/54 - 1/2(Pi^2/6 - Pi^2/54) = Sum of series
 
  • #39
Yes! Very good!
 
  • #40
Thanks Micromas you have been great help. Out if curiosity how did you obtain the equation in post 35 ??
 
  • #41
Well, in post 14, we were asked to calculate those two sums. I first tried to evaluate them separately, but that didn't work. So then I came up with that solution. I guess it's a bit experience from my part. The more problems you solve, the more tricks you know. You also know the trick now :smile:
 
  • #42
Haha ok thanks again micromass:smile:
 
  • #43
I just finished my calculations and ended up with value of -3Pi^2/54 for sum of series. Is this correct?? Thanks in advance
 
  • #44
Yes, I believe that is correct!
 
Back
Top