Studying Spivak's Calculus I came across a relation I find hard to grasp. In particular, I want to understand it without using proofs by induction. So please prove or explain the following relationship by not using induction.
n∑j=0(nj)an−jbj+1=n+1∑j=1(nj−1)an+1−jbj
Thanks in advance.
Answer
The identity you've given appears to be an index shift. Instead of beginning to sum at i=0, we wish to begin at 1. In order to advance the summation index ahead by 1, we have to take away 1 from every instance of the index variable inside the summand.
n∑i=0(ni)an−ibi+1
The index shift becomes clear if you let j=i+1 and substitute.
=n+1∑j=0+1(nj−1)an−(j−1)b(j−1)+1
=n+1∑j=1(nj−1)an−j+1bj
No comments:
Post a Comment