2

I need help to proof $$\left |\frac{\sin(n+1/2)t}{\sin{t/2}}-\frac{\sin{nt}}{\tan{t/2}}\right| \leq 1$$

1 Answers1

1

hint:$\left |\dfrac{\sin(n+1/2)t}{\sin{t/2}}-\dfrac{\sin{nt}}{\tan{t/2}}\right|=\left |\dfrac{\sin(n+1/2)t-\sin{nt}\cos{t/2}}{\sin{t/2}}\right|$

chenbai
  • 7,581
  • Thank you, I tried the following: $$\left |\dfrac{\sin(n+1/2)t}{\sin{t/2}}-\dfrac{\sin{nt}}{\tan{t/2}}\right|=\left |\dfrac{\sin(n+1/2)t-\sin{nt}\cos{t/2}}{\sin{t/2}}\right|=\left|\dfrac{1/2 \sin((N+ 1/2)t)- 1/2 \sin((N- 1/2 )t)}{\sin (t/2)}\right|$$ with $\sin x \cos y = 1/2 \sin (x-y) +1/2 \sin (x+y)$, but now I am stuck... – Niklas Hebe Apr 03 '14 at 08:36
  • 1
    $sin(x+y)=sin(x)cos(y)+cos(y)sin(x)$,can you go on this way? – chenbai Apr 03 '14 at 12:11
  • Hi, now I got it. For other readers: you mean $\sin(x+y)=\sin x \cos y +\sin y \cos x$ – Niklas Hebe Apr 03 '14 at 15:47