Finding the Summation Equivalent of a Product

  • #1
1,368
61
Hello,

I have the following product, and I am looking for a summation equivalent

[tex]\prod_{k=1}^K\left(1-\frac{1}{x_k+1}\right)[/tex]

Is this doable? I tried to use partial fraction but got nowhere!

Thanks in advance
 
  • #3
Have you tried to combine the fraction to see where that leads?

I did. The fraction becomes ##x_k/(x_k+1)##, but didn't know where to go from there!
 
  • #5
Next question is it ##x_k## or ##x^k## ?

It is ##x_k##. I have ##K## different variables.
 
  • #6
It is ##x_k##. I have ##K## different variables.

You could let ##y_k = \frac{1}{x_k + 1}## and then expand. The product is a polynomial with roots ##y_k##. The polynomial is the sum.
 
  • #7
For ##K=3## I have

[tex]1-\frac{1}{x_1+1}-\frac{1}{x_2+1}-\frac{1}{x_3+1}+\frac{1}{(x_1+1)(x_3+1)}+\frac{1}{(x_2+1)(x_3+1)}-\frac{1}{(x_1+1)(x_2+1)(x_3+1)}[/tex]

I cannot see how this can be written as a closed form summation in the form of ##\sum_{k=1}^K(.)## or something similar.
 
  • #8
If you have no further information about xk then there won't be a useful way to write it as sum. It is like asking to convert $$\prod_{k=1}^K z_k$$ to a sum. While technically possible you don't learn anything from it.
 
  • #9
I don't have any further information about ##x_k##.
 
  • #10
If you want a sum here is a way:
$$\prod_{k=1}^K (\frac {x_k} {x_k + 1})= exp[log(\prod_{k=1}^K (\frac {x_k} {x_k + 1}))]=exp[\sum_{k=1}^K log(\frac {x_k} {x_k + 1})]$$

peace,
Fred
 
  • #12
First, consider the polynomial
$$P(x)=\prod_{k=0}^K(x+z_k)$$
Define the nth elementry symmetric function $e_n(Z)$ for the set of roots $Z=\{z_k\}_{k=0}^K$ to be
$$e_n(Z)=\sum_{1\leq i_1<i_2<\cdots<i_n\leq K} z_{i_1}z_{i_2}\cdots z_{i_n}$$
(Think of this as a sum of all possible -product- combinations of $n$ distinct elements from the set $X$.) As a personal preference, I will write $e_n(Z)=e_Z^n$. Confirm that
$$P(x)=\prod_{k=0}^K(x+z_k)=\sum_{k=0}^K e_Z^{K-k}x^k$$
Thus, we find that your product is the subcase for the root set $z_k=\frac{-1}{x_k+1}$ evaluated at $P(1)$.\\

For the more general product: given sets $X$ and $Z$ as defined above,
$$\prod_{k=0}^K(x_k+y_k)=e_X^K\ast e_Z^K$$
where $\ast$ is the discrete convolution with respect to $K$.
 

Suggested for: Finding the Summation Equivalent of a Product

Replies
4
Views
415
Replies
6
Views
634
Replies
3
Views
846
Replies
5
Views
694
Replies
0
Views
557
Replies
5
Views
703
Replies
1
Views
652
Back
Top