How Can You Simplify sin(n*pi/3) in Terms of Powers of 1?

  • Thread starter Thread starter Slightly
  • Start date Start date
Slightly
Messages
29
Reaction score
0
When solving a Fourier Series, you can run into things that have the following structure.

cos(n*pi)

cos(n*2pi)

sin(n*pi/2)

These expressions can be rewritten in terms of powers of -1 or as well as seeing that some terms drop to zero or are always the same value.

cos(n*pi) = (-1)^n

cos(n*2pi) = 1

sin(n*pi/2) = (-1)^((n-1)/2)

My question comes down to: What do you get or how to figure out what happens with this:

sin(n*pi/3)

I know that the constant that always pops out is sqrt(3)/2, but the sign and pattern of this value starting at n=1 is as follows.

+ + 0 - - 0 + + 0 - - 0 ...etc

Is there a way to write this in powers of 1. I know that the 3n's are all equal to 0, but what about the other numbers?

Another way to avoid this is to not try to find a different way of writing sin(n*pi/3) since it is acceptable to just use it as part of the function.

But is there a way to write it?
 
Physics news on Phys.org
I presume you know that sin(\pi/3)= \frac{\sqrt{3}}{2} and cos(\pi/3)= \frac{1}{2}. From there you can use the sum rules: sin(a+ b)= sin(a)cos(b)+ cos(a)sin(b) and cos(a+ b)= cos(a)cos(b)- sin(a)sin(b).<br /> <br /> For example, sin(2\pi/3)= sin(\pi/3+ \pi/3)= sin(\pi/3)cos(\pi/3)+ cos(\pi/3)sin(\pi/3)= (\frac{\sqrt{3}}{3})(\frac{1}{2})+ (\frac{1}{2})(\frac{\sqrt{3}}{2}= \frac{\sqrt{3}}{2} and cos(2\pi/3)= cos(\pi/3)cos(\pi/3)- sin(\pi/3)sin(\pi/3)= \frac{1}{4}- \frac{3}{4}= -\frac{1}{2}.<br /> <br /> Of course, sin(3\pi/3)= sin(\pi)= 0 and cos(3\pi/3)= cos(\pi)= -1.

sin(4\pi/3)= sin(\pi+ \pi/3)= sin(\pi)cos(\pi/3)+ cos(\pi)sin(\pi/3)= 0(1/2)+ (-1)(\frac{\sqrt{3}}{2})= -\frac{\sqrt{3}}{2} and cos(4\pi/3)= cos(\pi+ \pi/3)= cos(\pi)cos(\pi/3)- sin(\pi)sin(\pi/3)= (-1)(1/2)- (0)(\sqrt{3}{2})= -1/2.

sin(5\pi/3)= sin(\pi+ 2\pi/3)= sin(\pi)cos(2\pi/3)+ cos(\pi)sin(2\pi/3)= (0)(-1/2)+ (-1)(\frac{\sqrt{3}}{2})= -\frac{\sqrt{3}}{2} and cos(5\pi/3)= cos(\pi)cos(2\p/3)- sin(\pi)sin(2\pi/3)= (-1)(-1/2)- (0)(\frac{\sqrt{3}}{2})= 1/2[/itex].

Of course, sin(6\pi/3)= sin(2\pi)= 0 and cos(6\pi/3)= cos(2\pi)= 1

And now every thing repeats.
 
There is the following linear Volterra equation of the second kind $$ y(x)+\int_{0}^{x} K(x-s) y(s)\,{\rm d}s = 1 $$ with kernel $$ K(x-s) = 1 - 4 \sum_{n=1}^{\infty} \dfrac{1}{\lambda_n^2} e^{-\beta \lambda_n^2 (x-s)} $$ where $y(0)=1$, $\beta>0$ and $\lambda_n$ is the $n$-th positive root of the equation $J_0(x)=0$ (here $n$ is a natural number that numbers these positive roots in the order of increasing their values), $J_0(x)$ is the Bessel function of the first kind of zero order. I...
Are there any good visualization tutorials, written or video, that show graphically how separation of variables works? I particularly have the time-independent Schrodinger Equation in mind. There are hundreds of demonstrations out there which essentially distill to copies of one another. However I am trying to visualize in my mind how this process looks graphically - for example plotting t on one axis and x on the other for f(x,t). I have seen other good visual representations of...
Back
Top