3

This question arises from below:

Initially you are given a circle $C_2$ with radius $r=1$. You construct the regualr 3-gon (equilateral triangle) with its incircle as $C_2$, and its circumscribed circle $C_3$. Then use $C_3$ as incircle and repeat this process, so you can construct the regualr $n$-gon with its circumscribed circle $C_n$. Does the limit of the radius of $C_n$ exist as $n\to\infty$ ? If it exists, what is the value?

My attempt

I have worked out that the radius of $C_n$ is

$$r_n=\prod_{i=3}^n\sec\frac{\pi}{i}$$

Since $\lim_{n\to\infty}\sec\frac{\pi}{n}=1$, I concluded that $\lim_{n\to\infty}\frac{r_{n+1}}{r_n}=1$, and the limit of $r_n$ exists. But I cannot find its limiting value. MATHEMATICA says $r_{10^4}\approx8.69574$. Do you have any suggestions on how to proceed?

Thank you in advanced!

zytsang
  • 1,523
  • 1
  • 15
  • 16

2 Answers2

2

At the limit we get the inverse of the Kepler–Bouwkamp constant : $$\rho:=\prod_{i=3}^\infty\cos\frac{\pi}{i}\approx 0.1149420448532962$$

with these results from Bouwkamp : $$\rho=\frac 2{\pi}\prod_{m=1}^\infty\prod_{n=1}^\infty1-\frac 1{m^2(n+1/2)^2}=\frac 2{\pi}\exp\left[-\sum_{k=1}^\infty\frac{\zeta(2k)(\lambda(2k)-1)4^k}k\right]$$

$\qquad\qquad$( with $\lambda(x)=\left(1-2^{-x}\right)\zeta(x)$ )$\quad$ as found in Finch $6.3$ with more informations.

See too $(12)$ from Chamberland and Straub's paper 'On gamma quotients and infinite products'.

Raymond Manzoni
  • 43,021
  • 5
  • 86
  • 140
1

Let

$$P = \prod_{k=3}^{\infty} \cos{\frac{\pi}{k}}$$

We want $1/P$. Then

$$\log{P} = \sum_{k=3}^{\infty} \log{\cos{\frac{\pi}{k}}}$$

Use the fact that

$$\log{\cos{\frac{\pi}{k}}} = -\int_0^{\pi/k} dt \, \tan{t} = -\frac{\pi}{k} \int_0^1 du \, \tan{\frac{\pi u}{k}}$$

and get

$$\log{P} = -\pi \int_0^1 du \, \sum_{k=3}^{\infty} \frac{1}{k} \tan{\frac{\pi u}{k}}$$

I do not know of an analytical expression for the sum, but the expression is an integral over a smooth function of $u$ and may be approximated using standard numerical integration techniques.

Ron Gordon
  • 138,521