Binomial Theorem proof by induction, Spivak

usn7564
Messages
61
Reaction score
0
Homework Statement
Prove the binomial theorem by induction.

The attempt at a solution
http://desmond.imageshack.us/Himg35/scaled.php?server=35&filename=sumu.png&res=landing

Hi, running into trouble with this proof and google hasn't helped me. I don't understand the jump here, and as it's not really explained in the videos/.pdf's I found I presume it's something really simple that I'm just not getting.

I saw one explanation saying "just put k=j+1, put k in the equation in place of j then switch back to j" and while it worked I'm not seeing why I can replace j with k, as k=/= j.

Any input would be appreciated, this is really puzzling me.
 
Last edited by a moderator:
Physics news on Phys.org
usn7564 said:
Homework Statement
Prove the binomial theorem by induction.

The attempt at a solution
http://desmond.imageshack.us/Himg35/scaled.php?server=35&filename=sumu.png&res=landing

Hi, running into trouble with this proof and google hasn't helped me. I don't understand the jump here, and as it's not really explained in the videos/.pdf's I found I presume it's something really simple that I'm just not getting.

I saw one explanation saying "just put k=j+1, put k in the equation in place of j then switch back to j" and while it worked I'm not seeing why I can replace j with k, as k=/= j.

Any input would be appreciated, this is really puzzling me.

j and k are just dummy variables in the sum. Once you've replaced j with k, and worked out the form of the summand and the bounds, you can replace k with anything you like, including j. It's OK as long as you replace every instance of it.

Try replacing the "k"s with the actual numbers and write out the sum. Do the same with the "j"s and you'll find out the come out to be the sum of the same terms, proving they're equal.
 
Last edited by a moderator:
Ah, right. Thought I wouldn't be able to without doing it on LHS as well, suppose it shouldn't make a difference though. I'll try putting some numbers in and hopefully have it 100% clear. Thanks!
 
I think you will need to use the following identity:
\binom{n}{j-1} + \binom{n}{j} = \binom{n+1}{j}

It shouldn't be hard to prove if you haven't seen it before.
 
usn7564 said:
...

http://desmond.imageshack.us/Himg35/scaled.php?server=35&filename=sumu.png&res=landing
...
This may not be anymore helpful to you than the above posts, but I'll add my two cents.

Your question boils down to:
How is \displaystyle \sum_{j=0}^{n} \binom{n}{j}\,a^{(n-j)}\,b^{\,(j+1)} \ equal to \displaystyle \sum_{j=1}^{n+1} \binom{n}{j-1}\,a^{(n+1-j)}\,b^{\,j} \ ?​

Starting with \displaystyle \sum_{j=0}^{n} \binom{n}{j}\,a^{(n-j)}\,b^{\,(j+1)} \,, let k = j+1. Then j = k-1 . The sum starts with j = 0, which corresponds to k = 1 . The sum terminates with j = n, which corresponds to k = n+1 .
Replacing j with k-1 gives: \displaystyle \sum_{k=1}^{n+1} \binom{n}{k-1}\,a^{(n-(k-1))}\,b^{\,(k-1+1)} \,.

Simplifying this, we have: \displaystyle \sum_{k=1}^{n+1} \binom{n}{k-1}\,a^{(n+1-k)}\,b^{\,k} \,.

Now, since k is a "dummy" variable, replace it with j.
 
Last edited by a moderator:
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...
Back
Top