1

Reference: https://en.wikibooks.org/wiki/Advanced_Calculus/Newton%27s_general_binomial_theorem. ${\displaystyle (x+1)^{r}=\sum _{k=0}^{\infty }{\binom {r}{k}}x^{k}}$

At the end of the proof, the author says that the right hand side of the equation is $1$ when $x = 0$.

I think $0^k = 0$, then why does the sum equal to $1$?

Archer
  • 6,051
qpzm
  • 141

1 Answers1

1

Definitions such as 0!=1, 0^0=1, and (r choose 0) =1 are conventionally applied to make sense of the first term in the summation.

  • 1
    And conventions such as 1!=1, x^1=x, (r choose 1)=r, etc. are conventionally applied to make sense of the subsequent terms. – bof Dec 27 '17 at 08:28