Your parentheses are unbalanced; you have four left parentheses, but
only three right ones. I would guess you did *not* mean
(1 + (b-1))/(n+k(b-1))
as that would just be b/(n+k(b-1)), simpler to write. So you may have
meant something else. What did you mean, exactly?
And by "the limit", do you mean
lim{n-->oo} Prod_{i=1 to n} (whatever the correct term is)
?
--
Arturo Magidin
1+(b-1)/
( k+n(b-1))
I hope that shows up correctly this time.
Assuming that this is in fact the correct the correct expression then
the limit is trivial. The denominator in the second term grows toward
infinity, causing the entire second term to shrink towards zero,
causing the entire expression to go towards one. Cheers.
Patrick.
Write out a few of the factors (k=1, k=2, k=3...)
and see whether you can beat it into the form of a
"telescoping product" (analogous to a "telescoping sum"),
something that looks like
(4/3)*(5/4)*(6/5)*(7/6)
so that you can cancel numerator from one term and
denominator from another.
Also: it is helpful to post the entire problem in one post.
As it is, the reader has to gather bits and pieces from
three different posts, and then try to decide which one
is the correct form, n+k(b-1) or k+n(b-1).
Don Coppersmith
Oops. I missed the part about it being an infinite product and not
just a limit. Sorry 'bout that.
Patrick