Tell me more ×
Mathematics Stack Exchange is a question and answer site for people studying math at any level and professionals in related fields. It's 100% free, no registration required.

If if an exam I had to calculate the minimal polynomials of, say, $\sin(\frac{2 \pi}{5})$ or $\cos(\frac{2 \pi}{19})$, what would be the quickest way to do it? I can use the identity $e^{ \frac{2 i \pi}{n}} = \cos(\frac{2 \pi}{n}) + i\sin(\frac{ 2 \pi}{n})$ and raise to the power $n$, but this gets nasty in the $n = 19$ case...

Thanks

share|improve this question

1 Answer

up vote 1 down vote accepted

$\cos(2\pi/19)$ has degree 9, and I doubt anyone would put it on an exam. $\sin(2\pi/5)$ is a bit more reasonable. Note that $\sin(4\pi/5)=2\sin(2\pi/5)\cos(2\pi/5)$, and also $\sin(4\pi/5)=\sin(\pi/5)$, and $\cos(2\pi/5)=1-2\sin^2(\pi/5)$, and with a few more identities like that you should be able to pull out a formula. Or use your idea in the form $2i\sin(2\pi/5)=z-z^{-1}$, where $z=e^{2\pi i/5}$, then, squaring, $-4\sin^2(2\pi/5)=z^2-2+z^{-2}$, $$-8i\sin^3(2\pi/5)=z^3-3z+3z^{-1}-z^{-3}=z^{-2}-3z+3z^{-1}-z^2$$ and a similar formula for the 4th power, and remember that $z^2+z+1+z^{-1}+z^{-2}=0$

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.