Binomial Expansion: Find (n+1)Ck in Terms of nCj

  • Thread starter Thread starter saadsarfraz
  • Start date Start date
  • Tags Tags
    Binomial Expansion
AI Thread Summary
The discussion focuses on finding an expression for (n+1)Ck in terms of nCj within the context of binomial expansion. The initial formula provided is (n+1)Ck = (n+1)!/[(n+1-k)!*k!], while nCk is defined as n!/[(n-k)!k!]. Participants explore the relationship between these coefficients, referencing Pascal's triangle, which states that (n+1)Ck can be expressed as nC(k-1) + nCk for k greater than 0. The conversation emphasizes the need to clarify the expression and its implications for all n and k values. The goal is to derive a comprehensive understanding of these relationships in binomial coefficients.
saadsarfraz
Messages
86
Reaction score
1
Hi, I've been struggling with this problem for sometime. Let nCk be the kth coefficient in the binomial expansion of (a+b)^n. Find an expression for (n+1)Ck in term of the various nCj. Feel free to treat k=0 and k=n+1 as special cases.
 
Physics news on Phys.org
(n+1)Ck = (n+1)!/[(n+1-k)!*k!]

vs.

nCk = n!/[(n-k)!k!]

Now (n+1)! = n!*(n+1) and (n+1-k)! = (n+1-k)(n-k)!
 
thanks for the reply but i don't think that's the answer. The question I posted is the 1st part. The second part states: Using the expression you found, (which is the question i posted) show that for all n>=0 and for all k, 0=<k<=n, nCk = n!/(k!)(n-k)!
 
saadsarfraz said:
Hi, I've been struggling with this problem for sometime. Let nCk be the kth coefficient in the binomial expansion of (a+b)^n. Find an expression for (n+1)Ck in term of the various nCj. Feel free to treat k=0 and k=n+1 as special cases.

Pascal's triangle: (n+1)Ck= nC(j-1)+ nCj for k not 0.
 
I was reading a Bachelor thesis on Peano Arithmetic (PA). PA has the following axioms (not including the induction schema): $$\begin{align} & (A1) ~~~~ \forall x \neg (x + 1 = 0) \nonumber \\ & (A2) ~~~~ \forall xy (x + 1 =y + 1 \to x = y) \nonumber \\ & (A3) ~~~~ \forall x (x + 0 = x) \nonumber \\ & (A4) ~~~~ \forall xy (x + (y +1) = (x + y ) + 1) \nonumber \\ & (A5) ~~~~ \forall x (x \cdot 0 = 0) \nonumber \\ & (A6) ~~~~ \forall xy (x \cdot (y + 1) = (x \cdot y) + x) \nonumber...
Back
Top