3

The value of $$\lim_{n\to\infty}\left(\sin\frac{\pi}{2n}\cdot \sin\frac{2\pi}{2n}\cdot \sin\frac{3\pi}{2n}\cdots \sin\frac{(n-1)\pi}{2n}\right)^{\frac{1}{n}}$$ is equal to?

Can anyone remind me of any formula for such series involving sine and cosine. I tried taking the limit of $(n-1)^{th}$ term it tends to sine π which is $0$. so the series indeed converges. Now from here how do I proceed to determine the value of the limit of this whole term. Please explain.

shadow kh
  • 953
  • 5
  • 15
  • Find the logarithm of the expression, then consider Riemann sums. I'm not sure how one would evaluate the resulting integral, though. –  Jan 23 '17 at 01:36
  • Is it $2n$ in the last denominator? – Juniven Acapulco Jan 23 '17 at 01:41
  • maybe try to express this in complex variable see if it helps? – user408169 Jan 23 '17 at 01:41
  • Can you please give a hint of Feynman's trick @Open Ball . I have no idea of it. – shadow kh Jan 23 '17 at 01:41
  • 1
    @shadowkh I am not sure if it can be cleverly used here, but the way I imagined it, it would be the same as integrating by parts (which I don't currently see as a fruitful thing) –  Jan 23 '17 at 01:43
  • Dear Readers please note I am just an undergraduate . so please make hints very simple as I won't be able to understand if I haven't come across. – shadow kh Jan 23 '17 at 01:44
  • I think last term in the denominator should be 2n ideally – shadow kh Jan 23 '17 at 01:46
  • 1
    You can find methods to compute the integral here: http://math.stackexchange.com/questions/37829/computing-the-integral-of-log-sin-x –  Jan 23 '17 at 01:58
  • 1
    Use $$\lim_{n \to \infty} \frac1n\sum_{r=1}^n f\left(\frac rn\right)=\int_0^1f(x)dx$$ like http://math.stackexchange.com/questions/465075/find-lim-limits-n-to-infty-frac1n-sum-limits2n-r-1-fracr-sq and many others and then http://math.stackexchange.com/questions/189590/can-int-0-pi-2-ln-sinx-dx-be-evaluated-with-complex-method/189663#189663 – lab bhattacharjee Jan 23 '17 at 02:14

1 Answers1

0

lab bhattacharjee told you what to do (Riemann Integral):

$\displaystyle \lim\limits_{n\to\infty}\prod\limits_{r=1}^n (\sin\frac{\pi r}{2n})^{\frac{1}{n}}=\exp \int\limits_0^1 \ln\sin\frac{\pi x}{2} dx=\frac{1}{2}$

Note:

$\displaystyle -\ln(2\sin\frac{\pi x}{2})=-i\pi\frac{x-1}{2}+\sum\limits_{k=1}^\infty\frac{e^{-i\pi x k}}{k}\enspace$ for $\enspace 0<x<2$

Integration from $0$ to $1$ gives a real number on the left side und an imaginary number on the right side and therefore on both sides $0$ which means $\displaystyle \int\limits_0^1 \ln\sin\frac{\pi x}{2} dx=\int\limits_0^1 (-\ln 2)dx=-\ln 2\enspace$.

user90369
  • 11,518
  • 1
    Actually I have not studied Riemann integral till now . just for motivation can u please go ahead with a few more steps .coz all I know is to try using normal integration in your above expression which I've no idea to manipulate around with.thanks – shadow kh Jan 23 '17 at 08:40
  • 1
    And the answer to the question is given as 1/4. – shadow kh Jan 23 '17 at 08:45
  • @shadow kh : e.g. https://en.wikipedia.org/wiki/Riemann_integral ; $1^{st}$ step: Logarithm . $2^{nd}$ step: look at that what lab bhattacharjee wrote and set $f(x):=\ln \sin \frac{\pi x}{2}$ . $3^{rd}$ step: exponentiation . The integral you will find somewhere in the literature. --- $\frac{1}{4}$ ? I will check. – user90369 Jan 23 '17 at 08:47
  • 1
    @shadow kh : I wrote you an answer as a note above; $\frac{1}{4}$ is false. – user90369 Jan 23 '17 at 09:13
  • 1
    Its possibe.thanks – shadow kh Jan 23 '17 at 09:46
  • @shadow kh :You are welcome :-) – user90369 Jan 23 '17 at 12:02