4 2 × 8 4 × 1 6 8 × 3 2 1 6 × ⋯ = ?
Give your answer to 3 decimal places.
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
Right. Did you notice that this is an Arithmetic-Geometric problem?
Nice application of AGP series.
Nice approach, Vighnesh. I used logarithms and a bit of differentiation to solve this, which seems silly now after looking at your solution. :)
Please don't use the notation a 1 + a 2 + . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . ∞ . It implies multiplication by infinity, or something else. The infinite summation is implied.
Also, pro-tip: you don't need to put spaces put what's in curly braces - { } - and the braces. So \sqrt{x} is the exact same as \sqrt { x } :)
Log in to reply
Also, if it's just to print
x
, you can even ignore the braces as
\sqrt x
. Of course, this doesn't work if the stuff under the root is more than one symbol.
You can actually write it in a nice form as follows:
S = 2 1 / 4 ⋅ 4 1 / 8 ⋅ 8 1 / 1 6 ⋯ = k = 1 ∏ ∞ ( 2 k ) 2 − ( k + 1 ) = exp 2 ⎝ ⎛ 2 1 ⋅ k = 1 ∑ ∞ 2 k k ⎠ ⎞
Notation used : exp y ( x ) = y x
The value of the summation in the last step is easily obtained by differentiating the infinite GP sum formula w.r.t x which I think is what Brian did when he said about using derivatives.
when u got x/2 = 1/4+1/8+1/16+1/32....... Then x/2=1/2(1/2+x/2) Further x= 1/2+x/2 => x=1
product 2^(n/(2^(n+1))), n=1 to infinity
=2
WolframAlpha
Let S represent the product in question
S = 2^(1/4) * 4^(1/8) * 8^(1/16) * 16^(1/32) * ...
This product can be expressed in terms of base two:
S = 2^(1/4) * 2^2^(1/8) * 2^3^(1/16) * 2^4^(1/32) * ... = 2^ (1/4) * 2^(2/8) * 2^(3/16) * 2^(4/32) * ...
which can be simplified due to exponent laws as:
S = 2^(1/4 + 2/8 + 3/16 + 4/32 + ...)
Lets focus for a moment on the exponent and see if we can express it as a geometric series. Let x represent this exponent.
x = 1/4 + 2/8 + 3/16 + 4/32 + ... x = 1/4 + (1/8 + 1/8) + (1/16 +1/16 +1/16) + (1/32 + 1/32 + 1/32 + 1/32) + ...
By expanding terms of x in this fashion, it becomes apparent that x can be expressed as a series of geometric series with common ratios of 1/2.
x = (1/4)/(1-1/2) + (1/8)/(1-1/2) + (1/16)/(1-1/2) +(1/32)(1-1/2) + ...
(1-1/2) * x = 1/4 + 1/8 + 1/16 + 1/32 + ... x/2 = (1/4)/(1-1/2) x/2 = (1/4)/(1/2) x/2 = 1/2
Therefore x = 1 and the original product can be evaluated as 2^1 or 2.
Problem Loading...
Note Loading...
Set Loading...
S = 4 2 8 4 1 6 8 3 2 1 6 . . . . . ∞ S = 2 4 1 2 8 2 2 1 6 3 2 3 2 4 . . . . . = 2 x x = 4 1 + 8 2 + 1 6 3 + 3 2 4 + . . . 2 x = 8 1 + 1 6 2 + 3 2 3 + . . . . x − 2 x = 4 1 + 8 2 − 1 + 1 6 3 − 2 + . . . . 2 x = 4 1 + 8 1 + 1 6 1 + 3 2 1 + . . . . . 2 x = 1 − 2 1 4 1 2 x = 2 1 x = 1 Hence, S = 2