Binomial theorem proof question.

Aion

Junior Member
Joined
May 8, 2018
Messages
217
Definition 1. By the notation pk(x)p^k(x) we mean the kk:th derivative of pp, the polynomial we get by differentiating p(x)p(x) kk times.

Now suppose p(x)=xnp(x)=x^n. Then the k:k:th derivative of xnx^n is

n!(nk)!xnk\frac{n!}{(n-k)!}x^{n-k}
Let p(x)=a0+a1x+...+anxnp(x)=a_0+a_1x+...+a_nx^n be our usual polynomial. If we differentiate it kk times all terms with degree <k< k vanish and we have

pk(x)=(ak)k!+ak+1((k+1)!1!)x+...+an(n!(nk)!)xnkp^k(x)=(a_k)k!+a_{k+1}\left(\frac{(k+1)!}{1!}\right)x+...+a_n\left(\frac{n!}{(n-k)!}\right)x^{n-k}
If we let x=0x=0, then only the constant term "survives",

pk(0)=k!akorak=pk(0)k!p^k(0)=k!a_k \quad \text{or} \quad a_k=\frac{p^k(0)}{k!}Hence we can express the coefficients in pp with the help of pp:s derivative in 0. We can now use this trick on a special polynomial: p(x)=(1+x)np(x)=(1+x)^n. By a previous theorem, the k:k:th derivative of pp is equal to

n(n1)...(nk+1)(1+x)nk=n!(nk)!(1+x)nkn(n-1)...(n-k+1)(1+x)^{n-k}=\frac{n!}{(n-k)!}(1+x)^{n-k}
So
pk(0)=n!(nk)!p^k(0)=\frac{n!}{(n-k)!}
It follows that the coefficient for xkx^k in (1+x)n(1+x)^n is equal to

pk(0)k!=n!(nk)!k!=(nk)\frac{p^k(0)}{k!}=\frac{n!}{(n-k)!k!}=\binom{n}{k} Which is the coefficient for xkx^k in (1+x)n(1+x)^n


What confuses me about this proof is that the author uses the same notation for all polynomials. I.e first that p(x)=(x+1)np(x)=(x+1)^n and then as p(x)=a0+a1x+...+anxnp(x)=a_0+a_1x+...+a_nx^n. Suppose for clarity that we denote p(x)=a0+a1x+...+anxnp_*(x)=a_0+a_1x+...+a_nx^n. Then the underlying assumption seems to be that

pk(0)=pk(0)p^k(0)=p_*^k(0)
This is not entirely obvious to me. Is this true since the polynomial p(x)p_*(x) was more general?
 
Last edited:
I think I've figured it out now. Since the relationship ak=pk(0)k!a_k=\frac{p_*^k(0)}{k!} holds for any general polynomial pp_*, it follows that it must be true for the specific polynomial p(x)=(x+1)np(x)=(x+1)^n as well.
 
Top