Compact form for an infinite multiplication

AI Thread Summary
The discussion revolves around expressing an infinite product related to Pi in a compact mathematical form. A user presents an infinite product sequence and seeks a more concise notation. Responses indicate that while a recursive sequence can be defined to represent the product, achieving a truly compact form is challenging. The recursive sequence S_n is suggested, leading to the expression of Pi as an infinite product using capital Pi notation. Ultimately, it is concluded that there is no unique mathematical notation that simplifies this particular infinite product effectively.
cncnewbee
Messages
7
Reaction score
0
Hi,
In the middle of the article about Franciscus Vieta, here:
http://en.wikipedia.org/wiki/Franciscus_Vieta

I see an infinite product as an expression for Pi:
2 * 2/2^(1/2) * 2/(2+(2^(1/2))^(1/2) * ...

I was wondering, how this could be written in compact form using math notation please?
 
Physics news on Phys.org
cncnewbee said:
Hi,
In the middle of the article about Franciscus Vieta, here:
http://en.wikipedia.org/wiki/Franciscus_Vieta

I see an infinite product as an expression for Pi:
2 * 2/2^(1/2) * 2/(2+(2^(1/2))^(1/2) * ...

I was wondering, how this could be written in compact form using math notation please?
I don't think you can write \displaystyle 2\times\frac{2}{\sqrt{2}}\times\frac{2}{\sqrt{2+ \sqrt{2}}}\times\frac{2}{\sqrt{2+\sqrt{2+\sqrt{2}}}}\times\frac{2}{\sqrt{2+\sqrt{2+\sqrt{2+\sqrt{2}}}}}\times\cdots in compact form.
 
Indeed, I don't think any specific notation can help simplify this ... er ... "continued fraction."

I would define the recursive sequence S_n such that:

<br /> S_0 = 1\\<br /> S_1 = \sqrt2\\<br /> S_{k+1} = \sqrt{2+S_k}\text{ where } k&gt;0\\<br />

and use that sequence and capital pi notation to shorten the equation for \pi into the infinite product:

<br /> \pi=\prod \limits_{i=0}^{\infty} \frac{2}{S_i}<br />

But then again, this seems more convoluted than compact.
 
Thank you all, I learned from your answers that the other way of expressing that is by using a recursive expression combined together with Pi (∏) notation and that there is no unique tool in math-notation for a compact form in this case.
 
I don't know if you want this particular formula for pi or any infinite product will do.

If another is acceptable Google Wallis product.
 
I picked up this problem from the Schaum's series book titled "College Mathematics" by Ayres/Schmidt. It is a solved problem in the book. But what surprised me was that the solution to this problem was given in one line without any explanation. I could, therefore, not understand how the given one-line solution was reached. The one-line solution in the book says: The equation is ##x \cos{\omega} +y \sin{\omega} - 5 = 0##, ##\omega## being the parameter. From my side, the only thing I could...
Back
Top