Part of ALG-06 — Binomial Theorem

Multinomial Theorem

by Notetube Official74 words9 views

(x1x_1 + x2x_2 + ... + xkx_k)^n = sum over all (r1r_1,...,rkr_k) with sum rir_i = n of [n!/(r1r_1!r2r_2!...*rkr_k!)] * x1r1x_1^{r_1} * x2r2x_2^{r_2} * ... * xkrkx_k^{r_k}.

Number of terms: C(n+k-1, k-1). For trinomial (k=3): C(n+2, 2) terms.

The coefficient n!/(r1r_1!...rkr_k!) is the multinomial coefficient. It counts the number of ways to arrange n objects where rir_i are of type i.

Application: Finding coefficient of xax^ayby^bzcz^c in (x+y+z)^n = n!/(a!*b!*c!) if a+b+c = n.

Like these notes? Save your own copy and start studying with NoteTube's AI tools.

Sign up free to clone these notes