Skip to main content
Mathematics LibreTexts

8.3: Newton's Binomial Theorem

  • Page ID
    97909
  • \( \newcommand{\vecs}[1]{\overset { \scriptstyle \rightharpoonup} {\mathbf{#1}} } \) \( \newcommand{\vecd}[1]{\overset{-\!-\!\rightharpoonup}{\vphantom{a}\smash {#1}}} \)\(\newcommand{\id}{\mathrm{id}}\) \( \newcommand{\Span}{\mathrm{span}}\) \( \newcommand{\kernel}{\mathrm{null}\,}\) \( \newcommand{\range}{\mathrm{range}\,}\) \( \newcommand{\RealPart}{\mathrm{Re}}\) \( \newcommand{\ImaginaryPart}{\mathrm{Im}}\) \( \newcommand{\Argument}{\mathrm{Arg}}\) \( \newcommand{\norm}[1]{\| #1 \|}\) \( \newcommand{\inner}[2]{\langle #1, #2 \rangle}\) \( \newcommand{\Span}{\mathrm{span}}\) \(\newcommand{\id}{\mathrm{id}}\) \( \newcommand{\Span}{\mathrm{span}}\) \( \newcommand{\kernel}{\mathrm{null}\,}\) \( \newcommand{\range}{\mathrm{range}\,}\) \( \newcommand{\RealPart}{\mathrm{Re}}\) \( \newcommand{\ImaginaryPart}{\mathrm{Im}}\) \( \newcommand{\Argument}{\mathrm{Arg}}\) \( \newcommand{\norm}[1]{\| #1 \|}\) \( \newcommand{\inner}[2]{\langle #1, #2 \rangle}\) \( \newcommand{\Span}{\mathrm{span}}\)\(\newcommand{\AA}{\unicode[.8,0]{x212B}}\)

    In Chapter 2, we discussed the binomial theorem and saw that the following formula holds for all integers \(p \geq 1\):

    \((1+x)^p = \displaystyle \sum_{n=0}^p \dbinom{p}{n} x^n\).

    You should quickly realize that this formula implies that the generating function for the number of \(n\)-element subsets of a \(p\)-element set is \((1+x)^p\). The topic of generating functions is what leads us to consider what happens if we encounter \((1+x)^p\) as a generating function with p not a positive integer. It turns out that, by suitably extending the definition of the binomial coefficients to real numbers, we can also extend the binomial theorem in a manner originally discovered by Sir Isaac Newton.

    We've seen several expressions that can be used to calculate the binomial coefficients, but in order to extend \(C(p,k)\) to real values of \(p\), we will utilize the form

    \(\dbinom{p}{k} = \dfrac{P(p,k)}{k!}\),

    recalling that we've defined \(P(p,k)\) recursively as \(P(p,0)=1\) for all integers \(p \geq 0\) and \(P(p,k)=pP(p−1,k−1)\) when \(p \geq k>0\) (\(k\) an integer). Notice here, however, that the expression for \(P(p,k)\) makes sense for any real number \(p\), so long as \(k\) is a non-negative integer. We make this definition formal.

    Definition 8.8

    For all real numbers \(p\) and nonnegative integers \(k\), the number \(P(p,k)\) is defined by

    1. \(P(p,0) = 1\) for all real numbers \(p\) and
    2. \(P(p,k) = pP(p-1,k-1)\) for all real numbers \(p\) and integers \(k>0\).

    (Notice that this definition does not require \(p \geq k\) as we did with integers.)

    We are now prepared to extend the definition of binomial coefficient so that \(C(p,k)\) is defined for all real \(p\) and nonnegative integer values of \(k\). We do this as follows.

    Definition 8.9

    For all real numbers \(p\) and nonnegative integers \(k\),

    \(\dbinom{p}{k} = \dfrac{P(p,k)}{k!}\).

    Note that \(P(p,k)=C(p,k)=0\) when \(p\) and \(k\) are integers with \(0 \leq p<k\). On the other hand, we have interesting new concepts such as \(P(−5,4)=(−5)(−6)(−7)(−8)\) and

    \(\dbinom{-7/2}{5} = \dfrac{(-7/2)(-9/2)(-11/2)(-13/2)(-15/2)}{5!}\).

    With this more general definition of binomial coefficients in hand, we're ready to state Newton's Binomial Theorem for all non-zero real numbers. The proof of this theorem can be found in most advanced calculus books.

    Theorem 8.10. Newton's Binomial Theorem.

    For all real \(p\) with \(p \neq 0\),

    \((1+x)^p = \displaystyle \sum_{n=0}^{\infty} \dbinom{p}{n}x^n\).

    Note that the general form reduces to the original version of the binomial theorem when \(p\) is a positive integer.


    This page titled 8.3: Newton's Binomial Theorem is shared under a CC BY-SA 4.0 license and was authored, remixed, and/or curated by Mitchel T. Keller & William T. Trotter via source content that was edited to the style and standards of the LibreTexts platform; a detailed edit history is available upon request.