Sum of Binomial Expansion | Spivak Chapter 2, Excercise 3 part d

In summary, the conversation discusses how to prove the equality $(a+b)\sum_{j=0}^{n}\binom{n}{j}a^{n-j}b^{j} = \sum_{j=0}^{n+1}\binom{n+1}{j}a^{n-j+1}b^{j}$ using a useful equality $\binom{n+1}{k} = \binom{n}{k} + \binom{n}{k-1}$. The key is to shift the summation by substituting j+1 or j-1, and then rename the indices to match the limits and add the coefficients.
  • #1
sleepingMantis
25
5
Hello,

I am working through Spivak for self study and sharpening my math skills. I have become stuck on an exercise.

What I need to show is the following:

$$
(a + b) \sum_{j = 0}^{n} \binom nj a^{n-j}b^{j} = \sum_{j = 0}^{n + 1} \binom{n+1}{j} a^{n-j + 1}b^{j}
$$

My attempt, starting from the LHS. Expanding the brackets:

$$
(a + b) \sum_{j = 0}^{n} \binom nj a^{n-j}b^{j} = a \sum_{j = 0}^{n} \binom nj a^{n-j}b^{j} + b \sum_{j = 0}^{n} \binom nj a^{n-j}b^{j}
\\ = \sum_{j = 0}^{n} \binom nj a^{n+1-j}b^{j} + \sum_{j = 0}^{n} \binom nj a^{n-j}b^{j+1}
$$

Now I know a useful equality (that I proved earlier) is:

$$
\binom{n+1}{k} = \binom{n}{k} + \binom{n}{k-1}
$$

However I am not sure how to proceed. Any tips would be much appreciated!
 
Last edited:
Physics news on Phys.org
  • #2
The trick is to shift the summation, i.e. replace ##j## by ##i+1## or ##i-1##. I find it easiest to separate the terms for ##j=0## and ##j=n## and then get rid of ##j \pm 1## in the exponent by the substitutions I mentioned. (I would have to do it on my own to see which sum is transformed by which substitution, but you should be able to figure it out.)
 
  • Like
Likes sleepingMantis
  • #3
Set j'=j+1 for the second summation.
 
  • Like
Likes sleepingMantis
  • #4
Thank you guys, plugging in k = j+1

$$
= \sum_{j = 0}^{n} \binom nj a^{n+1-j}b^{j} + \sum_{k = 1}^{n} \binom {n}{k-1} a^{n+1-k}b^{k}
$$

This looks to be on the right track, but does it matter that the binomial brackets in the two summations have different variables, namely ##j## and ##k## ?
 
  • #5
sleepingMantis said:
Thank you guys, plugging in k = j+1

$$
= \sum_{j = 0}^{n} \binom nj a^{n+1-j}b^{j} + \sum_{k = 1}^{n} \binom {n}{k-1} a^{n+1-k}b^{k}
$$

This looks to be on the right track, but does it matter that the binomial brackets in the two summations have different variables, namely ##j## and ##k## ?
No, these are just names. You could as well sum up ##\sum_{tree=0}^n \binom{n}{tree} ...## but this would last too long to write. But you will have to look for the boundaries if you write the sums again under one summation. ##\sum_{j=0}^n a_j + \sum_{k=1}^n b_k = a_0 + \sum_{tree=1}^n (a_{tree}+b_{tree})##.
 
  • Like
Likes sleepingMantis
  • #6
Thanks, so to write the sum under one summation, the limits have to be consistent.

But now I am confused. If I plug in k into the first sum, I will end up with:

$$
= \sum_{k = 1}^{n} \binom {n}{k-1} a^{n+1-(k-1)}b^{k-1} + \sum_{k = 1}^{n} \binom {n}{k-1} a^{n+1-k}b^{k}
$$

But this seems to take me away from where I need to be.

Am I on the right track here?
 
  • #7
Let's step back a bit to your post number 4. You wrote
sleepingMantis said:
$$
= \sum_{j = 0}^{n} \binom nj a^{n+1-j}b^{j} + \sum_{k = 1}^{n} \binom {n}{k-1} a^{n+1-k}b^{k}
$$
by doing the substitution @mathman suggested: ##k=j+1## from the second sum. But if ##j## ran from ##0## to ##n## then ##k## runs from ##1## to ##n+1##.

Let's assume you corrected this. Then we have one term at the beginning of the first sum and one at the end of the second sum which have no counterparts. Hence your sum reads
$$
= \binom n0 a^{n+1-0}b^0 + \sum_{j = 1}^{n} \binom nj a^{n+1-j}b^{j} + \sum_{k = 1}^{n} \binom {n}{k-1} a^{n+1-k}b^{k} + \binom {n}{n}a^{n+1-(n+1)}b^k
$$
Now you can rename the indices again and substitute ##k## by ##j## which allows you to write the summation in one sum from ##1## to ##n## plus the two lonely terms. The crucial part is, and that's why you made this, that the powers of ##a## and ##b## match, i.e. we can add the coefficients now: ##\binom nj + \binom {n}{j-1}##.
 
  • Like
Likes sleepingMantis
  • #8
fresh_42 said:
Let's step back a bit to your post number 4. You wrote

by doing the substitution @mathman suggested: ##k=j+1## from the second sum. But if ##j## ran from ##0## to ##n## then ##k## runs from ##1## to ##n+1##.

Let's assume you corrected this. Then we have one term at the beginning of the first sum and one at the end of the second sum which have no counterparts. Hence your sum reads
$$
= \binom n0 a^{n+1-0}b^0 + \sum_{j = 1}^{n} \binom nj a^{n+1-j}b^{j} + \sum_{k = 1}^{n} \binom {n}{k-1} a^{n+1-k}b^{k} + \binom {n}{n}a^{n+1-(n+1)}b^k
$$
Now you can rename the indices again and substitute ##k## by ##j## which allows you to write the summation in one sum from ##1## to ##n## plus the two lonely terms. The crucial part is, and that's why you made this, that the powers of ##a## and ##b## match, i.e. we can add the coefficients now: ##\binom nj + \binom {n}{j-1}##.

Wow that is an excellent explanation. Thank you very much I see now. I will crank out a few more of these problems but I can see how to use this trick.
 
  • #9
This seems like a step in induction used to prove the general formula for the binomial coefficient for ##(a+b)^n## The formula for exponent n+1 is clearly that for n multiplied by (a+b).
 
  • Like
Likes sleepingMantis
  • #10
Or you can give a combinatorial argument on expanding the expression :
(a+b)(a+b)...(a+b) n times. Each monomial will have n terms, k a's and n-k b's. In how many ways can you make the choice?
 
  • #11
WWGD said:
This seems like a step in induction used to prove the general formula for the binomial coefficient for ##(a+b)^n## The formula for exponent n+1 is clearly that for n multiplied by (a+b).

Thank you yes that is correct - this is a step in the induction proof
 
  • #12
WWGD said:
Or you can give a combinatorial argument on expanding the expression :
(a+b)(a+b)...(a+b) n times. Each monomial will have n terms, k a's and n-k b's. In how many ways can you make the choice?

Would that be the choice for the coefficient of each term in the expression?
 
  • #13
sleepingMantis said:
Would that be the choice for the coefficient of each term in the expression?
... each term in the expression for ##(a+b)^n##, yes.

We have ##n## numbered balls and draw ##k## of them without return and disrespect of the order. Those ##k## balls are labeled as ##a##, the rest as ##b\, : \, n=k+(n-k) \longrightarrow a^{k}b^{n-k} ##. Then ##\binom nk ## is the number of possibilities to get the same result, since we do not consider the numbers on the balls: ##\{\,1,\ldots ,n\,\} = \{\,n_1,\ldots,n_k\,\}_a\, \dot \cup \,\{\,n_{k+1},\ldots ,n_n\,\}_b## and there are ##\binom nk ## many possible sets ##\{\,n_1,\ldots,n_k\,\}##.
 
  • Like
Likes sleepingMantis
  • #14
sleepingMantis said:
Would that be the choice for the coefficient of each term in the expression?
Correct. For the coefficient of ##a^kb^{n-k}## There are C(n,k) ways of choosing the k a's from the product.
 
  • Like
Likes sleepingMantis
  • #15
fresh_42 said:
... each term in the expression for ##(a+b)^n##, yes.

We have ##n## numbered balls and draw ##k## of them without return and disrespect of the order. Those ##k## balls are labeled as ##a##, the rest as ##b\, : \, n=k+(n-k) \longrightarrow a^{k}b^{n-k} ##. Then ##\binom nk ## is the number of possibilities to get the same result, since we do not consider the numbers on the balls: ##\{\,1,\ldots ,n\,\} = \{\,n_1,\ldots,n_k\,\}_a\, \dot \cup \,\{\,n_{k+1},\ldots ,n_n\,\}_b## and there are ##\binom nk ## many possible sets ##\{\,n_1,\ldots,n_k\,\}##.

WWGD said:
Correct. For the coefficient of ##a^kb^{n-k}## There are C(n,k) ways of choosing the k a's from the product.
Thank you, so the argument is (just to make sure I have it):

We have the product ## (a + b)^n ##. From this product we generate monomials of the form ##C_{n, k} a^kb^{n-k}##, where ##k \leq n##. Each of the ##a##'s can be selected in ##\binom{n}{k}## ways. By symmetry, each of ##b##'s can be picked in ##\binom{n}{n-k}## ways. Hence ##C_{n, k} = \binom{n}{k}##.

Therefore ## (a + b)^n ## is the sum of ##\binom{n}{k} a^kb^{n-k}##.
 
  • Like
Likes WWGD and fresh_42
  • #16
sleepingMantis said:
Thank you, so the argument is (just to make sure I have it):
You have it.

Since ##a\cdot \ldots \cdot a## is commutative, we do not have to respect the order.
Since the ##a##'s cannot be distinguished, we do not have to respect the numbers on the balls.
Since once a ball is drawn, i.e. an ##a## selected, we have only ##n-1## positions left to fill in ##a\cdot \ldots \cdot a \cdot b \cdot \ldots \cdot b##, hence we do not return the ball.
 
  • Like
Likes sleepingMantis
  • #17
sleepingMantis said:
Thank you, so the argument is (just to make sure I have it):

We have the product ## (a + b)^n ##. From this product we generate monomials of the form ##C_{n, k} a^kb^{n-k}##, where ##k \leq n##. Each of the ##a##'s can be selected in ##\binom{n}{k}## ways. By symmetry, each of ##b##'s can be picked in ##\binom{n}{n-k}## ways. Hence ##C_{n, k} = \binom{n}{k}##.

Therefore ## (a + b)^n ## is the sum of ##\binom{n}{k} a^kb^{n-k}##.
Correct. And like Fresh mentioned this is true in commutative rings.
 
  • Like
Likes sleepingMantis
  • #18
@fresh_42 , @WWGD

Thank you both for your help and ideas, I am learning a lot of cool math and problem solving techniques on this forum!
 
  • Like
Likes WWGD

1. What is the formula for the sum of binomial expansion?

The formula for the sum of binomial expansion is (a + b)^n = Σ(nCk)a^(n-k)b^k, where n is the power, a and b are the terms, and k ranges from 0 to n.

2. How do you calculate the sum of a binomial expansion?

To calculate the sum of a binomial expansion, you first need to determine the power (n), the terms (a and b), and the range of k (from 0 to n). Then, use the formula (a + b)^n = Σ(nCk)a^(n-k)b^k to find the sum.

3. Can you provide an example of calculating the sum of a binomial expansion?

Sure, for example, if we have (2x + 3)^4, the power (n) is 4 and the terms are 2x and 3. Using the formula, we get (2x + 3)^4 = Σ(4Ck)(2x)^(4-k)(3)^k. Simplifying, we get 16x^4 + 96x^3 + 216x^2 + 216x + 81.

4. What is the significance of the sum of binomial expansion in mathematics?

The sum of binomial expansion is significant in mathematics because it allows us to expand binomial expressions with large powers, making it easier to solve complex equations. It is also used in probability and statistics to calculate the probability of certain outcomes.

5. Are there any limitations to using the sum of binomial expansion?

Yes, there are limitations to using the sum of binomial expansion. It can only be used for binomial expressions, meaning expressions with two terms. It also becomes more complicated to calculate as the power (n) increases. Additionally, it is limited to integer powers and cannot be used for fractional or negative powers.

Similar threads

  • Set Theory, Logic, Probability, Statistics
Replies
1
Views
2K
  • Calculus
Replies
2
Views
845
Replies
1
Views
2K
  • MATLAB, Maple, Mathematica, LaTeX
Replies
1
Views
926
  • Set Theory, Logic, Probability, Statistics
Replies
3
Views
1K
  • Calculus and Beyond Homework Help
Replies
18
Views
1K
Replies
5
Views
1K
Replies
3
Views
707
  • Classical Physics
Replies
3
Views
2K
Back
Top