PDA

View Full Version : limit of a product cos


gop
Nov16-07, 04:23 PM
1. The problem statement, all variables and given/known data

Calculate for x\in(0,\pi/2)

\lim_{N\rightarrow\infty}\prod_{n=0}^{N}cos(\frac{ x}{2^{n}})

Hint: Use the Double-Angle Formulas for the sine.

2. Relevant equations



3. The attempt at a solution

cos(x)\cdot cos(\frac{x}{2})\cdot cos(\frac{x}{4})\cdot...
\frac{\sin2x}{2\cdot\sin x}\cdot\frac{\sin x}{2\cdot\sin x/2}\cdot\frac{\sin x/2}{2\cdot\sin x/4}\cdot...
\frac{\sin2x}{2}\cdot\frac{1}{2}\cdot\frac{1}{2}\c dot...\cdot\frac{1}{2\cdot\sin x/N}
\frac{\sin2x}{\sin(x/{2^N})\cdot2^{N}}
However, now I have to resolve the 0*infinity in the denom. But how do I resolve that.

Dick
Nov16-07, 04:29 PM
Shouldn't the N in sin(x/N) be like sin(x/(2^N))?

gop
Nov16-07, 05:11 PM
yes, of course. I updated the information.

Dick
Nov16-07, 05:18 PM
Then your denominator is a simple limit. It looks like limit c-> 0 of sin(c*x)/c, where c=1/(2^N).

Dick
Nov16-07, 05:32 PM
BTW, make sure you've counted the 2's in the denominator correctly. I'm finding an extra one.

gop
Nov16-07, 06:02 PM
that, of course, works. thx you a lot.

Gib Z
Nov17-07, 05:35 AM
An alternative method that I find quite nice is to use the fact that cos(x/2^n) is the real part of exp(ix/2^n). The product of the exponentials becomes an easy geometric series in the exponent =]

Kummer
Nov17-07, 11:16 AM
You can also use a 'collapsing product'.

Note,
A_4 = \cos \frac{x}{2} \cos \frac{x}{4} \cos \frac{x}{8} \cos \frac{x}{16}
Then,
\sin \frac{x}{16} A_4 = \cos \frac{x}{2} \cos \frac{x}{4} \cos \frac{x}{8} \cos \frac{x}{16} \sin \frac{x}{16}
So,
2A_4\sin \frac{x}{16} = \cos \frac{x}{2} \cos \frac{x}{4} \cos \frac{x}{8}\sin \frac{x}{8}
Again,
4A_4\sin \frac{x}{16} = \cos \frac{x}{2} \cos \frac{x}{4} \sin \frac{x}{4}
Again,
8A_4\sin \frac{x}{16} = \cos \frac{x}{2} \sin \frac{x}{2}
Last time,
16A_4\sin \frac{x}{16} = \sin x
That means (since x\in (0,\pi/2))
A_4 = \frac{\sin x}{2^4 \sin \frac{x}{2^4}}
And in general,
A_n = \frac{\sin x}{2^n \sin \frac{x}{2^n}}

Dick
Nov17-07, 11:34 AM
An alternative method that I find quite nice is to use the fact that cos(x/2^n) is the real part of exp(ix/2^n). The product of the exponentials becomes an easy geometric series in the exponent =]

Did you try doing it that way? I take the product of the exponentials and I get exp(i*2*x). Now what? The real part of that doesn't have much to do with the product of the real parts of the terms. That trick doesn't ALWAYS make things easier.

Gib Z
Nov18-07, 01:13 AM
Damn It I assumed that the Real part of a product is equal to the product of the real part :( Never mind me =]