1

Let $a$ real number and let $$ a_n=\prod_{k=1}^n\sin(ak).$$ How can I evaluate $$\lim_{n\to+\infty} a_n$$ If $a$ is rational the product is definitely constant but I don’t know how to solve the limit if $a$ is irrational.

Tyrion
  • 25
  • 9

1 Answers1

2

There are infinitely many factors which are smaller than 1/2 (in absolute value) in the product. This implies that the product is zero.

About the first claim, you may see:

Sine function dense in $[-1,1]$

In general the sequence $\exp(i a n)$ is uniform on the unit circle for all $a$ irrational to $\pi$, yielding the claim.

When $a$ is rational to $\pi$ we do not need this density argument, however the limit is anyway zero.

EDIT: as pointed out in the comment below by Barry Cipra, we need to observe that every factor is smaller than 1, and infinitely many of them are actually smaller than 1/2, and thus the infinite product converges to 0.

Giulio R
  • 3,216
  • 1
    To be hyperprecise, it's the fact that infinitely many terms are less than $1/2$ (in absolute value) and the fact that all terms are less than or equal to $1$ that implies the limit is $0$. E.g., if the product were taken over $(3/2)\sin(ak)$ instead of just $\sin(ak)$, we'd have infinitely many terms less than $3/4$ in absolute value, but that would not suffice to conclude the product tends to $0$. – Barry Cipra Apr 15 '21 at 16:19