1

How do I solve $\sin(\frac{\pi}{5})$ analytically? I looked up here and in the first step I have to

Show that: $\cos \left(\frac{\pi }{5}\right)-\sin \left(\frac{\pi }{10}\right)=\frac{1}{2}$

My question is, why do I have to do that?

mathreadler
  • 25,824
Mark Read
  • 2,183

2 Answers2

5

A simple way is provided by a geometric approach, rather than an analytic one.

It is well-known that if $ABCDE$ is a regular pentagon, $\frac{AC}{AB}=\varphi=\frac{1+\sqrt{5}}{2}$.
Since $\widehat{ABC}=\frac{3\pi}{5}$, that implies $\sin\frac{3\pi}{10}=\frac{\varphi}{2}$ and $$ \cos\frac{3\pi}{10}=\sin\frac{\pi}{5}=\sqrt{1-\left(\frac{\varphi}{2}\right)^2} = \color{red}{\sqrt{\frac{5-\sqrt{5}}{8}}}.$$

Jack D'Aurizio
  • 353,855
3

By repeated application of angle sum formulas we may get,

$$\sin (5x)=\sin^5 x+5 \cos^4 x\sin x-10 \sin^3 x \cos^2 x$$

Let $x=\frac{\pi}{5}$ and let $\sin (\frac{\pi}{5})=u$ then we have,

$$0=u^5+5(1-u^2)^2 u-10(1-u^2)u^3$$

It is safe to say $\frac{\sqrt{2}}{2}>u>0$. So that we may divide by $u$ to get.

$$0=u^4+5(1-u^2)^2-10(1-u^2)u^2$$

$$0=16u^4-20u^2+5$$

By solving this for $u^2$ first and then $u$ you get the only root in $(0, \frac{\sqrt{2}}{2})$ to be,

$$u=\frac{1}{2} \sqrt{\frac{5}{2}-\frac{\sqrt{5}}{2}}$$

  • 1
    +1 for most generally applicable method. ( I was just about to write the same ). – mathreadler Apr 23 '17 at 17:55
  • Why do you apply the angle of sump formula repeatedly? Could you explain your first step? – Mark Read Apr 25 '17 at 00:23
  • I know to repeat it repeatedly because it's leave me with a polynomial in terms of $\sin x$ and $\cos x$, which if I'm lucky am able to solve. First $\sin(x+4x)=\sin x \cos 4x+\cos x \sin 4x$. Then $\sin (4x)=2\sin (2x) \cos (2x)$ etc etc. – Ahmed S. Attaalla Apr 25 '17 at 00:54
  • I'm still trying to understand your answer. Why do you use $\sin(5x)$ on your first step? I assume $x$ is $\frac{\pi}{5}$, so does your method work because $\sin(x)$ and $\sin(kx)$, k being an integer, are equivalent? – Mark Read Apr 28 '17 at 02:31
  • Yes $x$ is $\frac{\pi}{5}$ and I know then that $\sin (5x)=\sin (5\frac{\pi}{5})=\sin (\pi)=0$. – Ahmed S. Attaalla Apr 28 '17 at 03:13
  • I think I almost got it, just one more thing, why do you divide by $u$ on the 3rd step? – Mark Read Apr 29 '17 at 15:43
  • $u=\sin(\frac{\pi}{5}) \neq 0$ so I can divide by it, and that'll give me a fourth degree polynomial which is usually easier to solve than a fifth degree polynomial. – Ahmed S. Attaalla Apr 29 '17 at 16:08
  • I am getting $u = \sqrt{\frac{5\pm\sqrt{5}}{8}}$ in $0=16u^4-20u^2+5$. I made $y = u^2$ and solved for $y$ and then for $u$. What did I do wrong? – Mark Read Apr 29 '17 at 16:37
  • That's good you can take simplify. And take the root that is between $0$ and $\sqrt{2}{2}$. To do this utilize $\sqrt{8}=\sqrt{4}\sqrt{2}=2\sqrt{2}$. – Ahmed S. Attaalla Apr 29 '17 at 17:04
  • The way you write it agrees with my answer, but it's easier to see it agrees with Jack's answers – Ahmed S. Attaalla Apr 29 '17 at 17:05
  • Alright then I think I get it! Thanks a lot. I like Jack's answer but I prefers yours as it is more generaly applicable. – Mark Read Apr 29 '17 at 17:18