Jump to content

How to calculate this product


desperate

Recommended Posts

hi !

I have some trouble calculating this product:

S=(1-x^k) * (1-(x+1)^k) * (1-(x+2))^k * (1-(x+3))^k .... (1-(x+n))^k

I know that ln(1-x) = x (approximatively)

When applying the logarithm I get

ln(S)= x^k + (x+1)^k + (x+2)^k + ... + (x+n)^k

So:

S= exp (x^k + (x+1)^k + (x+2)^k + ... + (x+n)^k)

I want to bound this but I don't know how to do it from here.

Thank you !
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.