Binomial theorem proof by induction

Click For Summary

Homework Help Overview

The discussion revolves around proving the binomial theorem, specifically the identity (1+x)^n = ∑(k=0 to n) (n choose k) x^k, using mathematical induction. Participants are evaluating the steps involved in the proof and addressing potential errors in reasoning.

Discussion Character

  • Exploratory, Mathematical reasoning, Assumption checking

Approaches and Questions Raised

  • The original poster attempts a proof by induction, starting with the base case and moving to the inductive step. Some participants suggest verifying the Pascal's triangle identity as part of the proof. Others raise questions about specific terms in the proof and whether they were correctly stated.

Discussion Status

Participants are actively engaging with the proof, with some expressing confidence in its correctness while others point out potential typographical errors. There is a suggestion to explore alternative proof methods, indicating a productive exploration of the topic.

Contextual Notes

Some participants note the importance of correctly applying identities related to binomial coefficients and the implications of any mistakes in the proof process. There is also mention of using Fubini's theorem as an alternative approach, highlighting the variety of methods available for proving the theorem.

phospho
Messages
250
Reaction score
0
On my problem sheet I got asked to prove:

## (1+x)^n = \displaystyle\sum _{k=0} ^n \binom{n}{k} x^k ##

here is my attempt by induction...

n = 0
LHS## (1+x)^0 = 1 ##
RHS:## \displaystyle \sum_{k=0} ^0 \binom{0}{k} x^k = \binom{0}{0}x^0 = 1\times 1 = 1 ##


LHS = RHS hence true for n = 0

assume true for n = r i.e.:

## (1+x)^r = \displaystyle \sum_{k=0}^r \binom{r}{k}x^k ##

n = r+1:

## (1+x)^{r+1} = (1+x)^r(1+x) = \displaystyle \sum_{k=0} ^r \binom{r}{k} x^k (1+x) ##
## = \displaystyle \sum_{k=0} ^r \binom{r}{k}x^k + \displaystyle \sum_{k=0}^r \binom{r}{k} x^{k+1} ##

consider ## \displaystyle \sum_{k=0}^r \binom{r}{k} x^{k+1} ##

let k = s-1 then:

## \displaystyle \sum_{k=0}^r \binom{r}{k} x^{k+1} = \displaystyle \sum_{s=1}^{r+1} \binom{r}{s-1}x^s = \displaystyle \sum_{k=1}^{r+1} \binom{r}{k-1}x^k ##

hence we get:

## (1+x)^{r+1} = \displaystyle \sum_{k=0}^r \binom{r}{k}x^k + \displaystyle \sum_{k=1}^{r+1} \binom{r}{k-1}x^k ##

## = \displaystyle \sum_{k=1}^r \binom{r}{k}x^k + \displaystyle \sum_{k=1}^r \binom{r}{k-1}x^k + \binom{0}{0}x^0 + \binom{r+1}{r}x^{r+1} ##

## = \displaystyle \sum_{k=1}^r x^k (\binom{r}{k} + \binom{r}{k-1}) + 1 + \binom{r+1}{r}x^{r+1} ##
## = \displaystyle \sum_{k=1}^r \binom{r+1}{k} x^k + 1 + \binom{r+1}{r}x^{r+1} ##
## = \displaystyle \sum_{k=0}^{r+1} \binom{r+1}{k}x^k ##

hence shown to be true for n = r + 1

is this proof OK or have I made a mistake somewhere?
 
Physics news on Phys.org
bump, anyone?
 
As far as I can see, it looks good. Perhaps you have to prove the "Pascal triangle identity" for the binomial coefficients,
\binom{r}{k} + \binom{r}{k-1}=\binom{r+1}{k},
which is just an easy to prove identity using the definition of the binomial coeficients
\binom{r}{k}=\frac{r!}{k!(r-k)!}.
 
vanhees71 said:
As far as I can see, it looks good. Perhaps you have to prove the "Pascal triangle identity" for the binomial coefficients,
\binom{r}{k} + \binom{r}{k-1}=\binom{r+1}{k},
which is just an easy to prove identity using the definition of the binomial coeficients
\binom{r}{k}=\frac{r!}{k!(r-k)!}.

I've proved that previously

I just noticed a mistake in my proof

instead of ## \binom{r+1}{r} x^{r+1} ## I should have ## \binom{r}{r} x^{r+1} ## right?
 
Argh, that I've overlooked. Sorrry. Of course
\binom{r}{r}=\binom{r+1}{r+1}=1.
So it's been just a type :-).
 
  • Like
Likes   Reactions: 1 person
If you're interested, you could also do a proof using Fubini's theorem on the sum, if you can spot a small trick.
 
Last edited:

Similar threads

  • · Replies 15 ·
Replies
15
Views
3K
  • · Replies 6 ·
Replies
6
Views
3K
  • · Replies 14 ·
Replies
14
Views
3K
  • · Replies 11 ·
Replies
11
Views
4K
  • · Replies 18 ·
Replies
18
Views
2K
  • · Replies 9 ·
Replies
9
Views
4K
  • · Replies 14 ·
Replies
14
Views
2K
  • · Replies 7 ·
Replies
7
Views
2K
Replies
2
Views
1K
  • · Replies 4 ·
Replies
4
Views
2K