What is the value of this infinite product?

  • Context: Graduate 
  • Thread starter Thread starter quddusaliquddus
  • Start date Start date
  • Tags Tags
    Infinite Product
Click For Summary

Discussion Overview

The discussion revolves around the evaluation of an infinite product related to a mathematical expression involving nested square roots and its potential connection to Viete's formula for pi. Participants explore the structure of the product, its continuation, and various approaches to calculate its value.

Discussion Character

  • Exploratory
  • Mathematical reasoning
  • Debate/contested

Main Points Raised

  • One participant presents an infinite product involving nested square roots and seeks assistance in calculating its value.
  • Another participant questions how the product continues, suggesting multiple interpretations of the expression.
  • A participant describes a method for continuing the product, detailing a recursive approach to derive subsequent terms.
  • Some participants propose that the terms of the product can be expressed in relation to cosine functions, hinting at a connection to trigonometric identities.
  • One participant hypothesizes that the infinite product can be expressed as a product of terms defined recursively.
  • Another participant mentions using spreadsheet software to compute the value of the product, providing specific numerical results and connections to the Gamma function.
  • There is a reference to the significance of plugging in specific values into the cosine product, though the relevance remains unclear to some participants.

Areas of Agreement / Disagreement

Participants express differing views on how the infinite product should be interpreted and calculated. There is no consensus on the exact form of the product or the method to evaluate it, with multiple competing approaches presented.

Contextual Notes

Some participants note the potential connection to Viete's formula for pi and the use of trigonometric identities, but the implications of these connections are not fully resolved. The discussion includes various mathematical expressions and assumptions that are not universally agreed upon.

Who May Find This Useful

Readers interested in mathematical analysis, infinite products, and connections between trigonometric functions and number theory may find this discussion relevant.

quddusaliquddus
Messages
353
Reaction score
3
work out the value of the following: :redface:

1/2*sqrt[1/2 + (1/2)*(1/2)]sqrt[1/2 + (1/2)*sqrt[1/2 + (1/2)*(1/2)]]...


Any help is appreciated. :confused: :smile:

Thnak you. :biggrin:

what mite b of interest :rolleyes: is the fact that it looks similar to the bottom of Viete's famous formula for pi (employing for the first time an infinite product):

[ i derived the following from cos(theta/2^1)*cos(theta/2^2)*cos(theta/2^3)...cos(theta/2^n) ]

pi=2/[sqrt[1/2]*sqrt[1/2 + (1/2)*sqrt[1/2]]sqrt[1/2 + (1/2)*sqrt[1/2 + (1/2)*sqrt[1/2]]]...]
 
Physics news on Phys.org
[tex]\frac{1}{2}\sqrt{\frac{1}{2}+\frac{1}{2}\cdot\frac{1}{2}}\sqrt{\frac{1}{2} + \frac{1}{2}\sqrt{\frac{1}{2} + \frac{1}{2}\cdot\frac{1}{2}}}\cdots[/tex]

How exactly does that continue? I can think of a few ways.

cookiemonster
 
how it contains

i know how it continues...but i need to calculate the infinite product.
 
But we don't know how it continues so we can't help you.
 
oh right! sorry...i misunderstood the intention of the commentator. I am assuming it continues from what i wrote with it being multiplied by:

(*) sqrt[1/2 + (1/2)*sqrt[1/2 + (1/2)*sqrt[1/2 + (1/2)*(1/2)]]]

to get the next part, you take what I've written here(*), multiply it by 1/2, add 1/2 to what you now have, then square root what you have now, then multiply it to the product.

You follow the same procedure for the next part. Take what you last added, multiply by half, add half to this, then square root what you've then got.
 
So do you mean:

[tex]\frac{1}{2}\sqrt{\frac{1}{2}+\frac{1}{2}\cdot\frac {1}{2}\sqrt{\frac{1}{2} + \frac{1}{2}\sqrt{\frac{1}{2} + \frac{1}{2}\cdot\frac{1}{2}}}\cdots }[/tex]

As apposed to:

[tex]\frac{1}{2}\sqrt{\frac{1}{2}+\frac{1}{2}\cdot\frac {1}{2}}\sqrt{\frac{1}{2} + \frac{1}{2}\sqrt{\frac{1}{2} + \frac{1}{2}\cdot\frac{1}{2}\cdots}}[/tex] ?

In which case is it not:

[tex]x = \frac{1}{2}\sqrt{\frac{1}{2}+\frac{1}{2}\cdot\frac {1}{2}\sqrt{\frac{1}{2} + \frac{1}{2}\sqrt{\frac{1}{2} + \frac{1}{2}\cdot\frac{1}{2}}}\cdots }[/tex]

[tex]2x = \sqrt{\frac{1}{2}+\frac{1}{2}\cdot\frac {1}{2}\sqrt{\frac{1}{2} + \frac{1}{2}\sqrt{\frac{1}{2} + \frac{1}{2}\cdot\frac{1}{2}\cdots }}}[/tex]

[tex]4x^2 = \frac{1}{2}+\frac{1}{2}\cdot\frac {1}{2}\sqrt{\frac{1}{2} + \frac{1}{2}\sqrt{\frac{1}{2} + \frac{1}{2}\cdot\frac{1}{2}\cdots}}[/tex]

[tex]4x^2 - \frac{1}{2} = \frac{1}{2}\cdot\frac {1}{2}\sqrt{\frac{1}{2} + \frac{1}{2}\sqrt{\frac{1}{2} + \frac{1}{2}\cdot\frac{1}{2}\cdots}}[/tex]

[tex]8x^2 - 1 = x[/tex]

Baring in mind that one of the answers for x will have been created when squaring it. (Or something to that effect I've never done anything like this before)
 
how i wish it was, but its not.sorry. its the second one.
 
It looks like the terms are given by

[tex] x_n = \left\{<br /> \begin{array}{cl}<br /> \frac{1}{2} & n = 0 \\<br /> \sqrt{ \frac{1}{2} + \frac{1}{2} x_{n-1} } & n > 0<br /> \end{array}<br /> \right[/tex]

So that for [itex]n > 0[/itex] we have [itex]x_{n-1} = 2 x_n^2 - 1[/itex].

(Hey, these look like the cosine half and double angle formulas! :smile:)
 
Does that help us realize what the whole thing multiplies itself into? Maybe this'll help:
I already derived a very similar-looking infinite product based on Viete's method. I derived from cos(theta/2^1)*cos(theta/2^2)*cos(theta/2^3)...cos(theta/2^n)

the following:

pi=2/[sqrt[1/2]*sqrt[1/2 + (1/2)*sqrt[1/2]]sqrt[1/2 + (1/2)*sqrt[1/2 + (1/2)*sqrt[1/2]]]...]

I used cosine's half and double-angle formulaes to do this.

I think I am not understanding what you're saying...sorry.
 
  • #10
I'm hypothesizing that the infinite product you are trying to compute is given by

[tex] \prod_{i=0}^{\infty} x_i[/tex]

where the [itex]x_i[/itex] are given by the relation I presented.

So I'm trying to make sure I know what your product is before I try and tackle it. :smile:
 
Last edited:
  • #11
Dont take offence o'l boy! Dont take me wrong, I am grateful for the help, especially from a PF mentor such as yourself.
 
  • #12
I've been told many times to 'plug-in' (2*pi)/3 into the cos-product. But I've failed to see the significance of this...maybe someone else will not.
 
  • #13
Quddusaliquddus...have you tried: x = sqrt(1/2 + 1/2*x) ?
 
  • #14
1/((2/3)Gamma(1/3)Gamma(2/3))

I cheated by calculating the value using spreadsheet software, finding the reciprocal, and looking up the reciprocal in Plouffe's Inverter at
http://bootes.math.uqam.ca/cgi-bin/...O+&number=2.41839915231229&lookup_type=simple
which gives that it is 1 over 2/3*Gamma(1/3)*Gamma(2/3) (which is also sum(1/(45/2*n^2-45/2*n+5),n=1..inf) )
Here are approximate values:
the product: 0.4134966715663
its reciprocal: 2.41839915231229
Gamma(1/3): 2.67893853470775
Gamma(2/3): 1.35411793942640
From this page
http://mathworld.wolfram.com/GammaFunction.html
we get Gamma(1/3)Gamma(2/3) = 2*PI/sqrt(3) so the value is
(3/4)*sqrt(3)*PI
 
Last edited by a moderator:

Similar threads

  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 8 ·
Replies
8
Views
2K
Replies
1
Views
2K
  • · Replies 12 ·
Replies
12
Views
2K
Replies
16
Views
3K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 1 ·
Replies
1
Views
4K
  • · Replies 4 ·
Replies
4
Views
5K
  • · Replies 5 ·
Replies
5
Views
3K
  • · Replies 26 ·
Replies
26
Views
2K