How Does Differentiating the Binomial Theorem Help Solve Summations?

  • Thread starter Punkyc7
  • Start date
  • Tags
    Formula
In summary: I didn't know. I tried it and it worked. There's no guarantee that anything will work. You just try things and see if they work.
  • #1
Punkyc7
420
0
1* 100C1 + 2* 100C2 ... + 100 * 100C100=100(2[itex]^{99}[/itex])So I was thinking I would use a symmetric argument and I got

100 *( .5 [itex]\Sigma[/itex] ([itex]\stackrel{100}{k}[/itex]))

where k is 1 and the top of the sigma is 100... How do you make the summation in Latex? which would get me the right answer if I used a zero instead of the one from the Binomial expansion formula. If you start at zero though wouldn't I be including an extra 1 from 100C0. My problem is do you have to start at zero and if not how can you change it to start at any arbitrary number without changing the the sum.
 
Last edited:
Physics news on Phys.org
  • #2
Use the quote button to see how I have written your problem:

[tex]\sum_{k=1}^{100} k\binom{100}{k} = 100(2^{99})[/tex]

Here's a hint: Start with the binomial expansion of (1+x)100 and differentiate it. See if that gives you any ideas.
 
  • #3
Dick said:
There's nothing wrong with your original idea of reversing the sum and adding. 0*100C0 doesn't contribute anything. You may as well include it and start the sum at 0.

Ok so It does work I was just worried about the extra one that might get thrown in.


For the differentiating one I got

[tex]\sum_{k=0}^{100} k\binom{100}{k} (100-k) x[itex]^{99-k}[/itex][/tex]


but that doesn't look anything like 100(2^99)
 
Last edited:
  • #4
Punkyc7 said:
Ok But was there anything that I did that was wrong above?
I can't make any sense of what you wrote. For one thing it isn't an equation since there is no = sign, and I don't know what your "symmetric argument" is.
Is there any clever way today that with about writing all the terms out because I am not sure how to differentiate 100 terms

Write the binomial expansion with a summation. You can differentiate under the summation.
 
  • #5
Punkyc7 said:
1* 100C1 + 2* 100C2 ... + 100 * 100C100=100(2[itex]^{99}[/itex])


So I was thinking I would use a symmetric argument and I got

100 *( .5 [itex]\Sigma[/itex] ([itex]\stackrel{100}{k}[/itex]))

where k is 1 and the top of the sigma is 100... How do you make the summation in Latex?


which would get me the right answer if I used a zero instead of the one from the Binomial expansion formula. If you start at zero though wouldn't I be including an extra 1 from 100C0. My problem is do you have to start at zero and if not how can you change it to start at any arbitrary number without changing the the sum.

There's nothing wrong with your original idea of reversing the sum and adding. 0*100C0 doesn't contribute anything. You may as well include it and start the sum at 0.
 
  • #6
Dick said:
There's nothing wrong with your original idea of reversing the sum and adding. 0*100C0 doesn't contribute anything. You may as well include it and start the sum at 0.

Ok so It does work I was just worried about the extra one that might get thrown in.For the differentiating one I got

[tex]\sum_{k=0}^{100}\binom{100}{k} (100-k) x^{99-k}[/itex]but that doesn't look anything like 100(2^99), How do I know what x is?
 
  • #7
You have to have an equals sign and something on each side to have an equation. It will be easier if you think of the expansion of (x + 1)100 so start with

[tex](x + 1)^{100} = \sum_{k=0}^{100} \binom {100}{k}x^k[/tex]
 
  • #8
Ok but what is the value of x... I am not sure how you came up with that
 
  • #9
LCKurtz said:
You have to have an equals sign and something on each side to have an equation. It will be easier if you think of the expansion of (x + 1)100 so start with

[tex](x + 1)^{100} = \sum_{k=0}^{100} \binom {100}{k}x^k[/tex]
When you differentiate the right side you get dy/dx [tex](x + 1)^{100} = \sum_{k=0}^{100} \binom {100}{k}(k)x^(k-1)[/tex]
 
  • #10
Why didn't you differentiate both sides? And then put x=1?
 
  • #11
I didn't know x=1 that's was never given. How do you know to set it to one?
 
  • #12
Punkyc7 said:
I didn't know x=1 that's was never given

The equation is true whatever x is. Why would x=1 be a good choice to put in?
 
  • #13
Punkyc7 said:
I didn't know x=1 that's was never given. How do you know to set it to one?

If you put x=1 then the right side is what you want to sum, isn't it?
 
  • #14
I don't know what the 100 terms are when they are added together maybe.

So the derivative is 100(1+x)^99 and if x = 1 then it is 100(2)^99. What is the point of differentiating the right side if the left side gets our answer?

It still seems like magic that you just picked (1+x)^100
 
  • #15
Punkyc7 said:
I don't know what the 100 terms are when they are added together maybe.

So the derivative is 100(1+x)^99 and if x = 1 then it is 100(2)^99. What is the point of differentiating the right side if the left side gets our answer?

It still seems like magic that you just picked (1+x)^100

You can't start out with an equation and then just differentiate one side and expect it to still be an equation, can you?? I really don't know what you are going on about. It's not magic it just worked. It's just knowing the binomial expansion. And being mildly clever about how to use it.
 
  • #16
Yes but how did you know know that (1+x)^100 would work. It just seems like out of no where that (1+x)^100 was chosen by LCKurtz. Where is the motivation that would lead you to come up with that clever idea. Aren't there many other options that when picked wouldn't work even though they look like they might?
 
  • #17
Punkyc7 said:
Yes but how did you know know that (1+x)^100 would work. It just seems like out of no where that (1+x)^100 was chosen by LCKurtz. Where is the motivation that would lead you to come up with that clever idea. Aren't there many other options that when picked wouldn't work even though they look like they might?

You seem to know 0C100+1C100+...+100C100=2^100. How did you prove that?
 
  • #18
LCKurtz said:
Use the quote button to see how I have written your problem:

[tex]\sum_{k=1}^{100} k\binom{100}{k} = 100(2^{99})[/tex]

Here's a hint: Start with the binomial expansion of (1+x)100 and differentiate it. See if that gives you any ideas.

Punkyc7 said:
Yes but how did you know know that (1+x)^100 would work. It just seems like out of no where that (1+x)^100 was chosen by LCKurtz. Where is the motivation that would lead you to come up with that clever idea. Aren't there many other options that when picked wouldn't work even though they look like they might?

The motivation comes from your original problem which, although you never stated it explicitly, was to prove the above statement. If you didn't have the k in there that looks like a binomial expansion of (1+x) with x = 1. That's where you would get the 2 and why there are no terms like xkyn-k in the expansion. And the way to get k out in front looks like a derivative of xk. You just need familiarity with the binomial expansion and derivatives to see that.
 

FAQ: How Does Differentiating the Binomial Theorem Help Solve Summations?

What is the purpose of establishing a formula?

The purpose of establishing a formula is to find a mathematical relationship between different variables and use it to make predictions or solve problems.

How do you determine the variables in a formula?

The variables in a formula are determined by identifying the quantities that have an effect on the desired outcome. These variables are then assigned symbols or letters to represent them in the formula.

Can a formula be used to represent any type of relationship?

No, a formula can only represent a quantitative relationship between variables. It cannot be used for qualitative relationships such as cause and effect.

How do you test the accuracy of a formula?

The accuracy of a formula can be tested by plugging in known values for the variables and comparing the result to the expected outcome. If the result is close to the expected outcome, the formula is considered to be accurate.

Can a formula be changed or modified?

Yes, a formula can be changed or modified if new data or information becomes available. This may require adjusting the variables or adding new terms to the formula. However, the basic structure of the formula should remain the same.

Back
Top