I have the following:
$$\sum_{i=0}^n \sum_{k=0}^i a_i {i \choose k} (-b)^{i-k} x^k$$
I want to find a way to express $x^k$ in terms of the outer summation so it would be $x^i$. Is there any way to do this?
I have the following:
$$\sum_{i=0}^n \sum_{k=0}^i a_i {i \choose k} (-b)^{i-k} x^k$$
I want to find a way to express $x^k$ in terms of the outer summation so it would be $x^i$. Is there any way to do this?
I think the closest one can get, is by simplyfying the inner summation. Rearranging like this, $$\sum_{i=0}^n a_i \sum_{k=0}^i {i \choose k} (-b)^{i-k} x^k$$ Then using the binomial theroem, we can get $$\sum_{k=0}^i {i \choose k} (-b)^{i-k} x^k = (x-b)^{i}$$ $$\sum_{i=0}^n a_i (x-b)^{i}$$ Since we have no other information on $a_i$ we can not further manipulate this expression to yield a "nicer" form.